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/";
|
homepage = "http://dotat.at/prog/unifdef/";
|
||||||
description = "Selectively remove C preprocessor conditionals";
|
description = "Selectively remove C preprocessor conditionals";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
maintainers = [ maintainers.vrthra ];
|
maintainers = [ maintainers.vrthra ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user