File tree 37 files changed +14
-51
lines changed
37 files changed +14
-51
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,6 @@ buildPgrxExtension_0_11_3 rec {
131
131
meta = with lib; {
132
132
description = "JSON Schema Validation for PostgreSQL";
133
133
homepage = "https://github.com/supabase/${pname}";
134
- maintainers = with maintainers; [ samrose ];
135
134
platforms = postgresql.meta.platforms;
136
135
license = licenses.postgresql;
137
136
};
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ stdenv.mkDerivation rec {
24
24
meta = with lib ; {
25
25
description = "Hypothetical Indexes for PostgreSQL" ;
26
26
homepage = "https://github.com/HypoPG/${ pname } " ;
27
- maintainers = with maintainers ; [ samrose ] ;
28
27
platforms = postgresql . meta . platforms ;
29
28
license = licenses . postgresql ;
30
29
} ;
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ stdenv.mkDerivation rec {
23
23
meta = with lib ; {
24
24
description = "Recommend indexes to improve query performance in PostgreSQL" ;
25
25
homepage = "https://github.com/olirice/index_advisor" ;
26
- maintainers = with maintainers ; [ samrose ] ;
27
26
platforms = postgresql . meta . platforms ;
28
27
license = licenses . postgresql ;
29
28
} ;
Original file line number Diff line number Diff line change @@ -21,21 +21,20 @@ stdenv.mkDerivation rec {
21
21
${ mecab } /libexec/mecab/mecab-dict-index -d . -o . -f UTF-8 -t utf-8
22
22
runHook postBuild
23
23
'' ;
24
-
24
+
25
25
installPhase = ''
26
26
runHook preInstall
27
-
27
+
28
28
mkdir -p $out/lib/mecab/dic/naist-jdic
29
29
cp *.dic *.bin *.def $out/lib/mecab/dic/naist-jdic/
30
-
30
+
31
31
runHook postInstall
32
32
'' ;
33
-
33
+
34
34
meta = with lib ; {
35
35
description = "Naist Japanese Dictionary for MeCab" ;
36
36
homepage = "https://taku910.github.io/mecab/" ;
37
37
license = licenses . gpl2 ;
38
38
platforms = platforms . unix ;
39
- maintainers = with maintainers ; [ samrose ] ;
40
39
} ;
41
- }
40
+ }
Original file line number Diff line number Diff line change @@ -14,24 +14,23 @@ stdenv.mkDerivation rec {
14
14
buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=5" ;
15
15
installPhase = ''
16
16
runHook preInstall
17
-
17
+
18
18
mkdir -p $out/{lib,share/postgresql/extension}
19
19
20
20
# Copy the extension library
21
21
cp orioledb${ postgresql . dlSuffix } $out/lib/
22
-
22
+
23
23
# Copy sql files from the sql directory
24
24
cp sql/*.sql $out/share/postgresql/extension/
25
-
25
+
26
26
# Copy control file
27
27
cp orioledb.control $out/share/postgresql/extension/
28
-
28
+
29
29
runHook postInstall
30
30
'' ;
31
31
doCheck = true ;
32
32
meta = with lib ; {
33
33
description = "orioledb" ;
34
- maintainers = with maintainers ; [ samrose ] ;
35
34
platforms = postgresql . meta . platforms ;
36
35
license = licenses . postgresql ;
37
36
} ;
Original file line number Diff line number Diff line change @@ -24,6 +24,5 @@ stdenv.mkDerivation rec {
24
24
platforms = postgresql . meta . platforms ;
25
25
license = licenses . postgresql ;
26
26
broken = versionOlder postgresql . version "14" ;
27
- maintainers = with maintainers ; [ samrose ] ;
28
27
} ;
29
28
}
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
26
26
meta = with lib ; {
27
27
description = "Updated fork of pg_backtrace" ;
28
28
homepage = "https://github.com/pashkinelfe/pg_backtrace" ;
29
- maintainers = with maintainers ; [ samrose ] ;
30
29
platforms = postgresql . meta . platforms ;
31
30
license = licenses . postgresql ;
32
31
} ;
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ stdenv.mkDerivation rec {
25
25
description = "Run Cron jobs through PostgreSQL" ;
26
26
homepage = "https://github.com/citusdata/pg_cron" ;
27
27
changelog = "https://github.com/citusdata/pg_cron/raw/v${ version } /CHANGELOG.md" ;
28
- maintainers = with maintainers ; [ samrose ] ;
29
28
platforms = postgresql . meta . platforms ;
30
29
license = licenses . postgresql ;
31
30
} ;
Original file line number Diff line number Diff line change @@ -35,14 +35,13 @@ buildPgrxExtension_0_12_9 rec {
35
35
CARGO_BUILD_RUSTFLAGS = "--cfg tokio_unstable -C debuginfo=0" ;
36
36
CARGO_PROFILE_RELEASE_BUILD_OVERRIDE_DEBUG = true ;
37
37
38
-
38
+
39
39
doCheck = false ;
40
40
41
41
meta = with lib ; {
42
42
description = "GraphQL support for PostreSQL" ;
43
43
homepage = "https://github.com/supabase/${ pname } " ;
44
- maintainers = with maintainers ; [ samrose ] ;
45
44
platforms = postgresql . meta . platforms ;
46
45
license = licenses . postgresql ;
47
46
} ;
48
- }
47
+ }
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ stdenv.mkDerivation rec {
24
24
meta = with lib ; {
25
25
description = "Generate short unique IDs in PostgreSQL" ;
26
26
homepage = "https://github.com/iCyberon/pg_hashids" ;
27
- maintainers = with maintainers ; [ samrose ] ;
28
27
platforms = postgresql . meta . platforms ;
29
28
license = licenses . postgresql ;
30
29
} ;
Original file line number Diff line number Diff line change @@ -66,8 +66,7 @@ buildPgrxExtension_0_12_6 rec {
66
66
meta = with lib ; {
67
67
description = "JSON Schema Validation for PostgreSQL" ;
68
68
homepage = "https://github.com/supabase/${ pname } " ;
69
- maintainers = with maintainers ; [ samrose ] ;
70
69
platforms = postgresql . meta . platforms ;
71
70
license = licenses . postgresql ;
72
71
} ;
73
- }
72
+ }
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
26
26
meta = with lib ; {
27
27
description = "Async networking for Postgres" ;
28
28
homepage = "https://github.com/supabase/pg_net" ;
29
- maintainers = with maintainers ; [ samrose ] ;
30
29
platforms = postgresql . meta . platforms ;
31
30
license = licenses . postgresql ;
32
31
} ;
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
26
26
description = "Partition management extension for PostgreSQL" ;
27
27
homepage = "https://github.com/pgpartman/pg_partman" ;
28
28
changelog = "https://github.com/pgpartman/pg_partman/blob/v${ version } /CHANGELOG.md" ;
29
- maintainers = with maintainers ; [ samrose ] ;
30
29
platforms = postgresql . meta . platforms ;
31
30
license = licenses . postgresql ;
32
31
broken = versionOlder postgresql . version "14" ;
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ stdenv.mkDerivation rec {
23
23
meta = with lib ; {
24
24
description = "Filter PostgreSQL statements by execution plans" ;
25
25
homepage = "https://github.com/pgexperts/${ pname } " ;
26
- maintainers = with maintainers ; [ samrose ] ;
27
26
platforms = postgresql . meta . platforms ;
28
27
license = licenses . postgresql ;
29
28
} ;
Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ stdenv.mkDerivation {
17
17
meta = with lib ; {
18
18
description = "Regression testing tool for PostgreSQL" ;
19
19
homepage = "https://www.postgresql.org/" ;
20
- maintainers = with maintainers ; [ samrose ] ;
21
20
platforms = postgresql . meta . platforms ;
22
21
license = licenses . postgresql ;
23
22
} ;
24
- }
23
+ }
Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ stdenv.mkDerivation (finalAttrs: {
59
59
'' ;
60
60
homepage = "https://github.com/reorg/pg_repack" ;
61
61
license = licenses . bsd3 ;
62
- maintainers = with maintainers ; [ samrose ] ;
63
62
inherit ( postgresql . meta ) platforms ;
64
63
mainProgram = "pg_repack" ;
65
64
} ;
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ stdenv.mkDerivation rec {
41
41
meta = with lib ; {
42
42
description = "Query Performance Monitoring Tool for PostgreSQL" ;
43
43
homepage = "https://github.com/percona/${ pname } " ;
44
- maintainers = with maintainers ; [ samrose ] ;
45
44
platforms = postgresql . meta . platforms ;
46
45
license = licenses . postgresql ;
47
46
broken = lib . versionOlder postgresql . version "15" ;
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ stdenv.mkDerivation rec {
29
29
meta = with lib ; {
30
30
description = "Framework for 'Trusted Language Extensions' in PostgreSQL" ;
31
31
homepage = "https://github.com/aws/${ pname } " ;
32
- maintainers = with maintainers ; [ samrose ] ;
33
32
platforms = postgresql . meta . platforms ;
34
33
license = licenses . postgresql ;
35
34
} ;
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ stdenv.mkDerivation {
41
41
description = "Open Source PostgreSQL Audit Logging" ;
42
42
homepage = "https://github.com/pgaudit/pgaudit" ;
43
43
changelog = "https://github.com/pgaudit/pgaudit/releases/tag/${ source . version } " ;
44
- maintainers = with maintainers ; [ samrose ] ;
45
44
platforms = postgresql . meta . platforms ;
46
45
license = licenses . postgresql ;
47
46
} ;
Original file line number Diff line number Diff line change @@ -26,6 +26,5 @@ stdenv.mkDerivation rec {
26
26
'' ;
27
27
license = licenses . mit ;
28
28
platforms = postgresql . meta . platforms ;
29
- maintainers = with maintainers ; [ samrose ] ;
30
29
} ;
31
30
}
Original file line number Diff line number Diff line change @@ -74,6 +74,5 @@ stdenv.mkDerivation rec {
74
74
changelog = "https://github.com/pgroonga/pgroonga/releases/tag/${ version } " ;
75
75
license = licenses . postgresql ;
76
76
platforms = postgresql . meta . platforms ;
77
- maintainers = with maintainers ; [ samrose ] ;
78
77
} ;
79
- }
78
+ }
Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ stdenv.mkDerivation rec {
53
53
description = "A PostgreSQL/PostGIS extension that provides geospatial routing functionality" ;
54
54
homepage = "https://pgrouting.org/" ;
55
55
changelog = "https://github.com/pgRouting/pgrouting/releases/tag/v${ version } " ;
56
- maintainers = with maintainers ; [ steve-chavez samrose ] ;
57
56
platforms = postgresql . meta . platforms ;
58
57
license = licenses . gpl2Plus ;
59
58
} ;
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ stdenv.mkDerivation rec {
24
24
meta = with lib ; {
25
25
description = "Modern cryptography for PostgreSQL" ;
26
26
homepage = "https://github.com/michelp/${ pname } " ;
27
- maintainers = with maintainers ; [ samrose ] ;
28
27
platforms = postgresql . meta . platforms ;
29
28
license = licenses . postgresql ;
30
29
} ;
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ stdenv.mkDerivation rec {
24
24
meta = with lib ; {
25
25
description = "HTTP client for Postgres" ;
26
26
homepage = "https://github.com/pramsey/${ pname } " ;
27
- maintainers = with maintainers ; [ samrose ] ;
28
27
platforms = postgresql . meta . platforms ;
29
28
license = licenses . postgresql ;
30
29
} ;
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ stdenv.mkDerivation rec {
25
25
as well as the ability to integrate with other TAP-emitting test frameworks.
26
26
It can also be used in the xUnit testing style.
27
27
'' ;
28
- maintainers = with maintainers ; [ samrose ] ;
29
28
homepage = "https://pgtap.org" ;
30
29
inherit ( postgresql . meta ) platforms ;
31
30
license = licenses . mit ;
Original file line number Diff line number Diff line change @@ -46,6 +46,5 @@ maven.buildMavenPackage rec {
46
46
description = "PL/Java extension for PostgreSQL" ;
47
47
homepage = https://github.com/tada/pljava ;
48
48
license = licenses . bsd3 ;
49
- maintainers = [ maintainers . samrose ] ; # Update with actual maintainer info
50
49
} ;
51
50
}
Original file line number Diff line number Diff line change @@ -139,7 +139,6 @@ stdenv.mkDerivation (finalAttrs: {
139
139
meta = with lib ; {
140
140
description = "V8 Engine Javascript Procedural Language add-on for PostgreSQL" ;
141
141
homepage = "https://plv8.github.io/" ;
142
- maintainers = with maintainers ; [ samrose ] ;
143
142
platforms = [ "x86_64-linux" "aarch64-linux" "aarch64-darwin" "x86_64-darwin" ] ;
144
143
license = licenses . postgresql ;
145
144
} ;
Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ postInstall = ''
81
81
homepage = "https://postgis.net/" ;
82
82
changelog = "https://git.osgeo.org/gitea/postgis/postgis/raw/tag/${ version } /NEWS" ;
83
83
license = licenses . gpl2 ;
84
- maintainers = with maintainers ; [ samrose ] ;
85
84
inherit ( postgresql . meta ) platforms ;
86
85
} ;
87
86
}
Original file line number Diff line number Diff line change @@ -26,6 +26,5 @@ stdenv.mkDerivation rec {
26
26
homepage = "https://github.com/postgrespro/rum" ;
27
27
license = licenses . postgresql ;
28
28
platforms = postgresql . meta . platforms ;
29
- maintainers = with maintainers ; [ samrose ] ;
30
29
} ;
31
30
}
Original file line number Diff line number Diff line change @@ -26,6 +26,5 @@ stdenv.mkDerivation rec {
26
26
homepage = "https://sfcgal.gitlab.io/SFCGAL/" ;
27
27
license = with licenses ; [ gpl3Plus lgpl3Plus ] ;
28
28
platforms = platforms . all ;
29
- maintainers = with maintainers ; [ samrose ] ;
30
29
} ;
31
30
}
Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ stdenv.mkDerivation rec {
43
43
description = "Scales PostgreSQL for time-series data via automatic partitioning across time and space" ;
44
44
homepage = "https://www.timescale.com/" ;
45
45
changelog = "https://github.com/timescale/timescaledb/blob/${ version } /CHANGELOG.md" ;
46
- maintainers = with maintainers ; [ samrose ] ;
47
46
platforms = postgresql . meta . platforms ;
48
47
license = licenses . asl20 ;
49
48
broken = versionOlder postgresql . version "13" ;
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ stdenv.mkDerivation rec {
35
35
description = "Scales PostgreSQL for time-series data via automatic partitioning across time and space" ;
36
36
homepage = "https://www.timescale.com/" ;
37
37
changelog = "https://github.com/timescale/timescaledb/blob/${ version } /CHANGELOG.md" ;
38
- maintainers = with maintainers ; [ samrose ] ;
39
38
platforms = postgresql . meta . platforms ;
40
39
license = licenses . asl20 ;
41
40
broken = versionOlder postgresql . version "13" ;
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ stdenv.mkDerivation rec {
24
24
meta = with lib ; {
25
25
description = "Store encrypted secrets in PostgreSQL" ;
26
26
homepage = "https://github.com/supabase/${ pname } " ;
27
- maintainers = with maintainers ; [ samrose ] ;
28
27
platforms = postgresql . meta . platforms ;
29
28
license = licenses . postgresql ;
30
29
} ;
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ stdenv.mkDerivation rec {
24
24
description = "PostgreSQL JSON output plugin for changeset extraction" ;
25
25
homepage = "https://github.com/eulerto/wal2json" ;
26
26
changelog = "https://github.com/eulerto/wal2json/releases/tag/wal2json_${ version } " ;
27
- maintainers = with maintainers ; [ samrose ] ;
28
27
platforms = postgresql . meta . platforms ;
29
28
license = licenses . bsd3 ;
30
29
} ;
Original file line number Diff line number Diff line change @@ -157,7 +157,6 @@ buildPgrxExtension_0_12_9 rec {
157
157
meta = with lib ; {
158
158
description = "Various Foreign Data Wrappers (FDWs) for PostreSQL" ;
159
159
homepage = "https://github.com/supabase/wrappers" ;
160
- maintainers = with maintainers ; [ samrose ] ;
161
160
platforms = postgresql . meta . platforms ;
162
161
license = licenses . postgresql ;
163
162
} ;
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ in stdenv.mkDerivation (finalAttrs: {
65
65
homepage = "https://groonga.org/" ;
66
66
description = "Open-source fulltext search engine and column store" ;
67
67
license = licenses . lgpl21 ;
68
- maintainers = [ maintainers . samrose ] ;
69
68
platforms = platforms . all ;
70
69
longDescription = ''
71
70
Groonga is an open-source fulltext search engine and column store.
Original file line number Diff line number Diff line change 60
60
license = licenses . asl20 ;
61
61
description = "Archival restoration tool for PostgreSQL" ;
62
62
mainProgram = "wal-g-${ majorVersion } " ;
63
- maintainers = [ samrose ] ;
64
63
} ;
65
64
} ;
66
65
in
You can’t perform that action at this time.
0 commit comments