mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 16:23:02 +00:00
nix-main: Add openssl
This commit is contained in:
parent
4d0c55ae55
commit
4c014e238b
@ -7,6 +7,8 @@
|
||||
, ninja
|
||||
, pkg-config
|
||||
|
||||
, openssl
|
||||
|
||||
, nix-util
|
||||
, nix-store
|
||||
|
||||
@ -47,6 +49,7 @@ mkMesonDerivation (finalAttrs: {
|
||||
propagatedBuildInputs = [
|
||||
nix-util
|
||||
nix-store
|
||||
openssl
|
||||
];
|
||||
|
||||
preConfigure =
|
||||
|
Loading…
Reference in New Issue
Block a user