1 { lib, buildGoModule, fetchFromGitHub, testers, gosu }:
7 src = fetchFromGitHub {
11 hash = "sha256-ziviUXqCpCGECewyZNLDKSjnpmz/3i5DKrIKZlLwl4o=";
14 vendorHash = "sha256-fygLYSO0kpMFJd6WQp/uLYkELkyaOPZ9V8BrJcIcMuU=";
16 ldflags = [ "-d" "-s" "-w" ];
18 passthru.tests.version = testers.testVersion {
23 description = "Tool that avoids TTY and signal-forwarding behavior of sudo and su";
25 homepage = "https://github.com/tianon/gosu";
26 license = licenses.asl20;
28 platforms = platforms.linux;