hwinfo: make linux-only

This commit is contained in:
Matthew Bauer
2017-04-07 22:01:39 -05:00
parent 4db3b90314
commit c02ab895a1

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;
};
}