fix: got everything to compile
This commit is contained in:
@@ -47,6 +47,21 @@ in {
|
||||
'';
|
||||
};
|
||||
|
||||
win-openssl = with pkgs.pkgsCross.mingwW64;
|
||||
pkgs.stdenv.mkDerivation {
|
||||
name = "win-openssl";
|
||||
|
||||
buildInputs = with pkgs; [ gnutar ];
|
||||
|
||||
unpackPhase = ''
|
||||
mkdir -p $out
|
||||
|
||||
cp -r ${openssl.out}/* $out
|
||||
chmod -R +rwx $out
|
||||
cp -r ${openssl.dev}/* $out
|
||||
'';
|
||||
};
|
||||
|
||||
libnl = pkgs.stdenv.mkDerivation {
|
||||
name = "libnl-static";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user