Workstation: kdeconnect + thunar thumbnails + sidecar + agentpipe (source build)

This commit is contained in:
2026-02-13 14:04:16 +11:00
parent bbb8cae22d
commit 3b908a7d9c
5 changed files with 55 additions and 39 deletions

View File

@@ -8,15 +8,17 @@ buildGoModule rec {
owner = "kevinelliott";
repo = "agentpipe";
rev = "v${version}";
hash = lib.fakeHash;
hash ="sha256-sLnlgXG4Qy1nTbLyx2ci2492kwi8NNaue/4Xpdx7LQw=";
};
vendorHash = lib.fakeHash;
vendorHash ="sha256-ZvJ4N2SVVBbxL2qyz/FyXUvrmTGyoojwitf5p1xSUo0=";
subPackages = [ "." ];
# Avoid dynamic linking surprises.
CGO_ENABLED = 0;
env = {
CGO_ENABLED = "0";
};
ldflags = [
"-s"