treewide: stdenv.lib.platforms.gnu -> ... gnu ++ linux
Include all linux platforms.
This commit is contained in:
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user