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
pkgs/rootfs
|
@ -30,6 +30,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
tpm2Libs = patosPkgs.tpm2-tss.out;
|
||||
kexec = patosPkgs.kexec.out;
|
||||
lvm2 = patosPkgs.lvm2.out;
|
||||
openssl = patosPkgs.openssl.out;
|
||||
|
||||
builder = ./mkrootfs.sh;
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue