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