treewide: stdenv.lib.platforms.gnu -> ... gnu ++ linux

Include all linux platforms.
This commit is contained in:
Will Dietz
2018-04-30 18:12:10 -05:00
parent 855e0463ab
commit 4b7b083bcb
44 changed files with 44 additions and 44 deletions
@@ -32,7 +32,7 @@ in stdenv.mkDerivation rec {
homepage = http://gtkpod.sourceforge.net/;
description = "Library used by gtkpod to access the contents of an ipod";
license = "LGPL";
platforms = stdenv.lib.platforms.gnu;
platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux;
maintainers = [ ];
};
}