Age | Commit message (Collapse) | Author |
|
* gnu/packages/haskell-xyz.scm (ghc-foldl)[outputs]: Add "doc" output next to
"out" and "static".
|
|
* gnu/packages/haskell-xyz.scm (ghc-conduit)[outputs]: Add "doc" output next
to "out" and "static".
|
|
* gnu/packages/haskell-xyz.scm (ghc-cmdargs)[outputs]: Add "doc" output next
to "out" and "static".
|
|
* gnu/packages/haskell-xyz.scm (ghc-base-prelude)[outputs]: Add "doc" output
next to "out" and "static".
|
|
* gnu/packages/haskell-xyz.scm (ghc-basement)[outputs]: Add "doc" output next
to "out" and "static".
|
|
* gnu/packages/haskell-xyz.scm (ghc-base-compat)[outputs]: Add "doc" output
next to "out" and "static".
|
|
* gnu/packages/haskell-web.scm (ghc-hxt)[outputs]: Add "doc" output next to
"out" and "static".
|
|
* gnu/packages/haskell-web.scm (ghc-aeson)[outputs]: Add "doc" output next to
"out" and "static".
|
|
* gnu/packages/haskell-web.scm (ghc-blaze-html)[outputs]: Add "doc" output
next to "out" and "static".
|
|
* gnu/packages/haskell-crypto.scm (ghc-cryptonite)[outputs]: Add "doc" output
next to "out" and "static".
|
|
* gnu/packages/haskell-crypto.scm (ghc-crypto-api-tests)[outputs]: Add "doc"
output next to "out" and "static".
|
|
* gnu/packages/haskell-check.scm (ghc-hspec)[outputs]: Add "doc" output next
to "out" and "static".
|
|
* gnu/packages/haskell.scm (ghc-8.6)[arguments]: Add phase
"remove-unnecessary-references" to remove references to build tools and
inter-output references.
|
|
All these packages have non-standard outputs. As a result the build system
cannot automatically add the "static" output, so we do this manually.
* gnu/packages/haskell-check.scm (ghc-quickcheck, ghc-hunit)[outputs]: Add
"static" output.
* gnu/packages/haskell-web.scm (ghc-http)[outputs]: Same.
* gnu/packages/haskell-xyz.scm (ghc-case-insensitive, ghc-fgl, ghc-hashable,
ghc-network, ghc-network-uri, ghc-parallel, ghc-paths, ghc-primitive,
ghc-random, ghc-split, ghc-syb, ghc-tf-random, ghc-unordered-containers,
ghc-vector, ghc-zlib)[outputs]: Same.
|
|
The "--bindir" option is not as useful as it seems as the configured location
is embedded in the outputs. Instead of using "--bindir" it seems better to
build a statically linked binary and move the binary to its own output to
avoid references between the "out" and "bin" outputs.
* guix/build/haskell-build-system.scm (configure): Do not pass "--bindir".
|
|
See <https://bugs.gnu.org/39309>.
* guix/build-system/haskell.scm (lower): Include the transitive
propagated inputs of 'extra-directories' inputs.
(haskell-build): Add the 'extra-directories' keyword and pass it through
to the builder.
* guix/build/haskell-build-system.scm (configure): Use it to select
which inputs get passed via 'extra-include-dirs' and 'extra-lib-dirs' to
Cabal.
* gnu/packages/haskell-xyz.scm (ghc-alsa-core, ghc-hmatrix,
ghc-hmatrix-gsl, ghc-hslua, ghc-iwlib, ghc-libyaml, ghc-ncurses,
ghc-openglraw, ghc-x11, ghc-x11-xft, ghc-zlib): Set 'extra-directories'.
* gnu/packages/haskell-crypto.scm (ghc-digest, ghc-hsopenssl): Likewise.
|
|
* gnu/packages/python-xyz.scm (python-typing): Update to 3.7.4.3.
|
|
* gnu/packages/shells.scm (xonsh): Update to 0.9.19.
|
|
* gnu/packages/video.scm (libmatroska): Update to 1.6.2.
|
|
* gnu/packages/text-editors.scm (kakoune): Update to 2020.08.04.
|
|
* gnu/packages/video.scm (mediainfo): Update to 20.08.
|
|
* gnu/packages/video.scm (libmediainfo): Update to 20.08.
|
|
* gnu/packages/textutils.scm (aha)[arguments]: Use CC-FOR-TARGET.
|
|
* gnu/packages/textutils.scm (aha): Update to 0.5.1.
|
|
* gnu/packages/python-xyz.scm (python-crashtest): Update to 0.3.1.
|
|
* gnu/packages/image-processing.scm (opencv)[source]: Add patch.
* gnu/packages/patches/opencv-fix-build-of-grfmt_jpeg2000.cpp.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
* gnu/packages/php.scm (php): Update to 7.4.9.
|
|
* gnu/packages/password-utils.scm (yapet): Update to 2.4.
|
|
* gnu/packages/python-xyz.scm (python-aenum): Update to 2.2.4.
|
|
* gnu/packages/storage.scm (ceph): Update to 14.2.11.
|
|
* gnu/packages/lxqt.scm (lxqt-panel)[propagated-inputs]: Add lxmenu-data.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/linux.scm (cpuid): Update to 20200427.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200810.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
Reported by Hamzeh Nasajpour <h.nasajpour@pantherx.org>.
* gnu/packages/machine-learning.scm (dlib)[arguments]: Add
configure-flag to build shared library. Remove custom
'delete-static-library phase.
|
|
* gnu/packages/graphics.scm (drawpile): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
|
|
* gnu/packages/web.scm (httpd): Update to 2.4.46.
|
|
* gnu/packages/web.scm (nginx): Update to 1.19.2.
|
|
* gnu/packages/web.scm (nginx-documentation): Update to 1.19.2-2581-324ca14c3003.
|
|
* gnu/packages/web.scm (perl-catalyst-view-tt): Update to 0.45.
|
|
* gnu/packages/web-browsers.scm (luakit): Update to 2.2.
|
|
* gnu/packages/wm.scm (bspwm): Update to 0.9.10.
|
|
* gnu/packages/package-management.scm (python-conda): Define as deprecated
alias for conda.
(python2-conda): Remove variable.
(conda)[arguments]: Add phases "fix-permissions",
"correct-python-executable-name", "do-not-use-python-root-as-prefix", and
"init"; remove phase "remove-failing-tests"; update "check" phase.
[inputs]: Add python-wrapper.
[native-inputs]: Move them all to...
[propagated-inputs]: ...this field. Add python-conda-package-handling,
python-tqdm, and zstd.
[description]: Remove line about Conda as a library.
|
|
* gnu/packages/python-xyz.scm (python-pycosat): Update to 0.6.3.
|
|
* gnu/packages/bioinformatics.scm (tophat)[arguments]: Add build phase
"hide-default-gcc".
|
|
* gnu/packages/package-management.scm (python-conda-package-handling): New
variable.
|
|
* gnu/packages/textutils.scm (libgtextutils)[arguments]: Add phase
hide-default-gcc.
|
|
* gnu/packages/music.scm (musescore): Update to 3.5.
[origin]: Remove unused google_analytics library.
|
|
* gnu/packages/emacs-xyz.scm (emacs-explain-pause-mode): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
|
|
* gnu/packages/emacs-xyz.scm (emacs-org-superstar): Update to 1.3.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-kana): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|