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