mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
tests: Adjust to python.scm split.
This is a followup to 44d10b1f72
.
* tests/profiles.scm ("package->manifest-entry, search paths"): Adjust
module name for PYTHON2-MATPLOTLIB.
This commit is contained in:
parent
85a3d63f4a
commit
2d17a904ac
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ (define (find-input package)
|
|||
|
||||
(test-assert "package->manifest-entry, search paths"
|
||||
;; See <http://bugs.gnu.org/22073>.
|
||||
(let ((mpl (@ (gnu packages python) python2-matplotlib)))
|
||||
(let ((mpl (@ (gnu packages python-xyz) python2-matplotlib)))
|
||||
(lset= eq?
|
||||
(package-transitive-native-search-paths mpl)
|
||||
(manifest-entry-search-paths
|
||||
|
|
Loading…
Reference in a new issue