emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#28078: closed ([PATCH] gnu: arandr: Use absolute p


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28078: closed ([PATCH] gnu: arandr: Use absolute path for xrandr.)
Date: Mon, 14 Aug 2017 08:03:02 +0000

Your message dated Mon, 14 Aug 2017 10:02:39 +0200
with message-id <address@hidden>
and subject line Re: [bug#28078] [PATCH] gnu: arandr: Use absolute path for 
xrandr.
has caused the debbugs.gnu.org bug report #28078,
regarding [PATCH] gnu: arandr: Use absolute path for xrandr.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
28078: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28078
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: arandr: Use absolute path for xrandr. Date: Sun, 13 Aug 2017 20:18:54 +0530
* gnu/packages/xdisorg.scm (arandr)[arguments]: Add configure phase.
---
 gnu/packages/xdisorg.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 31d39ea1f..a566d0afa 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -93,6 +93,13 @@
     (build-system python-build-system)
     (arguments
      `(#:python ,python-2     ;incompatible with python 3
+       #:phases
+       (modify-phases %standard-phases
+         (add-before 'build 'configure
+           (lambda* (#:key inputs #:allow-other-keys)
+             (substitute* "screenlayout/xrandr.py"
+               (("\"xrandr\"") (string-append "\"" (assoc-ref inputs "xrandr")
+                                              "/bin/xrandr\""))))))
        #:tests? #f)) ;no tests
     (inputs `(("pygtk" ,python2-pygtk)
               ("xrandr" ,xrandr)))
-- 
2.13.4




--- End Message ---
--- Begin Message --- Subject: Re: [bug#28078] [PATCH] gnu: arandr: Use absolute path for xrandr. Date: Mon, 14 Aug 2017 10:02:39 +0200 User-agent: mu4e 0.9.18; emacs 25.2.1
Arun Isaac <address@hidden> writes:

> * gnu/packages/xdisorg.scm (arandr)[arguments]: Add configure phase.
> ---

Thanks.  Pushed as 28fd275ca with a minor change (returning “#t”).

--
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net



--- End Message ---

reply via email to

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