sg3_utils: mark linux only

This commit is contained in:
Daiderd Jordan 2018-03-25 15:28:48 +02:00
parent df776afc3d
commit 1a9423ad6d
No known key found for this signature in database
GPG Key ID: D02435D05B810C96

View File

@ -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 = [ ];
}; };
} }