Binutils got in 2.18 GPLv3
svn path=/nixpkgs/trunk/; revision=14796
This commit is contained in:
parent
762d184399
commit
9fde2b1a38
@ -32,5 +32,6 @@ stdenv.mkDerivation {
|
|||||||
/* Give binutils a lower priority than gcc-wrapper to prevent a
|
/* Give binutils a lower priority than gcc-wrapper to prevent a
|
||||||
collision due to the ld/as wrappers/symlinks in the latter. */
|
collision due to the ld/as wrappers/symlinks in the latter. */
|
||||||
priority = "10";
|
priority = "10";
|
||||||
|
license = "GPLv3";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user