Age | Commit message (Collapse) | Author |
|
* gnu/packages/emulators.scm (mame): Update to 0.241.
|
|
* gnu/packages/stenography.scm (plover): Update to 4.0.0.dev10.
[native-inputs]: Remove python-mock and python-setuptools-scm.
[inputs]: Remove python-wxpython.
|
|
This revisits <https://issues.guix.gnu.org/40837> with a fix that doesn't
require to have PULSE_CLIENTCONFIG point to an absolute store location, which
will allow us to revert to have PULSE_CLIENTCONFIG point to a fixed location
under /etc. This would alleviate the need to reboot to have changes to the
PulseAudio configuration effected.
* gnu/packages/patches/webkitgtk-share-store.patch: Delete file.
* gnu/packages/patches/webkitgtk-bubblewrap-paths.patch: Add file.
* gnu/packages/patches/webkitgtk-canonicalize-paths.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Update patches list.
* gnu/packages/webkit.scm (webkitgtk)[patches]: Adjust accordingly.
|
|
* gnu/packages/gtk.scm (gromit-mpx): New variable.
|
|
* gnu/packages/julia-xyz.scm (julia-uris): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/julia-xyz.scm (julia-stackviews): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/julia-xyz.scm (julia-quadmath): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/julia-xyz.scm (julia-pycall): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/julia-xyz.scm (julia-prettytables): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/julia-xyz.scm (julia-mbedtls): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/julia-xyz.scm (julia-matrixfactorizations): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/julia-xyz.scm (julia-infinity): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/julia-xyz.scm (julia-imagemagick): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/julia-xyz.scm (julia-http): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/julia-xyz.scm (julia-fixedpointnumbers): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/julia-xyz.scm (julia-finitediff): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/julia-xyz.scm (julia-datavalues): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/julia-xyz.scm (julia-dataframes): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/julia-xyz.scm (julia-codeczlib)[arguments]: Remove field.
|
|
* guix/build/julia-build-system.scm (check): Do not run parallel tests when
'--cores=1'.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/julia.scm (julia-media)[arguments]: Remove custom phase,
add dependency packages to '#:julia-package-dependencies'.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* guix/build-system/julia.scm (link-depot): Accept julia-package-dependencies
keyword and use it for 'julia-create-package-toml' function.
(julia-create-package-toml): Use pattern matching.
(julia-build): Add 'julia-pacakge-dependencies'.
* guix/build/julia-build-system.scm (julia-build): Add
'#:julia-package-dependencies' keyword.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/julia-xyz.scm: Adjust style using G-expressions.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.303.
(linux-libre-4.9-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.268.
(linux-libre-4.14-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.231.
(linux-libre-4.19-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.181.
(linux-libre-5.4-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.102.
(linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
|
|
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.25.
(linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
|
|
* gnu/packages/linux.scm (linux-libre-5.16-version): Update to 5.16.11.
(linux-libre-5.16-pristine-source, deblob-scripts-5.16): Update hashes.
|
|
* gnu/packages/scsi.scm (libiscsi): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
%setuid-programs was previously moved to be in the list sexp instead of just
the append one. This causes an "invalid G-expression input" error.
Error reported by: Kolev on #guix.
* doc/guix.texi (Setuid Programs): Move %setuid-programs out to the append
sexp.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/python-xyz.scm (python-unalix): New variable.
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/xml.scm (python2-defused): Remove variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/xml.scm (python2-odfpy): Remove variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/toolkits.scm (imgui)[phases]: Add imgui_tables.cpp and
imgui_widgets.cpp to the build phase.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/fontutils.scm (fontmanager)[inputs]: Add
gsettings-desktop-schemas.
|
|
* gnu/packages/emacs-xyz.scm (emacs-ergoemacs-mode): Update to 5.22.2.23.
|
|
* gnu/packages/emacs-xyz.scm (emacs-repology): Update to 1.2.2.
|
|
* gnu/packages/cpp.scm (range-v3)[arguments]: Add configure-flag to not
build with '-march=native'.
|
|
* doc/guix.texi (Virtualization Services): Document virtlogd package
variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/networking.scm (yggdrasil): Update to 0.4.3.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/networking.scm (iperf): Update to 3.11.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20220222.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/emacs-xyz.scm (emacs-repology): Update to 1.2.1.
|
|
* gnu/packages/golang.scm (go-github.com-jessevdk-go-flags): Update to 1.5.0.
[arguments]: Add custom phase to fix tests.
[propagated-inputs]: Add go-golang-org-x-sys.
|
|
* gnu/packages/emacs-xyz.scm (emacs-docker): Update to 2.1.2.
|
|
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.2.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.1.1.
|
|
This is the result of attempting to package 'photorec', only to realize it's
part of testdisk, which we already had in the first place.
* gnu/packages/admin.scm (testdisk): Move to...
* gnu/packages/disk.scm (testdisk): ... here.
[description]: Expound, and add a description section about the included
PhotoRec tool.
|