fix: we have to build our own openssl to use standard paths
This commit is contained in:
parent
4ecf8ead2a
commit
5ecfd546f6
5 changed files with 176 additions and 3 deletions
|
@ -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; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue