Binutils got in 2.18 GPLv3

svn path=/nixpkgs/trunk/; revision=14796
This commit is contained in:
Lluís Batlle i Rossell 2009-03-30 22:13:42 +00:00
parent 762d184399
commit 9fde2b1a38

View file

@ -32,5 +32,6 @@ stdenv.mkDerivation {
/* Give binutils a lower priority than gcc-wrapper to prevent a
collision due to the ld/as wrappers/symlinks in the latter. */
priority = "10";
license = "GPLv3";
};
}