Age | Commit message (Collapse) | Author |
|
* gnu/packages/crypto.scm (libsecp256p1)[source]: Use a source
file-name.
|
|
* gnu/packages/cinnamon.scm (libxapp)[source]: Use a source file-name.
|
|
This follows up on commit 16d77b31c5024e9288dfd2f25f8eb6d0114a342c.
* gnu/services/cgit.scm (cgit-configuration): Use extant
repository-cgit-configuration variable name.
|
|
* gnu/packages/mail.scm (gmime)[arguments]:
Rewrite as G-expressions.
|
|
* gnu/packages/mail.scm (gmime)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
[arguments]: Add "--enable-gtk-doc=yes" to #:configure-flags.
Don't explicitly return #t from phases.
[native-inputs]: Add autoconf, automake, gtk-doc, libtool, and which.
|
|
* gnu/packages/mail.scm (gmime)[arguments]: Remove "--vapigen=yes"
from #:configure-flags.
|
|
* gnu/packages/mail.scm (fetchmail)[arguments]:
Rewrite as G-expressions.
|
|
* gnu/packages/mail.scm (fetchmail): Update to 6.4.37.
|
|
* gnu/packages/mail.scm (nullmailer)[arguments]:
Rewrite as G-expressions.
|
|
* gnu/packages/mail.scm (nullmailer)[arguments]:
Don't explicitly return #t from phases.
|
|
* gnu/packages/python-xyz.scm (python-pyzmq) [arguments]: Delete the
disable-problematic-tests phase and add a configure phase.
|
|
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-vitals): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/firmware.scm (make-crust-package)
[arguments]: Remove pk call and commented error call.
|
|
* gnu/packages/linux.scm (crda)[synopsis, description]: Use @acronym{}.
|
|
* gnu/packages/linux.scm (crda)[arguments]:
Rewrite as G-expressions.
|
|
* gnu/packages/linux.scm (crda): Update to 4.15.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[arguments]: Don't explicitly return #t from phases.
Slightly rename 'set-regulator-db-file-name phase.
|
|
* gnu/packages/admin.scm (smartmontools): Update to 7.3.
|
|
* gnu/packages/web-browsers.scm (lynx)[description]: Use @acronym{}.
|
|
* gnu/packages/web-browsers.scm (lynx)[arguments]:
Rewrite as G-expressions.
|
|
* gnu/packages/web-browsers.scm (lynx): Update to 2.9.0dev.12.
[arguments]: Don't explicitly return #t from phases.
|
|
* gnu/packages/debian.scm (dpkg)[arguments]:
Rewrite as G-expressions.
|
|
* gnu/packages/debian.scm (dpkg)[arguments]: Replace reference to the
host-side perl variable with one to the build-side "perl" input.
|
|
* gnu/packages/debian.scm (dpkg): Update to 1.21.22.
|
|
* gnu/packages/astronomy.scm (wcslib)[source]: Use HTTPS.
|
|
* gnu/packages/astronomy.scm (wcslib): Update to 8.1.
|
|
* gnu/packages/linux.scm (wireless-regdb)[description]: Use @acronym{}.
|
|
* gnu/packages/linux.scm (wireless-regdb): Update to 2023.05.03.
|
|
* gnu/packages/bootloaders.scm (u-boot-ts-mx6) [arguments]: Replace
adjust-for-gcc10 phase with adjust-for-current-gcc.
|
|
* gnu/packages/bootloaders.scm (u-boot) [build-system]: Remove extraneous space.
|
|
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add or1k-elf.
gnu/packages/firmware.scm (make-crust-package, crust-pinebook)
(crust-pine64-plus): New variables.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Reviewed-by: Maxime Devos <maximedevos@telenet.be>
Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/graphics.scm (nanosvg): New variable.
|
|
* gnu/packages/version-control.scm (b4): Update to 0.12.3.
|
|
* gnu/services/virtualization.scm (libvirt-shepherd-service): Add requirement
on dbus.
|
|
* gnu/system/image.scm (efi-disk-image): Use gpt partition-table-type.
(efi32-disk-image): Use gpt partition-table-type.
(qcow2-image-type): Use mbr partition-table-type explicitly.
* gnu/tests/image.scm: Assert partition table type of efi-disk-image.
Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
|
|
* gnu/packages/gnome.scm (gnome): Remove gnome-boxes from propagated-inputs,
since it is no longer a Core App in 42.
|
|
* gnu/packages/tor.scm (privoxy): Update to 3.0.34.
|
|
* gnu/packages/version-control.scm (git): Update to 2.41.0.
[source]: Remove upstreamed patch.
* gnu/packages/patches/git-header-cmd.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/hardware.scm (memtest86+): Update to 6.20.
|
|
* gnu/packages/admin.scm (di)[arguments]: Rewrite as G-expressions.
Rename 'setup-environment phase to 'override-environment.
|
|
* gnu/packages/admin.scm (di): Update to 4.52.
|
|
* gnu/services/web.scm (nginx-php-location): Only pass existing PHP files
to the back end. Mitigate httpoxy vulnerability.
|
|
* gnu/packages/games.scm (plunder): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/haskell-xyz.scm (ghc-reflex-sdl2): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/haskell-xyz.scm (ghc-reflex): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/haskell-xyz.scm (ghc-ref-tf): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/haskell-xyz.scm (ghc-patch): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/haskell-xyz.scm (ghc-prim-uniq): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/haskell-xyz.scm (ghc-dependent-map): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/haskell-xyz.scm (ghc-dependent-sum): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/haskell-xyz.scm (ghc-commutative-semigroup): New
variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|