about summary refs log tree commit diff
path: root/pkgs/tools/X11
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-11-20 14:06:15 +0000
committerAaron Jheng <wentworth@outlook.com>2023-11-20 14:06:15 +0000
commitbb74ffd75616ffbd45df5ca81b66cb45bf5d9f29 (patch)
tree98d66758942446a5c53c4b24dea09aa0e53651f1 /pkgs/tools/X11
parent332d8dc702c82b25f03523c7f62505befb3ea6d5 (diff)
go-sct: set meta.platforms
Diffstat (limited to 'pkgs/tools/X11')
-rw-r--r--pkgs/tools/X11/go-sct/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/X11/go-sct/default.nix b/pkgs/tools/X11/go-sct/default.nix
index 585e28971b491..5e464d43f81cb 100644
--- a/pkgs/tools/X11/go-sct/default.nix
+++ b/pkgs/tools/X11/go-sct/default.nix
@@ -8,7 +8,7 @@ buildGoModule rec {
     owner = "d4l3k";
     repo = "go-sct";
     rev = "4ae88a6bf50e0b917541ddbcec1ff10ab77a0b15";
-    sha256 = "sha256-/0ilM1g3CNaseqV9i+cKWyzxvWnj+TFqazt+aYDtNVs=";
+    hash = "sha256-/0ilM1g3CNaseqV9i+cKWyzxvWnj+TFqazt+aYDtNVs=";
   };
 
   postPatch = ''
@@ -27,6 +27,7 @@ buildGoModule rec {
     homepage = "https://github.com/d4l3k/go-sct";
     license = licenses.mit;
     maintainers = with maintainers; [ ];
+    platforms = platforms.linux;
     mainProgram = "sct";
   };
 }