hwinfo: make linux-only

This commit is contained in:
Matthew Bauer
2017-04-08 23:34:54 -05:00
parent 4db3b90314
commit c02ab895a1
+1 -1
View File
@@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2; license = licenses.gpl2;
homepage = https://github.com/openSUSE/hwinfo; homepage = https://github.com/openSUSE/hwinfo;
maintainers = with maintainers; [ bobvanderlinden ndowens ]; maintainers = with maintainers; [ bobvanderlinden ndowens ];
platforms = platforms.unix; platforms = platforms.linux;
}; };
} }