aboutsummaryrefslogtreecommitdiff
path: root/m4/guix.m4
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-12-09 10:10:46 +0200
committerEfraim Flashner <efraim@flashner.co.il>2022-12-09 10:15:34 +0200
commit7baba7ab581114747b9f6cd03e543d5913e917b5 (patch)
tree8e54031d76bc3905818321bcc33d69846f9ae241 /m4/guix.m4
parent7d0a263846e3ccac40149a6f2c26ab7252877f09 (diff)
downloadguix-7baba7ab581114747b9f6cd03e543d5913e917b5.tar.gz
guix-7baba7ab581114747b9f6cd03e543d5913e917b5.zip
gnu: julia-optimtestproblems: Add missing dependencies.
* gnu/packages/julia-xyz.scm (julia-optimtestproblems)[arguments]: Add missing base dependencies to julia-package-dependencies.
Diffstat (limited to 'm4/guix.m4')
0 files changed, 0 insertions, 0 deletions
>
+ "http://www.github.com/feuerbach/temporary")
+ (synopsis
+ "Portable temporary file and directory support")
+ (description
+ "The functions for creating temporary files and directories in the base
+library are quite limited. The unixutils package contains some good ones, but
+they aren't portable to Windows. This library just repackages the Cabal
+implementations of its own temporary file and folder functions so that you can
+use them without linking against Cabal or depending on it being installed.
+This is a better maintained fork of the \"temporary\" package.")
+ (license bsd-3)))
+
(define-public ghc-silently
(package
(name "ghc-silently")