From 5b28e2251a64166c005e11667f18dcad348d62e1 Mon Sep 17 00:00:00 2001 From: Chuck Date: Tue, 10 Dec 2019 18:00:18 -0800 Subject: [PATCH] xsecurelock: Remove obsolete path fix helpers/saver_blank became trivial in xsecurelock commit d4a817ae5e071540a1b11825908dd91a8697591a, which first appeared in release 1.4.0. --- pkgs/tools/X11/xsecurelock/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/tools/X11/xsecurelock/default.nix b/pkgs/tools/X11/xsecurelock/default.nix index 6e6aa1fb60e..30d7f69aeb5 100644 --- a/pkgs/tools/X11/xsecurelock/default.nix +++ b/pkgs/tools/X11/xsecurelock/default.nix @@ -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;