guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: accountsservice: 'Add patch-/bin/cat' phase.


From: guix-commits
Subject: branch master updated: gnu: accountsservice: 'Add patch-/bin/cat' phase.
Date: Sun, 16 Feb 2020 10:30:53 -0500

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c9aadd0  gnu: accountsservice: 'Add patch-/bin/cat' phase.
c9aadd0 is described below

commit c9aadd074961b149870cbe6128d77b6cacb1d2b6
Author: Rene Saavedra <address@hidden>
AuthorDate: Sat Feb 15 18:46:14 2020 -0600

    gnu: accountsservice: 'Add patch-/bin/cat' phase.
    
    * gnu/packages/freedesktop.scm (accountsservice)[arguments]: Add 
'patch-/bin/cat'
    phase.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/freedesktop.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 0c0fcff..24f33ef 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -17,6 +17,7 @@
 ;;; Copyright © 2019 Reza Alizadeh Majd <address@hidden>
 ;;; Copyright © 2019, 2020 Guillaume Le Vaillant <address@hidden>
 ;;; Copyright © 2020 Jakub Kądziołka <address@hidden>
+;;; Copyright © 2020 Rene Saavedra <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -934,6 +935,11 @@ message bus.")
          "--enable-elogind")
        #:phases
        (modify-phases %standard-phases
+         (add-after 'unpack 'patch-/bin/cat
+           (lambda _
+             (substitute* "src/user.c"
+               (("/bin/cat") (which "cat")))
+             #t))
          (add-before
           'configure 'pre-configure
           (lambda* (#:key inputs #:allow-other-keys)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]