nix-main: Add openssl

This commit is contained in:
Robert Hensing 2024-07-06 17:43:48 +02:00
parent 4d0c55ae55
commit 4c014e238b

View file

@ -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 =