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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue