1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

go-sct: disable on Darwin

It does not support Darwin.
This commit is contained in:
Orivej Desh 2017-11-25 07:35:44 +00:00
parent 03209fc043
commit 45a85eaceb

View file

@ -21,6 +21,6 @@ buildGoPackage rec {
description = "Color temperature setting library and CLI that operates in a similar way to f.lux and Redshift";
license = licenses.mit;
maintainers = with maintainers; [ cstrahan ];
platforms = platforms.unix;
platforms = platforms.linux;
};
}