mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
nix-main: Add openssl
This commit is contained in:
parent
4d0c55ae55
commit
4c014e238b
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue