| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
* gnu/packages/telegram.scm (libvpx-for-telegram-desktop): Remove variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
|
|
|
|
|
| |
* gnu/packages/telegram.scm (webrtc-for-telegram-desktop)[inputs]: Sort
inputs alphabetically.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/patches/webrtc-for-telegram-desktop-fix-gcc12-cstdint.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/telegram.scm (webrtc-for-telegram-desktop): Update to 621f3da5.
[patches]: Add webrtc-for-telegram-desktop-fix-gcc12-cstdint.patch.
[snippet]: Unbundle libvpx and openh264.
[native-inputs]: Remove perl.
[inputs]: Replace pipewire with pipewire-0.3.
Add abseil-cpp-cxxstd17, libdrm, libglvnd, libvpx, libxfixes, mesa, openh264.
Remove alsa-lib, libx11 and pulseaudio.
[arguments]<#:phases>: Adjust accordingly.
[license]: Likewise.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
|
|
|
|
|
|
| |
* gnu/packages/cpp.scm (crc32c): New variable.
* gnu/packages/patches/crc32c-unbundle-googletest.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
|
|
|
|
| |
* gnu/packages/cpp.scm (abseil-cpp-cxxstd17): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
|
|
|
|
|
| |
* gnu/packages/kde-frameworks.scm (kcoreaddons): Update to 5.98.0.
[arguments]<#:phases>: Update blocklist for failing tests.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
|
|
|
|
|
| |
* gnu/packages/kde-frameworks.scm (kcoreaddons)[arguments]<#:phases>: Remove
trailing #t.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
|
|
|
|
| |
* gnu/packages/kde-frameworks.scm (extra-cmake-modules): Update to 5.98.0.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
|
|
|
|
| |
* gnu/packages/music (zplugins): Update to 0.2.4
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
|
|
| |
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Remove labels.
|
|
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (gnome)
[propgated-inputs]: Remove gnome-terminal and gedit. And add
gnome-console and gnome-text-editor.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
|
|
| |
* gnu/services/samba.scm (%smb-conf): Delete unused variable.
|
|
|
|
| |
* gnu/packages/video.scm (ffmpeg-5): Update to 5.1.2.
|
|
|
|
| |
* gnu/packages/parallel.scm (parallel): Update to 20220922.
|
|
|
|
|
|
|
| |
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20220927.
[inputs]: Add ghc-clientsession, ghc-wai, ghc-wai-extra, ghc-warp,
ghc-warp-tls, ghc-yesod, ghc-yesod-core, ghc-yesod-form, and
ghc-yesod-static.
|
|
|
|
|
|
| |
* gnu/packages/vim.scm (vim): Update to 9.0.0594.
[arguments]: Adjust custom 'patch-absolute-paths phase to add another
file to patch.
|
|
|
|
|
|
| |
This reverts commit 3ff582b82b047f709b761ccf075809c66fef7957.
This package was already included in Guix.
|
|
|
|
|
|
|
|
| |
* gnu/packages/rust-apps.scm (exa)[arguments]: Adjust custom
'build-manual phase to only build when pandoc is available. Adjust
custom 'install-extras to only install man pages when they are
available.
[native-inputs]: Only include pandoc on systems where it is supported.
|
|
|
|
|
| |
* gnu/packages/rust-apps.scm (exa)[arguments]: Add flag to not install
the package source.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/rust-apps.scm (exa): Update to 0.10.1.
[arguments]: Delete custom phase 'disable-failing-tests. Add custom
'build-manual phase. Remove trailing #t from phases.
[cargo-inputs]: Replace rust-datetime-0.4 with 0.5, rust-git2-0.9 with
0.13, rust-number-prefix-0.3 with 0.4, rust-users-0.9 with 0.11,
rust-zoneinfo-compiled-0.4 with 0.5.
[cargo-native-inputs]: Replace rust-datetime-0.4 with 0.5.
[native-inputs]: Add pandoc.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-zoneinfo-compiled-0.5): New variable.
(rust-zoneinfo-compiled-0.4): Inherit from rust-zoneinfo-compiled-0.5.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-datetime-0.5): New variable.
(rust-datetime-0.4): Inherit from rust-datetime-0.5.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-iso8601-0.3): New variable.
(rust-iso8601-0.1): Inherit from rust-iso8601-0.3.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-number-prefix-0.4): New variable.
(rust-number-prefix-0.3): Inherit from rust-number-prefix-0.4.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
| |
* gnu/packages/radio.scm (qspectrumanalyzer): New variable.
|
|
|
|
| |
* gnu/packages/qt.scm (python-qt.py): New variable.
|
|
|
|
| |
* gnu/packages/radio.scm (soapy-power): New variable.
|
|
|
|
| |
* gnu/packages/python-science.scm (python-simplespectral): New variable.
|
|
|
|
| |
* gnu/packages/radio.scm (python-simplesoapy): New variable.
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/wm.scm (swaylock-effects): Update to 1.6.10.
[source]: Switch from commit to release tag.
[arguments]: Use G-expressions.
[home-page]: Switch to maintained fork.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
|
|
|
|
| |
* gnu/packages/fonts (font-lxgw-wenkai): Update to 1.245.1.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
|
|
|
|
| |
* gnu/packages/fonts (font-lxgw-wenkai-tc): Update to 0.922.1.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-pyvips): Update to 2.2.1.
|
|
|
|
|
|
| |
* gnu/packages/image-processing.scm (vips): Update to 8.13.1.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
|
|
| |
This reverts commit 968ec0a87, which was itself a revert of 62048ff9fc.
|
|
|
|
|
|
| |
* gnu/packages/samba.scm (samba/fixed): Add a FIXME comment.
[native-inputs]: Copy the complete native inputs from samba, to protect against
unintended changes in the inherited package.
|
|
|
|
|
| |
This reverts commit 62048ff9fcfbe3fc790a7207fc5f6f3e0476a02a. This caused a
half world rebuild (9K packages).
|
|
|
|
|
| |
* gnu/packages/samba.scm (samba) [native-inputs]: Replace docbook-xsl with
docbook-xsl-next.
|
|
|
|
| |
* gnu/packages/docbook.scm (docbook-xsl-next): New variable.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-plz): Update to 0.2.1.
|
|
|
|
|
|
|
| |
* gnu/packages/ocaml.scm (emacs-tuareg)[arguments]<#:imported-modules,
<#:phases>: Use G-expressions. Remove trailing #T at the end of phases. Use
ELPA-DIRECTORY function.
[native-inputs]: Remove input labels.
|
|
|
|
| |
* gnu/packages/ocaml.scm (emacs-tuareg): Update to 3.0.0.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.2.5.
|
|
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (colord): Update to 1.4.6.
[source]: Override inherited field.
[configure-flags]: Use gexps.
[phases]: Likewise.
[native-inputs]: Remove labels.
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/docbook.scm (docbook-xsl-ns): Rename to...
(docbook-xsl-1.79.1): ... this.
[source]: Adjust URL and add a comment.
[arguments]: Use gexps and adjust phases accordingly.
* gnu/packages/gnome.scm (colord)[native-inputs]: Replace docbook-xsl-ns with
docbook-xsl-1.79.1.
|
|
|
|
|
| |
* gnu/packages/java.scm (openjdk): Update to 18.
(openjdk18): New variable.
|
|
|
|
|
| |
* gnu/packages/java.scm (openjdk17): Define with make-openjdk.
[phases]: Use gexps.
|
|
|
|
| |
* gnu/packages/java.scm (openjdk16): Define with make-openjdk.
|
|
|
|
|
|
| |
* gnu/packages/java.scm (openjdk15): Define with make-openjdk.
[source]: Clear snippet and modules fields.
[native-inputs]: Rewrite using modify-inputs.
|
|
|
|
|
| |
* gnu/packages/java.scm (openjdk14): Define with make-openjdk.
[source]: Remove trailing #t from snippet field and improve regexp.
|