'ls.scm' monkey-patches (ice-9 getopt-long) to allow it to recognize '-1' as a valid option. Unfortunately, monkey patching no longer works with Guile 3.0 due to inlining, so change the test to make do without '-1'. diff --git a/tests/core-utils.org b/tests/core-utils.org index d35ede8..22718e3 100644 --- a/tests/core-utils.org +++ b/tests/core-utils.org @@ -93,14 +93,11 @@ * ls :script: #+begin_src sh - ls -1 tests/data/star + ls tests/data/star #+end_src :stdout: #+begin_example - 0 - 1 - 2 - 3 + 0 1 2 3 #+end_example * test-file guix/'>guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/emacs-xyz.scm
diff options
context:
space:
mode:
authorLeo Prikler <leo.prikler@student.tugraz.at>2021-04-17 19:06:47 +0200
committerLeo Prikler <leo.prikler@student.tugraz.at>2021-05-01 15:56:43 +0200
commit0bb41f6db6a65c82ea4e8a9e3eff3024ccd2f991 (patch)
treec8246c25668999c091340f8a2bc7e161210b43fc /gnu/packages/emacs-xyz.scm
parent3c501881c1fb6fa4133c2d567a6f12de6820f6b9 (diff)
downloadguix-0bb41f6db6a65c82ea4e8a9e3eff3024ccd2f991.tar.gz
guix-0bb41f6db6a65c82ea4e8a9e3eff3024ccd2f991.zip
gnu: emacs-haskell-mode: Adjust to changes in emacs-build-system.
* gnu/packages/emacs-xyz.scm (emacs-haskell-mode)[#:phases]<install>: Install to elpa-directory.
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')