From 34b5d283cd2a8bbc05b798599120e53024865f08 Mon Sep 17 00:00:00 2001 From: Alexey Shmalko Date: Tue, 19 Jul 2016 13:00:03 +0300 Subject: gcc-arm-embedded: update license According to https://launchpad.net/gcc-arm-embedded: > Licence: > Simplified BSD Licence, GNU GPL v2, GNU GPL v3, GNU LGPL v2.1, GNU > LGPL v3, MIT / X / Expat Licence --- pkgs/development/compilers/gcc-arm-embedded/default.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'pkgs/development/compilers/gcc-arm-embedded') diff --git a/pkgs/development/compilers/gcc-arm-embedded/default.nix b/pkgs/development/compilers/gcc-arm-embedded/default.nix index 85d8d37b21c..65c0f2ea1c5 100644 --- a/pkgs/development/compilers/gcc-arm-embedded/default.nix +++ b/pkgs/development/compilers/gcc-arm-embedded/default.nix @@ -22,11 +22,11 @@ stdenv.mkDerivation { }; buildInputs = [ bzip2 patchelf ]; - + dontPatchELF = true; - + phases = "unpackPhase patchPhase installPhase"; - + installPhase = '' mkdir -pv $out cp -r ./* $out @@ -42,8 +42,9 @@ stdenv.mkDerivation { meta = with stdenv.lib; { description = "Pre-built GNU toolchain from ARM Cortex-M & Cortex-R processors (Cortex-M0/M0+/M3/M4, Cortex-R4/R5/R7)"; - homepage = "https://launchpad.net/gcc-arm-embedded"; - license = licenses.gpl3; + homepage = https://launchpad.net/gcc-arm-embedded; + license = with licenses; [ bsd2 gpl2 gpl3 lgpl21 lgpl3 mit ]; + maintainers = [ maintainers.rasendubi ]; platforms = platforms.linux; }; } -- cgit 1.4.1