| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes the following error:
In gnu/services/base.scm:
2228:56 4 (_ #<<uuid> type: dce bv: #vu8(17 17 17 17 34 34 51 51 …>)
In gnu/build/file-systems.scm:
239:13 3 (swap-space->flags-bit-mask #<<uuid> type: dce bv: #vu8…>)
In ice-9/boot-9.scm:
1685:16 2 (raise-exception _ #:continuable? _)
1685:16 1 (raise-exception _ #:continuable? _)
1685:16 0 (raise-exception _ #:continuable? _)
ice-9/boot-9.scm:1685:16: In procedure raise-exception:
In procedure swap-space-priority: Wrong type argument: #<<uuid> type: dce bv: #vu8(17 17 17 17 34 34 51 51 68 68 18 52 86 120 154 188)>
* gnu/tests/install.scm (installation-target-os-for-gui-tests): Use the
swap-space record.
|
|
|
|
|
| |
* gnu/packages/tor.scm (tor)[arguments]: Add phase to remove sandbox
during one of the tests.
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (gnome-builder) [phase 'patch-meson]: Don’t search
for webkit2gtk-4.1.
[inputs]: Replace devhelp with devhelp-with-libsoup2 and
webkit with webkit-with-libsoup2.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (devhelp-with-libsoup2): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
|
|
| |
* gnu/local.mk (dist_patch_DATA): Remove duplicated line.
|
|
|
|
|
|
|
| |
* gnu/packages/patches/freecad-boost-serialization.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/engineering.scm (freecad) [source]: Use it.
[arguments]{#:configure-flags}: Turn it into a GEXP and adapt it.
|
|
|
|
| |
* gnu/packages/image-processing.scm (vtk-8): Remove it.
|
|
|
|
|
|
|
|
| |
Switch to vtk-9 with the relevant patch to be able to get rid of vtk-8.
* gnu/packages/patches/freecad-vtk9.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/engineering.scm (freecad)[source]: Use it.
|
|
|
|
|
|
|
| |
* gnu/packages/haskell.scm (ghc-8.10)[arguments]<#:phases>: Disable
failing test.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
|
|
|
|
|
|
| |
* gnu/packages/patches/agg-2.5-gcc8.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/graphics.scm (agg)[source]: Use it.
|
|
|
|
|
|
|
|
| |
* gnu/packages/photo.scm (darktable)[arguments]<#:phases>: Rename
'set-LDFLAGS-and-CPATH to 'set-LDFLAGS. Don't set CPATH.
[inputs]: Remove ilmbase. Add imath. Replace openexr-2 with openexr.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
|
| |
* gnu/packages/photo.scm (darktable)[inputs]: Change libsoup to
libsoup-minimal-2.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
| |
* gnu/packages/maths.scm (slepc): Update to 3.16.1.
[native-inputs]: Use PYTHON instead of PYTHON-2. Add WHICH.
[properties]: New field.
|
|
|
|
|
|
|
| |
* gnu/packages/maths.scm (petsc): Update to 3.16.1.
[native-inputs]: Use PYTHON instead of PYTHON-2. Add WHICH.
[arguments]: Rewrite using gexps. Pass '--with-openblas-dir'. In
'configure' phase, modify "config/example_template.py".
|
|
|
|
|
|
|
|
| |
The python-charset-normalizer package is Python 3 only.
* gnu/packages/python-web.scm (python-requests)[properties]: New field.
(python2-requests): Rewrite to remove 'python-charset-normalizer' from
'propagated-inputs'.
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-notify2)[native-inputs]: Rename to...
[propagated-inputs]: ... this.
|
|
|
|
|
|
|
|
| |
This allows things like 'python2-notify2' to actually use the Python 2
variant of 'python-dbus'.
* gnu/packages/python-xyz.scm (python-dbus)[properties]: New field.
(python2-dbus)[inputs]: Remove unnecessary 'alist-delete' argument.
|
|
|
|
|
| |
* gnu/packages/kde-systemtools.scm (krfb)[inputs]: Replace pipewire with
pipewire-0.3.
|
|
|
|
| |
* gnu/packages/linux.scm (pipewire-0.3)[inputs]: Add avahi and ldacbt.
|
|
|
|
|
| |
* gnu/packages/linux.scm (pipewire-0.3): Update to 0.3.40.
[arguments]: Disable session managers to avoid missing input.
|
|
|
|
|
| |
* gnu/packages/rust.scm (rust-1.39)[supported-systems]: New field.
(rust-1.40)[supported-systems]: Remove.
|
|
|
|
|
| |
* gnu/services/dbus.scm (%default-polkit): New variable.
(<polkit-configuration>)[polkit]: Default to it.
|
|
|
|
|
| |
* gnu/packages/polkit.scm (polkit*): Rename to...
(polkit-mozjs): ... this. Adjust users.
|
|
|
|
|
|
|
|
|
|
| |
This fixes this use case:
(file-append (let-system ...) ...)
* guix/gexp.scm (file-append-compiler): When BASE lacks an expander,
delegate to LOWERED.
* tests/gexp.scm ("let-system in file-append"): New test.
|
|
|
|
|
|
| |
* doc/guix.texi (Service Reference): Mention the 'delete' clause of
'modify-services'.
* gnu/services.scm (modify-services): Likewise in docstring.
|
|
|
|
| |
* gnu/packages/task-management.scm (blanket): Update to 0.5.0.
|
|
|
|
|
|
|
| |
Fixes <https://issues.guix.gnu.org/52066>.
* gnu/packages/make-bootstrap.scm (glibc-for-bootstrap)[native-inputs]:
Add gcc-7.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/kde.scm (marble-qt)[arguments]<#:configure-flags>: Remove
"-DCMAKE_BUILD_TYPE=Release" and "-DWITH_KF5=FALSE". Add
"-DBUILD_MARBLE_TOOLS=YES" and "-DBUILD_TOUCH=YES".
[native-inputs]: Add extra-cmake-modules.
[inputs]: Sort alphabetically. Add gpsd, kcoreaddons, kcrash, kdoctools,
ki18n, kio, knewstuff, kparts, krunner, kwallet, perl, phonon, protobuf,
qtserialport, qtsvg, shapelib, shared-mime-info, zlib. Remove qtwebkit.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/kde.scm (marble-qt): Update to 21.08.3.
[build-system]: Use qt-build-system.
[arguments]<#:configure-flags>: Pass "-DBUILD_MARBLE_TESTS=FALSE".
[license]: Change to lgpl2.1+.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/geo.scm (marble-qt): Move to (gnu packages kde).
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
|
|
|
| |
* gnu/packages/virtualization.scm (libosinfo)[inputs]: Use osinfo-db-next
instead of osinfo-db.
|
|
|
|
| |
* gnu/packages/virtualization.scm (osinfo-db-next): New variable.
|
|
|
|
|
|
| |
* gnu/packages/patches/gnome-boxes-add-guix-logo.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (gnome-boxes): Use it.
|
|
|
|
|
| |
* gnu/packages/kde-frameworks.scm (krunner)[arguments]: Replace reference
to '%build-inputs' by 'inputs' keyword argument.
|
|
|
|
|
| |
* gnu/packages/kde-pim.scm (akonadi)[arguments]: Remove references to
'%outputs' and '%build-inputs'.
|
|
|
|
|
| |
* gnu/packages/kde-plasma.scm (libksysguard)[arguments]: Remove
reference to '%outputs' and use gexps.
|
|
|
|
|
| |
* gnu/packages/kde-frameworks.scm (bluez-qt)[arguments]: Replace
reference to '%output' by a gexp.
|
|
|
|
|
| |
* gnu/packages/kde-multimedia.scm (k3b)[arguments]: Remove references to
'%build-inputs' and '%outputs'.
|
|
|
|
|
| |
* gnu/packages/kde-multimedia.scm (kmplayer)[arguments]: Use
'this-package-input' instead of '%build-inputs'.
|
|
|
|
|
| |
* gnu/packages/kde-multimedia.scm (kamoso)[arguments]: Rewrite using
a gexp.
|
|
|
|
|
| |
* gnu/packages/suckless.scm (surf)[inputs]: Replace webkitgtk with
webkitgtk-with-libsoup2.
|
|
|
|
|
|
|
| |
* gnu/packages/web-browsers.scm [luakit](inputs): Replace webkitgtk with
webkitgtk-with-libsoup2.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
|
|
|
|
|
| |
* gnu/packages/web-browsers.scm (vimb)[inputs]: Replace webkitgtk with
webkitgtk-with-libsoup2.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
|
|
|
|
|
|
| |
* gnu/packages/web-browsers.scm (midori)[propogated-inputs]: Add
desktop-file-utils and which.
[inputs]: Replace webkit with webkit-with-libsoup2.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
|
|
|
|
|
| |
* gnu/packages/julia-xyz.scm (julia-unitful)[arguments]: Disable parallel
tests.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
|
|
|
|
|
| |
* gnu/packages/julia-xyz.scm (julia-requires)[arguments]: Disable parallel
tests.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
|
|
|
|
|
| |
* gnu/packages/julia-xyz.scm (julia-interpolations)[arguments]: Disable
parallel tests.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
|
|
|
|
| |
* gnu/packages/julia-xyz.scm (julia-aqua)[arguments]: Disable parallel tests.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
|
|
|
|
|
|
|
| |
* guix/build/julia-build-system.scm: Remove phases trailing #t.
[phases]{check}: Omit the --procs argument when parallel tests are to be
disabled. Substract 1 from the number of parallel jobs otherwise.
Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/julia.scm (julia)[phases]{enable-parallel-tests}: Use
PARALLEL-TESTS?, not PARALLEL-BUILD?. Remove comment.
* gnu/packages/patches/julia-allow-parallel-build.patch: Move explanatory
comment to the top of the patch.
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|