about summary refs log tree commit diff
path: root/pkgs/development/misc/avr-gcc-with-avr-libc
diff options
context:
space:
mode:
authorDan Peebles <pumpkin@me.com>2017-04-29 04:24:34 +0000
committerDan Peebles <pumpkin@me.com>2017-04-29 04:24:34 +0000
commit90b9719f4fc95e54400a66bffcc8044c568cfa4b (patch)
tree9660ba6641b9e3442c4957acf11737e4eedd68bd /pkgs/development/misc/avr-gcc-with-avr-libc
parent1a4ca220e15480818b78041d46bf0ca438671d33 (diff)
downloadnixlib-90b9719f4fc95e54400a66bffcc8044c568cfa4b.tar
nixlib-90b9719f4fc95e54400a66bffcc8044c568cfa4b.tar.gz
nixlib-90b9719f4fc95e54400a66bffcc8044c568cfa4b.tar.bz2
nixlib-90b9719f4fc95e54400a66bffcc8044c568cfa4b.tar.lz
nixlib-90b9719f4fc95e54400a66bffcc8044c568cfa4b.tar.xz
nixlib-90b9719f4fc95e54400a66bffcc8044c568cfa4b.tar.zst
nixlib-90b9719f4fc95e54400a66bffcc8044c568cfa4b.zip
treewide: fix the remaining issues with meta attributes
Diffstat (limited to 'pkgs/development/misc/avr-gcc-with-avr-libc')
-rw-r--r--pkgs/development/misc/avr-gcc-with-avr-libc/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/misc/avr-gcc-with-avr-libc/default.nix b/pkgs/development/misc/avr-gcc-with-avr-libc/default.nix
index 237c4e4027f1..1035757fb80e 100644
--- a/pkgs/development/misc/avr-gcc-with-avr-libc/default.nix
+++ b/pkgs/development/misc/avr-gcc-with-avr-libc/default.nix
@@ -71,7 +71,6 @@ stdenv.mkDerivation {
     description = "AVR development environment including binutils, avr-gcc and avr-libc";
     # I've tried compiling the packages separately.. too much hassle. This just works. Fine.
     license =  ["GPL" "LGPL"]; # see single packages ..
-    homepage = []; # dito
     platforms = platforms.linux;
   };
 }