1 { lib, buildGoPackage, fetchgit }:
5 version = "2017-05-09";
6 rev = "e87cf95808a7b16208515c49012aa3410bc5bba8";
8 goPackagePath = "github.com/tianon/gosu";
12 url = "https://github.com/tianon/gosu";
13 sha256 = "1qp1cfx0hrr4qlnh7rhjb4xlxv9697flmgzzl6jcdkrpk1f0bz8m";
19 description= "Tool that avoids TTY and signal-forwarding behavior of sudo and su";
20 homepage = "https://github.com/tianon/gosu";
21 license = lib.licenses.gpl3;
22 platforms = lib.platforms.linux;