mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01: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
|
, ninja
|
||||||
, pkg-config
|
, pkg-config
|
||||||
|
|
||||||
|
, openssl
|
||||||
|
|
||||||
, nix-util
|
, nix-util
|
||||||
, nix-store
|
, nix-store
|
||||||
|
|
||||||
|
@ -47,6 +49,7 @@ mkMesonDerivation (finalAttrs: {
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
nix-util
|
nix-util
|
||||||
nix-store
|
nix-store
|
||||||
|
openssl
|
||||||
];
|
];
|
||||||
|
|
||||||
preConfigure =
|
preConfigure =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue