xlockmore: 5.55 -> 5.56
This commit is contained in:
parent
f84394025e
commit
676f09be67
@ -1,20 +1,18 @@
|
|||||||
{ stdenv, lib, fetchurl, pam ? null, autoreconfHook
|
{ stdenv, lib, fetchurl, pam ? null, libX11, libXext, libXinerama
|
||||||
, libX11, libXext, libXinerama, libXdmcp, libXt }:
|
, libXdmcp, libXt }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "xlockmore-5.55";
|
name = "xlockmore-5.56";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://sillycycle.com/xlock/${name}.tar.xz";
|
url = "http://sillycycle.com/xlock/${name}.tar.xz";
|
||||||
sha256 = "1y3f76rq2nd10fgi2rx81aj6pijglmm661vjsxi05hpg35dzmwfl";
|
sha256 = "1dg1n79rnswhxqz36mxnl5lp8p37i9fbibnzzyrqknmvf2s8xpd0";
|
||||||
curlOpts = "--user-agent 'Mozilla/5.0'";
|
curlOpts = "--user-agent 'Mozilla/5.0'";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Optionally, it can use GTK+.
|
# Optionally, it can use GTK+.
|
||||||
buildInputs = [ pam libX11 libXext libXinerama libXdmcp libXt ];
|
buildInputs = [ pam libX11 libXext libXinerama libXdmcp libXt ];
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
|
||||||
|
|
||||||
# Don't try to install `xlock' setuid. Password authentication works
|
# Don't try to install `xlock' setuid. Password authentication works
|
||||||
# fine via PAM without super user privileges.
|
# fine via PAM without super user privileges.
|
||||||
configureFlags =
|
configureFlags =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user