From 9fde2b1a38215513f61888fe1e9d7a5943f4903f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Mon, 30 Mar 2009 22:13:42 +0000 Subject: [PATCH] Binutils got in 2.18 GPLv3 svn path=/nixpkgs/trunk/; revision=14796 --- pkgs/development/tools/misc/binutils/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/misc/binutils/default.nix b/pkgs/development/tools/misc/binutils/default.nix index 29cf5074e1c..39605dda5df 100644 --- a/pkgs/development/tools/misc/binutils/default.nix +++ b/pkgs/development/tools/misc/binutils/default.nix @@ -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"; }; }