try applying same override to openssl_1_1 as openssl
This commit is contained in:
committed by
Wolfgang Walther
parent
b702c5fbe4
commit
800873ed91
@@ -22,4 +22,6 @@
|
|||||||
./static-haskell-nix-ncurses.patch;
|
./static-haskell-nix-ncurses.patch;
|
||||||
static-haskell-nix-ghc-bignum =
|
static-haskell-nix-ghc-bignum =
|
||||||
./static-haskell-nix-ghc-bignum.patch;
|
./static-haskell-nix-ghc-bignum.patch;
|
||||||
|
static-haskell-nix-openssl =
|
||||||
|
./static-haskell-nix-openssl.patch;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,12 @@
|
|||||||
|
diff --git a/survey/default.nix b/survey/default.nix
|
||||||
|
index cf1bd31..9d34753 100644
|
||||||
|
--- a/survey/default.nix
|
||||||
|
+++ b/survey/default.nix
|
||||||
|
@@ -736,6 +736,7 @@ let
|
||||||
|
openblas = previous.openblas.override { enableStatic = true; };
|
||||||
|
|
||||||
|
openssl = previous.openssl.override { static = true; };
|
||||||
|
+ openssl_1_1 = previous.openssl_1_1.override { static = true; };
|
||||||
|
|
||||||
|
libsass = previous.libsass.overrideAttrs (old: { dontDisableStatic = true; });
|
||||||
|
|
||||||
@@ -19,6 +19,7 @@ let
|
|||||||
[
|
[
|
||||||
patches.static-haskell-nix-ncurses
|
patches.static-haskell-nix-ncurses
|
||||||
patches.static-haskell-nix-ghc-bignum
|
patches.static-haskell-nix-ghc-bignum
|
||||||
|
patches.static-haskell-nix-openssl
|
||||||
];
|
];
|
||||||
|
|
||||||
extraOverrides =
|
extraOverrides =
|
||||||
|
|||||||
Reference in New Issue
Block a user