Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

go-sct: disable on Darwin

It does not support Darwin.

+1 -1
+1 -1
pkgs/tools/X11/go-sct/default.nix
··· 21 21 description = "Color temperature setting library and CLI that operates in a similar way to f.lux and Redshift"; 22 22 license = licenses.mit; 23 23 maintainers = with maintainers; [ cstrahan ]; 24 - platforms = platforms.unix; 24 + platforms = platforms.linux; 25 25 }; 26 26 }