lol

Merge pull request #268723 from aaronjheng/go-sct

go-sct: set meta.platforms

authored by

Nick Cao and committed by
GitHub
5e05d751 c244dc12

+2 -1
+2 -1
pkgs/tools/X11/go-sct/default.nix
··· 8 8 owner = "d4l3k"; 9 9 repo = "go-sct"; 10 10 rev = "4ae88a6bf50e0b917541ddbcec1ff10ab77a0b15"; 11 - sha256 = "sha256-/0ilM1g3CNaseqV9i+cKWyzxvWnj+TFqazt+aYDtNVs="; 11 + hash = "sha256-/0ilM1g3CNaseqV9i+cKWyzxvWnj+TFqazt+aYDtNVs="; 12 12 }; 13 13 14 14 postPatch = '' ··· 27 27 homepage = "https://github.com/d4l3k/go-sct"; 28 28 license = licenses.mit; 29 29 maintainers = with maintainers; [ ]; 30 + platforms = platforms.linux; 30 31 mainProgram = "sct"; 31 32 }; 32 33 }