File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ buildPgrxExtension_0_12_6 rec {
27
27
rev = "v${ version } " ;
28
28
hash = "sha256-CkoNMoh40zbQL4V49ZNYgv3JjoNWjODtTpHn+L8DdZA=" ;
29
29
} ;
30
- #cargoSha256 = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
30
+
31
31
nativeBuildInputs = [ pkg-config cargo ] ;
32
32
buildInputs = [ openssl postgresql ] ++ lib . optionals ( stdenv . isDarwin ) [
33
33
darwin . apple_sdk . frameworks . CoreFoundation
34
34
darwin . apple_sdk . frameworks . Security
35
35
darwin . apple_sdk . frameworks . SystemConfiguration
36
36
] ;
37
37
38
- NIX_LDFLAGS = "-L${ postgresql . lib } /lib -lpq" ;
38
+ NIX_LDFLAGS = "-L${ postgresql } /lib -lpq" ;
39
39
40
40
# Set necessary environment variables for pgrx
41
41
env = lib . optionalAttrs stdenv . isDarwin {
@@ -75,7 +75,6 @@ buildPgrxExtension_0_12_6 rec {
75
75
preBuild = ''
76
76
echo "Processing git tags..."
77
77
echo '${ builtins . concatStringsSep "," previousVersions } ' | sed 's/,/\n/g' > git_tags.txt
78
- export RUSTC_BOOTSTRAP=1
79
78
'' ;
80
79
81
80
postInstall = ''
You can’t perform that action at this time.
0 commit comments