forked from mirrors/nixpkgs
Merge pull request #75474 from chkno/xsecurelock-no-longer-needs-xset-path-fixed
xsecurelock: Remove obsolete path fix
This commit is contained in:
commit
fda130af71
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue