mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pyxdg: Return #t from phases.
* gnu/packages/freedesktop.scm (python-pyxdg)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
5f82a9d5cc
commit
10ee03c1df
1 changed files with 4 additions and 3 deletions
|
@ -419,10 +419,11 @@ manager for the current system.")
|
||||||
;; AssertionError: 'x-apple-ios-png' != 'png'
|
;; AssertionError: 'x-apple-ios-png' != 'png'
|
||||||
(substitute* "test/test-mime.py"
|
(substitute* "test/test-mime.py"
|
||||||
(("self.check_mimetype\\(imgpng, 'image', 'png'\\)") "#"))
|
(("self.check_mimetype\\(imgpng, 'image', 'png'\\)") "#"))
|
||||||
(zero? (system* "nosetests" "-v")))))))
|
(invoke "nosetests" "-v"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("shared-mime-info" ,shared-mime-info) ;for tests
|
;; For tests.
|
||||||
("hicolor-icon-theme" ,hicolor-icon-theme) ;for tests
|
`(("shared-mime-info" ,shared-mime-info)
|
||||||
|
("hicolor-icon-theme" ,hicolor-icon-theme)
|
||||||
("python-nose" ,python-nose)))
|
("python-nose" ,python-nose)))
|
||||||
(home-page "https://www.freedesktop.org/wiki/Software/pyxdg")
|
(home-page "https://www.freedesktop.org/wiki/Software/pyxdg")
|
||||||
(synopsis "Implementations of freedesktop.org standards in Python")
|
(synopsis "Implementations of freedesktop.org standards in Python")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue