Age | Commit message (Collapse) | Author |
|
* gnu/packages/slang.scm (slang)[source]: Turn the snippet into a
G-expression and remove the trailing #t.
[arguments]: Use G-expressions. Use 'fix-configure-script phase
from most.
|
|
* gnu/packages/slang.scm (most): New public variable.
|
|
* gnu/packages/linux.scm (hdparm): Update to 9.64.
|
|
* gnu/packages/compression.scm (libdeflate)[arguments]:
Rewrite as G-expressions.
|
|
* gnu/packages/compression.scm (libdeflate): Update to 1.12.
|
|
* gnu/packages/image-viewers.scm (feh)[arguments]:
Rewrite as G-expressions.
|
|
* gnu/packages/image-viewers.scm (feh): Update to 3.9.
[arguments]: Add "magic=1" to #:make-flags.
|
|
* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.19-1.
|
|
* gnu/packages/hardware.scm (hwinfo): Update to 21.82.
|
|
* gnu/packages/aidc.scm (libdmtx)[arguments]: Add "--disable-static"
to #:configure-flags.
|
|
* gnu/packages/aidc.scm (libdmtx): Update to 0.7.7.
[arguments]: Re-enable tests.
|
|
* gnu/packages/diffoscope.scm (diffoscope): Update to 219.
|
|
* gnu/packages/linux.scm (cpuid)[arguments]:
Rewrite as G-expressions.
|
|
* gnu/packages/linux.scm (cpuid): Update to 20220620.
|
|
* gnu/packages/admin.scm (dmidecode)[arguments]:
Rewrite as G-expressions.
|
|
* gnu/packages/admin.scm (dmidecode): Update to 3.4.
|
|
* gnu/packages/web.scm (nginx): Update to 1.23.0.
(nginx-documentation): Update to 1.23.0-2862-cf7551842617.
|
|
As fun as this is, the gameplay is disappointing.
Also add a missing 2019 copyright for Liliana Marie.
* gnu/packages/games.scm (lolcat): Move from here…
* gnu/packages/toys.scm (lolcat): …to here.
|
|
* gnu/packages/admin.scm (smartmontools)[arguments]: Set BUILD_INFO
in #:make-flags.
|
|
* gnu/packages/image.scm (flameshot): Update to 12.1.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/video.scm (gaupol): Update to 1.11.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/tex.scm (texlive-babel-danish): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/tex.scm (texlive-generic-babel-norsk): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/wm.scm (berry): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/lisp-xyz.scm: (sbcl-glop, ecl-glop, cl-glop): New variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-xyz.scm (python-bsdiff4): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-xyz.scm (python-clrprint): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/music.scm (clyrics): Update to 0.13.
|
|
* gnu/services/networking.scm (tor-configuration->torrc): Remove "User"
and "PidFile".
(tor-shepherd-service): Use 'least-authority-wrapper' and
'make-forkexec-constructor' instead of
'make-forkexec-constructor/container'.
|
|
* gnu/packages/kde-multimedia.scm (k3b)[inputs]: Add
bash-minimal (wrap-program is used), add cdrtools.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/kde-multimedia.scm (k3b)[phases]: Add phase fix-cmake-taglib in
order to use correct Taglib include and library variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Fixes <https://issues.guix.gnu.org/52140>.
Reported by Guillaume Le Vaillant <glv@posteo.net>.
* gnu/packages/c.scm (tcc): Update to a83b28568596afd8792fd58d1a5bd157fc6b6634.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/commencement.scm (tcc-boot)[source]: Remove dependency on
tcc.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/lisp-xyz.scm (cl-trivial-custom-debugger,
ecl-trivial-custom-debugger, sbcl-trivial-custom-debugger): New variables.
|
|
* gnu/packages/fribidi.scm (bidiv)[properties]: New field.
|
|
* gnu/packages/calendar.scm (khal): Update to 0.10.5.
[arguments]: Remove trailing #t from phases.
|
|
* gnu/packages/irc.scm (weechat): Update to 3.6.
[arguments]: Adjust instances of architecture specific code.
|
|
* gnu/packages/version-control.scm (tig)[source]: Add snippet to remove
some of the generated documentation.
|
|
* gnu/packages/version-control.scm (tig)[arguments]: Add custom phase to
install shell completions.
|
|
* gnu/packages/version-control.scm (tig): Update to 2.5.6.
|
|
* gnu/packages/emacs-xyz.scm (emacs-plz): Update to 0.2.
|
|
* gnu/packages/geo.scm (qgis)[arguments]: Disable tests that fail after
upgrading geos to 3.10.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/geo.scm (saga): Update to 8.2.1.
[build-system]: Use cmake-build-system.
[arguments]: Set tests? to #f as there are no tests.
Add phase for changing into saga-gis directory which contains the
actual source code.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/engineering.scm (pcb2gcode): Update to 2.4.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/geo.scm (geos): Update to 3.10.2.
[build-system]: Use cmake-build-system.
[arguments]: Remove trailing #t in 'patch-test-shebangs phase.
[homepage]: Change to https://libgeos.org/.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/geo.scm (grass): Update to 7.8.7.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/geo.scm (libgeotiff): Update to 1.7.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/finance.scm (gbonds): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-web.scm (oauth2ms): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-web.scm (python-msal): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|