mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
unifdef: set platforms to unix, not linux
Apparently, Darwin evaluation is somehow busted without this, although I can't verify it. Reported by @matthewbauer on IRC. I'll take the blame if this somehow makes life worse. /cc @vrthra as maintainer Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
25bf4a5634
commit
de6977ffe3
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "http://dotat.at/prog/unifdef/";
|
||||
description = "Selectively remove C preprocessor conditionals";
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.vrthra ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user