Merge pull request #24760 from matthewbauer/linux-only-pkgs

Mark linux-only pkgs
This commit is contained in:
Peter Simons
2017-04-09 14:18:10 +02:00
committed by GitHub
12 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
homepage = https://github.com/openSUSE/hwinfo;
maintainers = with maintainers; [ bobvanderlinden ndowens ];
platforms = platforms.unix;
platforms = platforms.linux;
};
}
+1 -1
View File
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.all;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.bluescreen303 ];
};
}