file: *Flags are lists
This commit is contained in:
parent
9da5420213
commit
ecff7d3a56
@ -26,8 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
makeFlags = if stdenv.hostPlatform.isWindows then "FILE_COMPILE=file"
|
makeFlags = stdenv.lib.optional stdenv.hostPlatform.isWindows "FILE_COMPILE=file";
|
||||||
else null;
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://darwinsys.com/file;
|
homepage = https://darwinsys.com/file;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user