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
commit fda130af71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;