mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +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…
Reference in a new issue