| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/graphics.scm (brdf-explorer)[arguments]: Use INVOKE and return #T.
|
|
|
|
| |
* gnu/packages/ftp.scm (ncftp)[arguments]: Use INVOKE.
|
|
|
|
|
|
| |
* gnu/packages/freedesktop.scm (libxdg-basedir)[arguments]: Rename "autogen"
phase to "patch-autogen"; remove invocation of "autogen.sh" script as it will
be executed in the "bootstrap" phase.
|
|
|
|
|
| |
* gnu/packages/entr.scm (entr): Update to 4.1.
[arguments]: Use INVOKE.
|
|
|
|
| |
* gnu/packages/coq.scm (coq-interval)[arguments]: Use INVOKE.
|
|
|
|
| |
* gnu/packages/coq.scm (coq-coquelicot)[arguments]: Use INVOKE.
|
|
|
|
| |
* gnu/packages/benchmark.scm (imb)[arguments]: Use INVOKE.
|
|
|
|
|
|
|
|
| |
* gnu/packages/synergy.scm (synergy): Update to 1.10.1.
[source]: Fetch from git.
[arguments]: Remove "unpack-aux-src", custom "check" phase, custom "install"
phase.
[inputs]: Add avahi and qtbase.
|
|
|
|
| |
* gnu/packages/textutils.scm (antiword)[arguments]: Use INVOKE in install phase.
|
|
|
|
| |
* gnu/packages/uucp.scm (uucp)[arguments]: Use INVOKE.
|
|
|
|
| |
* gnu/packages/wicd.scm (wicd)[arguments]: Use INVOKE.
|
|
|
|
| |
* gnu/packages/wm.scm (awesome)[arguments]: Return #T from check phase.
|
|
|
|
|
| |
* gnu/packages/xfce.scm (xfconf)[arguments]: Unconditionally return #T from
check phase.
|
|
|
|
|
| |
* gnu/packages/linux.scm (libnl)[arguments]: Use INVOKE and unconditionally
return #T from all build phases.
|
|
|
|
|
| |
* gnu/packages/coq.scm (coq-mathcomp)[arguments]: Unconditionally return #T
from build phases.
|
|
|
|
|
| |
* gnu/packages/coq.scm (coq-gappa)[arguments]: Unconditionally return #T from
build phases by using INVOKE.
|
|
|
|
| |
* gnu/packages/coq.scm (proof-general)[arguments]: Use INVOKE in build phases.
|
|
|
|
|
| |
* gnu/packages/crypto.scm (eschalot)[arguments]: Unconditionally return #T
from check phase.
|
|
|
|
|
|
| |
* gnu/packages/admin.scm (ansible): Update to 2.7.6.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacspeak): Update to 49.0.
[arguments]: In the 'install' phase, fix the launch script substitution.
|
|
|
|
|
| |
* gnu/packages/connman.scm (cmst)[arguments]: Unconditionally return #T from
build phases.
|
|
|
|
|
| |
* gnu/packages/code.scm (sloccount)[arguments]: Use INVOKE and unconditionally
return #T from build phases.
|
|
|
|
|
| |
* gnu/packages/axoloti.scm (axoloti-patcher)[arguments]: Use INVOKE and
unconditionally return #T from build phase.
|
|
|
|
|
| |
* gnu/packages/axoloti.scm (axoloti-runtime)[arguments]: Use INVOKE and return
#T from build phases unconditionally.
|
|
|
|
| |
* gnu/packages/antivirus.scm (clamav)[arguments]: Use INVOKE.
|
|
|
|
| |
* gnu/packages/anthy.scm (anthy)[arguments]: Use INVOKE.
|
|
|
|
| |
* gnu/packages/android.scm (git-repo)[arguments]: Use INVOKE.
|
|
|
|
|
| |
* gnu/packages/algebra.scm (flint)[arguments]: Use INVOKE in "configure"
phases.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes a regression in 'guix pack -R' introduced with commit
c2dcff41c2e47f5f978f467864d5ed7829939884. The imported modules of
'c-compiler' would be compiled in this order: first (guix records),
then (guix search-paths). Consequently,
'report-duplicate-field-specifier' would be reported as unbound while
compiling (guix search-paths), leading to a build failure.
* guix/records.scm (report-invalid-field-specifier)
(report-duplicate-field-specifier): Move within 'eval-expand'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/packages/music.scm (milkytracker)[inputs]: Add rtmidi and zziplib.
|
|
|
|
| |
* gnu/packages/games.scm (cdogs-sdl): Update to 0.6.9.
|
|
|
|
|
|
| |
* 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/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/packages/tex.scm (texlive-tex-fontinst-base): New variable.
|
|
|
|
| |
* guix/licenses.scm (lppl1.1+): New variable.
|
|
|
|
|
| |
* gnu/packages/tex.scm (texlive-latex-fancyvrb)[arguments]: Supply
tex-format.
|
|
|
|
|
| |
* gnu/packages/tex.scm (texlive-fonts-cm)[arguments]: Build pk files and
install them.
|
|
|
|
|
| |
* gnu/packages/tex.scm (texlive-latex-base)[arguments]: Use double slash for
recursive directory search instead of FIND-FILES.
|
|
|
|
|
|
| |
* 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/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/packages/wine.scm (wine)[inputs]: Add vkd3d.
* gnu/packages/wine.scm (wine-staging)[inputs]: Remove vkd3d, inherit from
wine instead.
|
|
|
|
| |
* gnu/packages/vulkan.scm (vkd3d): Use wine-minimal instead of wine.
|
|
|
|
| |
* gnu/packages/wine.scm (wine-minimal): New variable.
|
|
|
|
| |
* gnu/packages/tls.scm (certbot, python-acme): Update to 0.30.0.
|
|
|
|
|
|
|
|
|
| |
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/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.95.
(%linux-libre-4.14-hash): Update hash.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.152.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/packages/haskell.scm (ghc-c2hs): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|