mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
xss-lock: upstream fix: exit when X connection dies
This commit is contained in:
parent
310da1b4da
commit
d0462cdf25
@ -6,8 +6,8 @@ stdenv.mkDerivation {
|
||||
|
||||
src = fetchgit {
|
||||
url = https://bitbucket.org/raymonad/xss-lock.git;
|
||||
rev = "d75612f1d1eea64b5c43806eea88059340a08ca9";
|
||||
sha256 = "4d57bcfd45287b5b068f45eeceb9e43d975806a038a4c586b141da5d99b3e48b";
|
||||
rev = "1e158fb20108058dbd62bd51d8e8c003c0a48717";
|
||||
sha256 = "0jdpd6x1kk30qynv2n4zbjmsicvwjwcldr2224da0srzl7sgyjsg";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake pkgconfig docutils glib libpthreadstubs libXau
|
||||
|
Loading…
Reference in New Issue
Block a user