xsecurelock: Remove obsolete path fix

helpers/saver_blank became trivial in xsecurelock commit
d4a817ae5e071540a1b11825908dd91a8697591a, which first appeared
in release 1.4.0.
This commit is contained in:
Chuck 2019-12-10 18:00:18 -08:00
parent 3922a30090
commit 5b28e2251a

View File

@ -32,11 +32,6 @@ stdenv.mkDerivation rec {
EOF EOF
''; '';
preInstall = ''
substituteInPlace helpers/saver_blank \
--replace 'protect xset' 'protect ${xset}/bin/xset'
'';
meta = with lib; { meta = with lib; {
description = "X11 screen lock utility with security in mind"; description = "X11 screen lock utility with security in mind";
homepage = https://github.com/google/xsecurelock; homepage = https://github.com/google/xsecurelock;