mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-26 19:11:46 +02: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:
+1
-1
@@ -330,7 +330,7 @@
|
||||
|
||||
(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
|
||||
|
||||
Reference in New Issue
Block a user