From: Arun Isaac <arunisaac@systemreboot.net>
To: 27860@debbugs.gnu.org
Subject: [bug#27860] [PATCH] gnu: arandr: Remove make-xrandr-available phase.
Date: Fri, 28 Jul 2017 14:49:37 +0530 [thread overview]
Message-ID: <20b666f5.AEUANZS1vI0AAAAAAAAAAAOtUOAAAAACwQwAAAAAAAW9WABZewG-@mailjet.com> (raw)
wrap-program functionality is already provided by python-build-system.
* gnu/packages/xdisorg.scm (arandr): Remove make-xrandr-available phase.
---
gnu/packages/xdisorg.scm | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index d102077c9..84794a05c 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -93,16 +93,7 @@
(build-system python-build-system)
(arguments
`(#:python ,python-2 ;incompatible with python 3
- #:tests? #f ;no tests
- #:phases
- (modify-phases %standard-phases
- (add-after 'install 'make-xrandr-available
- (lambda* (#:key inputs outputs #:allow-other-keys)
- (wrap-program (string-append (assoc-ref outputs "out")
- "/bin/arandr")
- `("PATH" ":" prefix (,(string-append (assoc-ref inputs "xrandr")
- "/bin"))))
- #t)))))
+ #:tests? #f)) ;no tests
(inputs `(("pygtk" ,python2-pygtk)
("xrandr" ,xrandr)))
(native-inputs `(("gettext" ,gettext-minimal)
--
2.12.2
next reply other threads:[~2017-07-28 9:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-28 9:19 Arun Isaac [this message]
2017-07-28 21:13 ` [bug#27860] [PATCH] gnu: arandr: Remove make-xrandr-available phase Ludovic Courtès
2017-07-29 11:40 ` bug#27860: " Arun Isaac
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20b666f5.AEUANZS1vI0AAAAAAAAAAAOtUOAAAAACwQwAAAAAAAW9WABZewG-@mailjet.com \
--to=arunisaac@systemreboot.net \
--cc=27860@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).