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>

+1 -1
+1 -1
pkgs/development/tools/misc/unifdef/default.nix
··· 24 24 homepage = "http://dotat.at/prog/unifdef/"; 25 25 description = "Selectively remove C preprocessor conditionals"; 26 26 license = licenses.bsd2; 27 - platforms = platforms.linux; 27 + platforms = platforms.unix; 28 28 maintainers = [ maintainers.vrthra ]; 29 29 }; 30 30 }