Workstation: kdeconnect + thunar thumbnails + sidecar + agentpipe (source build)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user