treewide: Make explicit that 'dev' output of openssl is used
This commit is contained in:
committed by
Vladimír Čunát
parent
5eb01cd0ad
commit
2a73de6e6c
@@ -1922,7 +1922,7 @@ let
|
||||
});
|
||||
|
||||
openssl = old.openssl.overrideDerivation (attrs: {
|
||||
OPENSSL_INCLUDES = "${pkgs.openssl}/include";
|
||||
OPENSSL_INCLUDES = "${pkgs.openssl.dev}/include";
|
||||
});
|
||||
|
||||
Rserve = old.Rserve.overrideDerivation (attrs: {
|
||||
|
||||
Reference in New Issue
Block a user