Age | Commit message (Collapse) | Author |
|
* gnu/packages/gnome.scm (gcr): Update to 4.0.0.
(gcr-3): New variable for current version.
(libgdata)[propagated-inputs]: Replace gcr with gcr-3.
(gnome-keyring)[inputs]: Likewise.
(seahorse)[inputs]: Likewise.
(gnome-settings-daemon)[inputs]: Likewise.
(gvfs)[inputs]: Likewise.
(epiphany)[inputs]: Likewise.
(gexiv2)[inputs]: Likewise.
(shotwell)[inputs]: Likewise.
(gnome-online-accounts)[inputs]: Likewise.
(evolution-data-server)[inputs]: Likewise.
(network-manager-openconnect)[inputs]: Likewise.
(network-manager-applet)[inputs]: Likewise.
(gnome-shell)[inputs]: Likewise.
(evolution)[inputs]: Likewise.
(geary)[inputs]: Likewise.
* gnu/packages/gnome-xyz.scm (gpaste)[native-inputs]: Likewise.
* gnu/packages/gnupg.scm (pinentry-gnome3)[inputs]: Likewise.
* gnu/packages/suckless.scm (surf)[inputs]: Likewise.
* gnu/packages/web-browsers.scm (midori)[inputs]: Likewise.
|
|
|
|
* gnu/packages/tree-sitter.scm (tree-sitter-cmake): New variable.
|
|
* gnu/packages/networking.scm (phantomsocks): Update to
0.0.0-20230811053544-53b995bdab83.
[propagated-inputs]: Move go-github-com-google-gopacket and
go-github-com-macronut-go-tproxy to...
[inputs]: ...here.
|
|
* gnu/packages/music.scm (picard): Update to 2.9.1.
[uri]: Switch mirror.
[#:phases]: Add phase 'set-HOME.
Remove phase 'delete-failing-test.
|
|
* gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 1.0, previously used
commit was pointing to 0.8.
Signed-off-by: Hilton Chain <hako@ultrarare.space>
|
|
* gnu/packages/emacs-xyz.scm (emacs-hide-mode-line): Update to 1.0.3.
Signed-off-by: Hilton Chain <hako@ultrarare.space>
|
|
* gnu/packages/emacs-xyz.scm (emacs-helpful): Update to 0.21.
Signed-off-by: Hilton Chain <hako@ultrarare.space>
|
|
* gnu/packages/electronics.scm (libsigrokdecode): Update to 0.5.3-0.e6962b3.
[source]: Use git-fetch. Remove patches.
[native-inputs]: Add libtool.
[arguments]<#:phases>: Remove bootstrap phase.
* gnu/packages/patches/libsigrokdecode-python3.9-fix.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Unregister it.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/libusb.scm (libmtp): Update to 1.1.21.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/mail.scm (neomutt): Update to 20230517.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-87.06a4469.
|
|
Mostly so that core dumps end up here.
* gnu/services/guix.scm (nar-herder-shepherd-services): Specify a working
directory.
|
|
Mostly so that core dumps end up here.
* gnu/services/guix.scm (guix-data-service-shepherd-services): Specify a
working directory.
|
|
Mostly so that core dumps end up here.
* gnu/services/guix.scm (guix-build-coordinator-shepherd-services): Specify a
working directory.
|
|
* gnu/packages/pkg-config.scm (pkgconf): Update to 2.0.2.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/xdisorg.scm (xsecurelock): Update to 1.8.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/xdisorg.scm (ydotool): Update to 1.0.4.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/xdisorg.scm (xlockmore): Update to 5.72.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/xdisorg.scm (autorandr): Update to 1.14.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/mpd.scm (mympd): Update to 11.0.4.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/engineering.scm (rizin): Update to 0.6.1.
[arguments]<#:phases>: Enable a now passing test (analysis_var).
|
|
* gnu/packages/games.scm (freedroidrpg): Update to 1.0.
|
|
* gnu/packages/games.scm (gnubg): Update to 1.07.001.
|
|
* gnu/packages/linux.scm (tp-smapi-module): Update to 0.44.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
The package python-arrow is needed when importing canvasapi.
* gnu/packages/python-web.scm (python-canvasapi)[native-inputs]: Move
python-arrow from here...
[propagated-inputs]: ...to here.
|
|
* gnu/packages/python-web.scm (python-canvasapi): Update to 3.2.0.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-arrow.
|
|
* gnu/system/accounts.scm (<user-account>)[home-directory-permissions]: New
field.
(user-account-home-directory-permissions): New accessor.
* gnu/build/activation.scm (activate-users+groups): Use home directory
permission bits from the user account object.
* doc/guix.texi (User Accounts): Document new field.
Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
|
|
* gnu/packages/commencememnt.scm (make-gcc-toolchain): Add empty librt.a.
* gnu/packages/base.scm (gcc): Add a warning regarding the missing librt.a.
|
|
* gnu/system/image.scm (mbr-disk-image, mbr-raw-image-type): New variables.
(qcow2-image-type): Inherit mbr-disk-image.
* guix/scripts/system.scm (%default-options): Use mbr-raw-image-type by
default.
* gnu/tests/install.scm (run-install): Use mbr-raw in the tests.
* doc/guix-cookbook.texi (Guix System Image API): Update the list of image
types.
* doc/guix.texi (Invoking guix system, System Images, image-type Reference):
Add mbr-raw and switch documented default to it.
|
|
* gnu/packages/xfce.scm (thunarx-python): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/qt.scm (qtwayland)[#:phases]<disable-failing-tests>: Adjust
according to source change.
|
|
* gnu/packages/embedded.scm (ebusd)[arguments]<#:configure-flags>: Specify
--localstatedir=/var
|
|
* gnu/packages/embedded.scm (ebusd): Update to 23.2.
|
|
* gnu/packages/tex.scm (texlive-collection-publishers): New variable.
|
|
* gnu/packages/tex.scm (texlive-yathesis): New variable.
|
|
* gnu/packages/tex.scm (texlive-dashrule): New variable.
|
|
* gnu/packages/tex.scm (texlive-wallpaper): New variable.
|
|
* gnu/packages/tex.scm (texlive-isodate): New variable.
|
|
* gnu/packages/tex.scm (texlive-cleveref): New variable.
|
|
* gnu/packages/tex.scm (texlive-glossaries): New variable.
|
|
* gnu/packages/tex.scm (texlive-tocbibind): New variable.
|
|
* gnu/packages/tex.scm (texlive-morewrites): New variable.
|
|
* gnu/packages/tex.scm (texlive-accsupp): New variable.
|
|
* gnu/packages/tex.scm (texlive-mparhack): New variable.
|
|
* gnu/packages/tex.scm (texlive-fixfoot): New variable.
|
|
* gnu/packages/tex.scm (texlive-denisbdoc): New variable.
|
|
* gnu/packages/tex.scm (texlive-york-thesis): New variable.
|
|
* gnu/packages/tex.scm (texlive-yb-book): New variable.
|
|
* gnu/packages/tex.scm (texlive-imakeidx): New variable.
|