Merge pull request #75474 from chkno/xsecurelock-no-longer-needs-xset-path-fixed

xsecurelock: Remove obsolete path fix
This commit is contained in:
Franz Pletz
2019-12-15 22:10:55 +00:00
committed by GitHub

View File

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