codemadness-frontends: fix cross compilation
This commit is contained in:
@@ -25,6 +25,10 @@ stdenv.mkDerivation rec {
|
|||||||
libressl
|
libressl
|
||||||
];
|
];
|
||||||
|
|
||||||
|
makeFlags = [
|
||||||
|
"RANLIB:=$(RANLIB)"
|
||||||
|
];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user