pkgs/applications/version-management/git-and-tools/git: build git on all platforms, not just Linux

svn path=/nixpkgs/trunk/; revision=21839
This commit is contained in:
Peter Simons 2010-05-18 14:41:18 +00:00
parent 1295493b18
commit 1fc724cc5c

View File

@ -132,6 +132,6 @@ stdenv.mkDerivation rec {
stdenv.lib.maintainers.simons
];
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
platforms = stdenv.lib.platforms.all;
};
}