summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* tests: Remove duplicate field initializers.Ludovic Courtès2019-01-24
| | | | | | | | | | | | | | | Fixes a regression introduced in c2dcff41c2e47f5f978f467864d5ed7829939884, whereby many tests in 'tests/packages.scm' would trigger a syntax error due to duplicate field intializers in forms like: (dummy-package "foo" (version "0")) * guix/tests.scm (dummy-package, dummy-origin): Rewrite to inherit from a base record. This restores the semantics from before c2dcff41c2e47f5f978f467864d5ed7829939884. * tests/services.scm ("instantiate-missing-services, indirect"): Remove duplicate 'extensions' field.
* gnu: milkytracker: Add RtMidi and zziplib support.Kei Kebreau2019-01-24
| | | | * gnu/packages/music.scm (milkytracker)[inputs]: Add rtmidi and zziplib.
* gnu: cdogs-sdl: Update to 0.6.9.Kei Kebreau2019-01-24
| | | | * gnu/packages/games.scm (cdogs-sdl): Update to 0.6.9.
* gnu: pari-gp: Address TeX errors.Ricardo Wurmus2019-01-24
| | | | | | * gnu/packages/algebra.scm (pari-gp)[native-inputs]: Replace texlive-tiny with texlive-union of texlive-fonts-amsfonts and texlive-latex-amsfonts. [arguments]: Use INVOKE in configure phase.
* gnu: texlive-fonts-amsfonts: Build more fonts.Ricardo Wurmus2019-01-24
| | | | | | | | | * gnu/packages/tex.scm (texlive-fonts-amsfonts)[arguments]: Convert afm files to tfm; also build missing tfm files via fontinst. [native-inputs]: Replace texlive-fonts-cm, texlive-metafont-base, and texlive-bin with a texlive-union of texlive-tex-fontinst-base, texlive-fonts-cm, and texlive-metafont-base; add amsfonts-plain, amsfonts-map, and amsfonts-afm.
* gnu: Add texlive-tex-fontinst-base.Ricardo Wurmus2019-01-24
| | | | * gnu/packages/tex.scm (texlive-tex-fontinst-base): New variable.
* licenses: Add lppl1.1+.Ricardo Wurmus2019-01-24
| | | | * guix/licenses.scm (lppl1.1+): New variable.
* gnu: texlive-latex-fancyvrb: Build fvrb-ex.Ricardo Wurmus2019-01-24
| | | | | * gnu/packages/tex.scm (texlive-latex-fancyvrb)[arguments]: Supply tex-format.
* gnu: texlive-fonts-cm: Build bitmap fonts at 600dpi.Ricardo Wurmus2019-01-24
| | | | | * gnu/packages/tex.scm (texlive-fonts-cm)[arguments]: Build pk files and install them.
* gnu: texlive-latex-base: Put fewer paths on TEXINPUTS.Ricardo Wurmus2019-01-24
| | | | | * gnu/packages/tex.scm (texlive-latex-base)[arguments]: Use double slash for recursive directory search instead of FIND-FILES.
* gnu: catimg: Simplify.Ricardo Wurmus2019-01-24
| | | | | | * gnu/packages/image-viewers.scm (catimg)[arguments]: Rename custom "configure" phase to "patch-convert"; remove custom "build" phase; move "install-script" phase after "install"; simplify phases.
* gnu: wine: Hard-code vulkan loader.Rutger Helling2019-01-24
| | | | | | | | * gnu/packages/wine.scm (wine)[arguments]: Add 'wrap-executable phase. * gnu/packages/wine.scm (wine64)[arguments]: Add 'wrap-executable phase. Copy the real wine-preloader instead of the wrapped version. * gnu/packages/wine.scm (wine-minimal)[arguments]: Don't inherit phases. Add 'patch-dlopen-paths phase.
* gnu: wine: Add vkd3d support.Rutger Helling2019-01-24
| | | | | | * gnu/packages/wine.scm (wine)[inputs]: Add vkd3d. * gnu/packages/wine.scm (wine-staging)[inputs]: Remove vkd3d, inherit from wine instead.
* gnu: vkd3d: Use wine-minimal.Rutger Helling2019-01-24
| | | | * gnu/packages/vulkan.scm (vkd3d): Use wine-minimal instead of wine.
* gnu: Add wine-minimal.Rutger Helling2019-01-24
| | | | * gnu/packages/wine.scm (wine-minimal): New variable.
* gnu: certbot, python-acme: Update to 0.30.0.Leo Famulari2019-01-24
| | | | * gnu/packages/tls.scm (certbot, python-acme): Update to 0.30.0.
* gnu: gnucash-docs: Fix source URI.Maxim Cournoyer2019-01-23
| | | | | | | | | The source URI was renamed from "gnucash-docs-3.4-1.tar.gz" to "gnucash-docs-3.4a.tar.gz". The content is identical since the hash hasn't changed. * gnu/packages/gnucash.scm (gnucash-docs)[source]: Update URI to match upstream change.
* gnu: linux-libre@4.14: Update to 4.14.95.Mark H Weaver2019-01-23
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.95. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.152.Mark H Weaver2019-01-23
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.152.
* gnu: linux-libre: Make CRYPTO_CRC32C a built-in on arm64.Mark H Weaver2019-01-23
| | | | | | | | | | | | Fixes <https://bugs.gnu.org/34162> Reported by Vagrant Cascadian <vagrant@debian.org> Note that CRYPTO_CRC32C was already a built-in in our default configurations for other systems. * gnu/packages/aux-files/linux-libre/4.20-arm64.conf, gnu/packages/aux-files/linux-libre/4.19-arm64.conf (CONFIG_CRYPTO_CRC32C): Change from 'm' to 'y'.
* gnu: Add ghc-c2hs.Gabriel Hondet2019-01-23
| | | | | | * gnu/packages/haskell.scm (ghc-c2hs): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-xwidgets.Arne Babenhauserheide2019-01-23
| | | | | | * gnu/packages/emacs.scm (emacs-xwidgets): new variable Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* ui: Don't report "build failed:" for daemon error messages.Ludovic Courtès2019-01-23
| | | | | | | | | | | | | | | | Until now we'd get things like: guix build: error: build failed: build of `/gnu/store/….drv' failed or: $ guix gc -d /sdf guix gc: error: build failed: path `/sdf' is not in the store which is kinda ridiculous. * guix/ui.scm (call-with-error-handling): Remove "build failed:" prefix for 'store-protocol-error?'.
* deduplication: Ignore EMLINK.Ludovic Courtès2019-01-23
| | | | | | | Until now 'guix offload' would fail (transient failure) upon EMLINK. * guix/store/deduplication.scm (replace-with-link) (deduplicate): Ignore EMLINK.
* gnu: Add ocaml-craml.Gabriel Hondet2019-01-23
| | | | | | * gnu/packages/ocaml.scm (ocaml-craml): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: ocaml-cmdliner: Update to 1.0.2.Gabriel Hondet2019-01-23
| | | | | | * gnu/packages/ocaml.scm (ocaml-cmdliner): Update to 1.0.2. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: ocaml-fmt: Update to 0.8.5.Gabriel Hondet2019-01-23
| | | | | | * gnu/packages/ocaml.scm (ocaml-fmt): Update to 0.8.5. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: ocaml-uchar: Update to 0.0.2.Gabriel Hondet2019-01-23
| | | | | | * gnu/packages/ocaml.scm (ocaml-uchar): Update to 0.0.2. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: geeqie: Use GTK+ 3.Ricardo Wurmus2019-01-23
| | | | * gnu/packages/image-viewers.scm (geeqie)[inputs]: Replace gtk+-2 with gtk+.
* gnu: geeqie: Remove custom bootstrap phase.Ricardo Wurmus2019-01-23
| | | | | * gnu/packages/image-viewers.scm (geeqie)[arguments]: Remove invocation of autogen.sh script; rename "autogen" phase to "pre-bootstrap".
* gnu: cdrtools: Remove custom build and install phases.Ricardo Wurmus2019-01-23
| | | | | * gnu/packages/cdrom.scm (cdrtools)[arguments]: Add make-flags; remove custom "build" and "install" phases.
* gnu: python2-scientific: Use INVOKE.Ricardo Wurmus2019-01-23
| | | | | * gnu/packages/python-xyz.scm (python2-scientific)[arguments]: Unconditionally return #T from "build" phase.
* gnu: python-flasgger: Use INVOKE.Ricardo Wurmus2019-01-23
| | | | | * gnu/packages/python-xyz.scm (python-flasgger)[arguments]: Unconditionally return #T from "check" phase.
* gnu: python2-larch: Use INVOKE.Ricardo Wurmus2019-01-23
| | | | | * gnu/packages/python-xyz.scm (python2-larch)[arguments]: Unconditionally return #T from "check" phase.
* gnu: python2-ttystatus: Use INVOKE.Ricardo Wurmus2019-01-23
| | | | | * gnu/packages/python-xyz.scm (python2-ttystatus)[arguments]: Unconditionally return #T from "check" phase.
* gnu: python2-cliapp: Use INVOKE.Ricardo Wurmus2019-01-23
| | | | | * gnu/packages/python-xyz.scm (python2-cliapp)[arguments]: Unconditionally return #T from "check" phase.
* gnu: python2-ruamel.ordereddict: Use INVOKE.Ricardo Wurmus2019-01-23
| | | | | * gnu/packages/python-xyz.scm (python2-ruamel.ordereddict)[arguments]: Unconditionally return #T from "check" phase.
* gnu: python-pbkdf2: Use INVOKE.Ricardo Wurmus2019-01-23
| | | | | * gnu/packages/python-xyz.scm (python-pbkdf2)[arguments]: Unconditionally return #T from "check" phase.
* gnu: python-termstyle: Use INVOKE.Ricardo Wurmus2019-01-23
| | | | | * gnu/packages/python-xyz.scm (python-termstyle)[arguments]: Unconditionally return #T from "check" phase.
* gnu: python-validictory: Use INVOKE.Ricardo Wurmus2019-01-23
| | | | | * gnu/packages/python-xyz.scm (python-validictory)[arguments]: Unconditionally return #T from "check" phase.
* gnu: python-colorspacious: Use INVOKE.Ricardo Wurmus2019-01-23
| | | | | * gnu/packages/python-xyz.scm (python-colorspacious)[arguments]: Unconditionally return #T from "check" phase.
* gnu: python-numpy-documentation: Use INVOKE.Ricardo Wurmus2019-01-23
| | | | | * gnu/packages/python-xyz.scm (python-numpy-documentation)[arguments]: Use INVOKE instead of SYSTEM*.
* gnu: python-spectra: Use INVOKE.Ricardo Wurmus2019-01-23
| | | | | * gnu/packages/python-xyz.scm (python-spectra)[arguments]: Unconditionally return #T from "check" phase.
* gnu: emacs-elpy: Update to 1.28.0.Maxim Cournoyer2019-01-23
| | | | * gnu/packages/emacs-xyz.scm (emacs-elpy): Update to 1.28.0.
* gnu: python-jedi: Update to 0.13.2.Maxim Cournoyer2019-01-23
| | | | * gnu/packages/python-xyz.scm (python-jedi): Update to 0.13.2.
* gnu: python2-pystache: Use INVOKE.Ricardo Wurmus2019-01-23
| | | | | * gnu/packages/python-xyz.scm (python2-pystache)[arguments]: Unconditionally return #T from "check" phase.
* gnu: python-jsonschema: Use INVOKE.Ricardo Wurmus2019-01-23
| | | | | * gnu/packages/python-xyz.scm (python-jsonschema)[arguments]: Unconditionally return #T from "check" phase.
* gnu: python-netcdf4: Update to 1.4.2.Ricardo Wurmus2019-01-23
| | | | | | * gnu/packages/python-xyz.scm (python-netcdf4): Update to 1.4.2. [arguments]: Remove custom "check" phase; add "configure-locations" phase. [propagated-inputs]: Add python-cftime.
* gnu: Add python-cftime.Ricardo Wurmus2019-01-23
| | | | * gnu/packages/python-xyz.scm (python-cftime): New variable.
* gnu: Add python-coveralls.Ricardo Wurmus2019-01-23
| | | | | * gnu/packages/python-check.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.