Merge pull request #24760 from matthewbauer/linux-only-pkgs
Mark linux-only pkgs
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user