Age | Commit message (Expand) | Author |
2019-01-24 | gnu: cmst: Use INVOKE....* gnu/packages/connman.scm (cmst)[arguments]: Unconditionally return #T from
build phases.
| Ricardo Wurmus |
2019-01-24 | gnu: sloccount: Use INVOKE....* gnu/packages/code.scm (sloccount)[arguments]: Use INVOKE and unconditionally
return #T from build phases.
| Ricardo Wurmus |
2019-01-24 | gnu: axoloti-patcher: Use INVOKE....* gnu/packages/axoloti.scm (axoloti-patcher)[arguments]: Use INVOKE and
unconditionally return #T from build phase.
| Ricardo Wurmus |
2019-01-24 | gnu: axoloti-runtime: Use INVOKE....* gnu/packages/axoloti.scm (axoloti-runtime)[arguments]: Use INVOKE and return
#T from build phases unconditionally.
| Ricardo Wurmus |
2019-01-24 | gnu: clamav: Unconditionally return #T from build phase....* gnu/packages/antivirus.scm (clamav)[arguments]: Use INVOKE.
| Ricardo Wurmus |
2019-01-24 | gnu: anthy: Unconditionally return #T from check phase....* gnu/packages/anthy.scm (anthy)[arguments]: Use INVOKE.
| Ricardo Wurmus |
2019-01-24 | gnu: git-repo: Unconditionally return #T from "check" phase....* gnu/packages/android.scm (git-repo)[arguments]: Use INVOKE.
| Ricardo Wurmus |
2019-01-24 | gnu: flint: Unconditionally return #T from build phases....* gnu/packages/algebra.scm (flint)[arguments]: Use INVOKE in "configure"
phases.
| Ricardo Wurmus |
2019-01-24 | gnu: milkytracker: Add RtMidi and zziplib support....* gnu/packages/music.scm (milkytracker)[inputs]: Add rtmidi and zziplib.
| Kei Kebreau |
2019-01-24 | gnu: cdogs-sdl: Update to 0.6.9....* gnu/packages/games.scm (cdogs-sdl): Update to 0.6.9.
| Kei Kebreau |
2019-01-24 | gnu: pari-gp: Address TeX errors....* 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.
| Ricardo Wurmus |
2019-01-24 | gnu: texlive-fonts-amsfonts: Build more fonts....* 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.
| Ricardo Wurmus |
2019-01-24 | gnu: Add texlive-tex-fontinst-base....* gnu/packages/tex.scm (texlive-tex-fontinst-base): New variable.
| Ricardo Wurmus |
2019-01-24 | gnu: texlive-latex-fancyvrb: Build fvrb-ex....* gnu/packages/tex.scm (texlive-latex-fancyvrb)[arguments]: Supply
tex-format.
| Ricardo Wurmus |
2019-01-24 | gnu: texlive-fonts-cm: Build bitmap fonts at 600dpi....* gnu/packages/tex.scm (texlive-fonts-cm)[arguments]: Build pk files and
install them.
| Ricardo Wurmus |
2019-01-24 | gnu: texlive-latex-base: Put fewer paths on TEXINPUTS....* gnu/packages/tex.scm (texlive-latex-base)[arguments]: Use double slash for
recursive directory search instead of FIND-FILES.
| Ricardo Wurmus |
2019-01-24 | gnu: catimg: Simplify....* 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.
| Ricardo Wurmus |
2019-01-24 | gnu: wine: Hard-code vulkan loader....* 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.
| Rutger Helling |
2019-01-24 | gnu: wine: Add vkd3d support....* gnu/packages/wine.scm (wine)[inputs]: Add vkd3d.
* gnu/packages/wine.scm (wine-staging)[inputs]: Remove vkd3d, inherit from
wine instead.
| Rutger Helling |
2019-01-24 | gnu: vkd3d: Use wine-minimal....* gnu/packages/vulkan.scm (vkd3d): Use wine-minimal instead of wine.
| Rutger Helling |
2019-01-24 | gnu: Add wine-minimal....* gnu/packages/wine.scm (wine-minimal): New variable.
| Rutger Helling |
2019-01-24 | gnu: certbot, python-acme: Update to 0.30.0....* gnu/packages/tls.scm (certbot, python-acme): Update to 0.30.0.
| Leo Famulari |
2019-01-23 | gnu: gnucash-docs: Fix source URI....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.
| Maxim Cournoyer |
2019-01-23 | gnu: linux-libre@4.14: Update to 4.14.95....* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.95.
(%linux-libre-4.14-hash): Update hash.
| Mark H Weaver |
2019-01-23 | gnu: linux-libre@4.9: Update to 4.9.152....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.152.
| Mark H Weaver |
2019-01-23 | gnu: linux-libre: Make CRYPTO_CRC32C a built-in on arm64....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'.
| Mark H Weaver |
2019-01-23 | gnu: Add ghc-c2hs....* gnu/packages/haskell.scm (ghc-c2hs): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Gabriel Hondet |
2019-01-23 | gnu: Add emacs-xwidgets....* gnu/packages/emacs.scm (emacs-xwidgets): new variable
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Arne Babenhauserheide |
2019-01-23 | gnu: Add ocaml-craml....* gnu/packages/ocaml.scm (ocaml-craml): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| Gabriel Hondet |
2019-01-23 | gnu: ocaml-cmdliner: Update to 1.0.2....* gnu/packages/ocaml.scm (ocaml-cmdliner): Update to 1.0.2.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| Gabriel Hondet |
2019-01-23 | gnu: ocaml-fmt: Update to 0.8.5....* gnu/packages/ocaml.scm (ocaml-fmt): Update to 0.8.5.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| Gabriel Hondet |
2019-01-23 | gnu: ocaml-uchar: Update to 0.0.2....* gnu/packages/ocaml.scm (ocaml-uchar): Update to 0.0.2.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| Gabriel Hondet |
2019-01-23 | gnu: geeqie: Use GTK+ 3....* gnu/packages/image-viewers.scm (geeqie)[inputs]: Replace gtk+-2 with gtk+.
| Ricardo Wurmus |
2019-01-23 | gnu: geeqie: Remove custom bootstrap phase....* gnu/packages/image-viewers.scm (geeqie)[arguments]: Remove invocation of
autogen.sh script; rename "autogen" phase to "pre-bootstrap".
| Ricardo Wurmus |
2019-01-23 | gnu: cdrtools: Remove custom build and install phases....* gnu/packages/cdrom.scm (cdrtools)[arguments]: Add make-flags; remove custom
"build" and "install" phases.
| Ricardo Wurmus |
2019-01-23 | gnu: python2-scientific: Use INVOKE....* gnu/packages/python-xyz.scm (python2-scientific)[arguments]: Unconditionally
return #T from "build" phase.
| Ricardo Wurmus |
2019-01-23 | gnu: python-flasgger: Use INVOKE....* gnu/packages/python-xyz.scm (python-flasgger)[arguments]: Unconditionally
return #T from "check" phase.
| Ricardo Wurmus |
2019-01-23 | gnu: python2-larch: Use INVOKE....* gnu/packages/python-xyz.scm (python2-larch)[arguments]: Unconditionally
return #T from "check" phase.
| Ricardo Wurmus |
2019-01-23 | gnu: python2-ttystatus: Use INVOKE....* gnu/packages/python-xyz.scm (python2-ttystatus)[arguments]: Unconditionally
return #T from "check" phase.
| Ricardo Wurmus |
2019-01-23 | gnu: python2-cliapp: Use INVOKE....* gnu/packages/python-xyz.scm (python2-cliapp)[arguments]: Unconditionally
return #T from "check" phase.
| Ricardo Wurmus |
2019-01-23 | gnu: python2-ruamel.ordereddict: Use INVOKE....* gnu/packages/python-xyz.scm (python2-ruamel.ordereddict)[arguments]:
Unconditionally return #T from "check" phase.
| Ricardo Wurmus |
2019-01-23 | gnu: python-pbkdf2: Use INVOKE....* gnu/packages/python-xyz.scm (python-pbkdf2)[arguments]: Unconditionally
return #T from "check" phase.
| Ricardo Wurmus |
2019-01-23 | gnu: python-termstyle: Use INVOKE....* gnu/packages/python-xyz.scm (python-termstyle)[arguments]: Unconditionally
return #T from "check" phase.
| Ricardo Wurmus |
2019-01-23 | gnu: python-validictory: Use INVOKE....* gnu/packages/python-xyz.scm (python-validictory)[arguments]: Unconditionally
return #T from "check" phase.
| Ricardo Wurmus |
2019-01-23 | gnu: python-colorspacious: Use INVOKE....* gnu/packages/python-xyz.scm (python-colorspacious)[arguments]:
Unconditionally return #T from "check" phase.
| Ricardo Wurmus |
2019-01-23 | gnu: python-numpy-documentation: Use INVOKE....* gnu/packages/python-xyz.scm (python-numpy-documentation)[arguments]:
Use INVOKE instead of SYSTEM*.
| Ricardo Wurmus |
2019-01-23 | gnu: python-spectra: Use INVOKE....* gnu/packages/python-xyz.scm (python-spectra)[arguments]: Unconditionally
return #T from "check" phase.
| Ricardo Wurmus |
2019-01-23 | gnu: emacs-elpy: Update to 1.28.0....* gnu/packages/emacs-xyz.scm (emacs-elpy): Update to 1.28.0.
| Maxim Cournoyer |
2019-01-23 | gnu: python-jedi: Update to 0.13.2....* gnu/packages/python-xyz.scm (python-jedi): Update to 0.13.2.
| Maxim Cournoyer |
2019-01-23 | gnu: python2-pystache: Use INVOKE....* gnu/packages/python-xyz.scm (python2-pystache)[arguments]: Unconditionally
return #T from "check" phase.
| Ricardo Wurmus |