mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: arandr: Remove make-xrandr-available phase.
wrap-program functionality is already provided by python-build-system. * gnu/packages/xdisorg.scm (arandr): Remove make-xrandr-available phase.
This commit is contained in:
parent
e8d9a87862
commit
b5244fcb49
1 changed files with 1 additions and 10 deletions
|
@ -93,16 +93,7 @@ (define-public arandr
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue