From cbb9c769316b4d32956a2c78aa01a38b473f0cfc Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 30 Oct 2015 08:30:43 -0400 Subject: [PATCH] xflock4: Do not override PATH with hardcoded value. The PATH "/bin:/usr/bin" may not be a valid search path on the user's machine. The screen locking program may be in /usr/local/bin or elsewhere. Distros that do not conform to the FHS, such as GuixSD and NixOS, will not have their executables in either location. Thus, we simply leave PATH alone. --- scripts/xflock4 | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/xflock4 b/scripts/xflock4 index ec4d05d..e7981ac 100644 --- a/scripts/xflock4 +++ b/scripts/xflock4 @@ -21,9 +21,6 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -PATH=/bin:/usr/bin -export PATH - # Lock by xscreensaver or gnome-screensaver, if a respective daemon is running for lock_cmd in \ "xscreensaver-command -lock" \ -- 2.5.0 class='tabs'> aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/acl.scm
AgeCommit message (Expand)Author
2023-06-17gnu: Use target-hurd?, system-hurd? instead of hurd-target?, hurd-system?....* gnu/packages/hurd.scm (hurd-target?): Remove. (hurd-system?): Move to... * guix/utils.scm (system-hurd?): ...here. * gnu/packages/*: Update all users, removing (gnu packages hurd) include where now unused. Janneke Nieuwenhuizen
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-10-18Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe
2021-10-18gnu: python-pylibacl: Add missing brace in description....Regression introduced in 133f780039e63798535e4f52a4d9f1810ea5b2ab. * gnu/packages/acl.scm (python-pylibacl)[description]: Add missing brace. Ludovic Courtès
2021-10-15gnu: python-pylibacl: Improve description....* gnu/packages/acl.scm (python-pylibacl)[synopsis]: Use @acronym{}. [description]: Turn into a full sentence, mark up, and edit for GNU. Tobias Geerinckx-Rice
2021-10-15gnu: python-pylibacl: Do not return #t from custom phases....* gnu/packages/acl.scm (python-pylibacl)[arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice