forked from mirrors/nixpkgs
mtvdev: Make linux only
This commit is contained in:
parent
741657ee8b
commit
db9d5601f2
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||
See the kernel documentation for further details.
|
||||
'';
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ wkennington ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue