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