sg3_utils: mark linux only
This commit is contained in:
parent
df776afc3d
commit
1a9423ad6d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||
meta = {
|
||||
homepage = http://sg.danny.cz/sg/;
|
||||
description = "Utilities that send SCSI commands to devices";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue