fix: we have to build our own openssl to use standard paths

This commit is contained in:
Lars Sjöström 2025-03-12 12:47:56 +01:00
parent 4ecf8ead2a
commit 5ecfd546f6
No known key found for this signature in database
5 changed files with 176 additions and 3 deletions

View file

@ -37,6 +37,7 @@
kernel = pkgs.callPackage ./pkgs/kernel { };
glibc = pkgs.callPackage ./pkgs/glibc { };
busybox = pkgs.callPackage ./pkgs/busybox { };
openssl = pkgs.callPackage ./pkgs/openssl { };
kexec = pkgs.callPackage ./pkgs/kexec-tools { };
lvm2 = pkgs.callPackage ./pkgs/lvm2 { };
tpm2-tools = pkgs.callPackage ./pkgs/tpm2-tools { inherit patosPkgs; };