Skip to content
Snippets Groups Projects
  1. Jul 24, 2020
  2. Jul 23, 2020
    • Leo Famulari's avatar
      gnu: Fix Krita. · 0448bfe2
      Leo Famulari authored
      Fixes <https://bugs.gnu.org/42476>.
      Reported by linka on #guix.
      
      * gnu/packages/patches/qtbase-fix-krita-deadlock.patch: New file.
      * gnu/local.mk (dist_patch_DATA): Add it.
      * gnu/packages/qt.scm (qtbase-for-krita): New variable.
      * gnu/packages/kde.scm (krita)[inputs]: Replace qtbase with qtbase-for-krita.
      0448bfe2
    • Tobias Geerinckx-Rice's avatar
      gnu: blender: Update to 2.83.3. · e21793fb
      Tobias Geerinckx-Rice authored
      * gnu/packages/graphics.scm (blender): Update to 2.83.3.
      e21793fb
    • Tobias Geerinckx-Rice's avatar
      gnu: dnsmasq: Update to 2.82. · 07af5c5e
      Tobias Geerinckx-Rice authored
      * gnu/packages/dns.scm (dnsmasq): Update to 2.82.
      07af5c5e
    • Tobias Geerinckx-Rice's avatar
      gnu: jo: Update to 1.4. · e0cb1173
      Tobias Geerinckx-Rice authored
      * gnu/packages/web.scm (jo): Update to 1.4.
      e0cb1173
    • Tobias Geerinckx-Rice's avatar
      gnu: wavpack: Update to 5.3.2. · 0e001b1f
      Tobias Geerinckx-Rice authored
      * gnu/packages/audio.scm (wavpack): Update to 5.3.2.
      [source]: Use GIT-FETCH and GIT-FILE-NAME.
      [arguments]: Replace the ‘bootstrap’ phase.
      [native-inputs]: Add autoconf, automake, and libtool.
      0e001b1f
    • Tobias Geerinckx-Rice's avatar
      gnu: burp: Add ACL support. · 9f38cdac
      Tobias Geerinckx-Rice authored
      * gnu/packages/backup.scm (burp)[inputs]: Add acl.
      9f38cdac
    • Tobias Geerinckx-Rice's avatar
      gnu: burp: Update to 2.3.30. · 5d26ba7e
      Tobias Geerinckx-Rice authored
      * gnu/packages/backup.scm (burp): Update to 2.3.30.
      [source]: Use GIT-FETCH and GIT-FILE-NAME.
      [native-inputs]: Add autoconf and automake.
      5d26ba7e
    • Tobias Geerinckx-Rice's avatar
      gnu: parallel: Update to 20200722. · 4ba0f3b5
      Tobias Geerinckx-Rice authored
      * gnu/packages/parallel.scm (parallel): Update to 20200722.
      4ba0f3b5
    • Leo Famulari's avatar
      Revert "gnu: Fix Krita." · e61b3bcd
      Leo Famulari authored
      This reverts commit 5f639050.
      
      This commit caused `guix pull` to crash like this:
      
      ------
      Backtrace:
      In ice-9/boot-9.scm:
         222:29 19 (map1 _)
         222:29 18 (map1 _)
         222:29 17 (map1 _)
         222:29 16 (map1 _)
         222:17 15 (map1 (((gnu packages kde)) ((gnu packages libevent)) ((gnu packages libidn)) ((gnu packages #)) ((?)) ?))
        3297:17 14 (resolve-interface (gnu packages kde) #:select _ #:hide _ #:prefix _ #:renamer _ #:version _)
      In ice-9/threads.scm:
          390:8 13 (_ _)
      In ice-9/boot-9.scm:
        3223:13 12 (_)
      In ice-9/threads.scm:
          390:8 11 (_ _)
      In ice-9/boot-9.scm:
        3507:20 10 (_)
         2806:4  9 (save-module-excursion _)
        3527:26  8 (_)
      In unknown file:
                 7 (primitive-load-path "gnu/packages/kde" #<procedure 7f68d6fe5da0 at ice-9/boot-9.scm:3514:37 ()>)
      In ice-9/eval.scm:
         626:19  6 (_ #<directory (gnu packages kde) 7f68d6175b40>)
         293:34  5 (_ #<directory (gnu packages kde) 7f68d6175b40>)
         173:47  4 (_ #(#<directory (gnu packages kde) 7f68d6175b40> #<promise #<procedure 7f68dc5a5d00 at ice-9/eval.sc?>))
          159:9  3 (_ #(#<directory (gnu packages kde) 7f68d6175b40> #<promise #<procedure 7f68dc5a5d00 at ice-9/eval.sc?>))
         191:35  2 (_ #(#<directory (gnu packages kde) 7f68d6175b40> #<promise #<procedure 7f68dc5a5d00 at ice-9/eval.sc?>))
         223:20  1 (proc #(#<directory (gnu packages kde) 7f68d6175b40> #<promise #<procedure 7f68dc5a5d00 at ice-9/eval?>))
      In unknown file:
                 0 (%resolve-variable (7 . qtbase) #<directory (gnu packages kde) 7f68d6175b40>)
      
      ERROR: In procedure %resolve-variable:
      error: qtbase: unbound variable
      ------
      e61b3bcd
    • Leo Famulari's avatar
      gnu: Fix Krita. · 5f639050
      Leo Famulari authored
      Fixes <https://bugs.gnu.org/42476>.
      Reported by linka on #guix.
      
      * gnu/packages/patches/qtbase-fix-krita-deadlock.patch: New file.
      * gnu/local.mk (dist_patch_DATA): Add it.
      * gnu/packages/kde.scm (qtbase-for-krita): New variable.
      (krita)[inputs]: Replace qtbase with qtbase-for-krita.
      5f639050
    • Marius Bakke's avatar
      gnu: ungoogled-chromium: Avoid top-level reference to LLD. · e165a249
      Marius Bakke authored
      * gnu/packages/chromium.scm (lld-as-ld, lld-wrapper, lld/wrapped): Move into ...
      (make-lld-wrapper): ... here.  New procedure.
      e165a249
    • Brett Gilio's avatar
      gnu: Add mercury. · 7235ce22
      Brett Gilio authored
      * gnu/local.mk (GNU_SYSTEM_MODULES): Add mercury.scm.
      * gnu/packages/mercury.scm: New file.
      7235ce22
    • Tobias Geerinckx-Rice's avatar
      gnu: ccache: Update to 3.7.11. · e4d341fa
      Tobias Geerinckx-Rice authored
      * gnu/packages/ccache.scm (ccache): Update to 3.7.11.
      e4d341fa
    • Tobias Geerinckx-Rice's avatar
      gnu: ansible: Update to 2.9.11. · 4f204533
      Tobias Geerinckx-Rice authored
      * gnu/packages/admin.scm (ansible): Update to 2.9.11.
      4f204533
    • Tobias Geerinckx-Rice's avatar
      gnu: rgbds: Update to 0.4.1. · 56d1ab25
      Tobias Geerinckx-Rice authored
      * gnu/packages/assembly.scm (rgbds): Update to 0.4.1.
      56d1ab25
    • Tobias Geerinckx-Rice's avatar
      gnu: fio: Update to 3.21. · 82123756
      Tobias Geerinckx-Rice authored
      * gnu/packages/benchmark.scm (fio): Update to 3.21.
      82123756
    • Tobias Geerinckx-Rice's avatar
      gnu: warzone2100: Update to 3.4.1. · adaff1a4
      Tobias Geerinckx-Rice authored
      * gnu/packages/games.scm (warzone2100): Update to 3.4.1.
      adaff1a4
    • Efraim Flashner's avatar
      gnu: python-django: Add optional inputs. · 3f8041f9
      Efraim Flashner authored
      * gnu/packages/django.scm (python-django)[propagated-inputs]: Add
      python-argon2-cffi, python-bcrypt.
      3f8041f9
    • Efraim Flashner's avatar
      gnu: python-django: Update to 1.11.29. · f7b7c785
      Efraim Flashner authored
      * gnu/packages/django.scm (python-django): Update to 1.11.29.
      f7b7c785
    • Tanguy Le Carrour's avatar
      gnu: khal: Fix a failing test. · 2597e47d
      Tanguy Le Carrour authored
      
      * gnu/packages/calendar.scm (khal)[arguments]: Fix a failing test.
      
      Signed-off-by: default avatarEfraim Flashner <efraim@flashner.co.il>
      2597e47d
    • Brett Gilio's avatar
      gnu: polyml: Update to 5.8.1. · 0b5960df
      Brett Gilio authored
      * gnu/packages/sml.scm (polyml): Update to 5.8.1.
      0b5960df
    • Mark H Weaver's avatar
      gnu: linux-libre: Update to 5.4.53. · 8570fe3b
      Mark H Weaver authored
      * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.53.
      (linux-libre-5.4-pristine-source): Update hash.
      (deblob-scripts-5.4): Update to 5.4.53.
      8570fe3b
    • Mark H Weaver's avatar
      gnu: linux-libre@5.7: Update to 5.7.10. · 1c97d12b
      Mark H Weaver authored
      * gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.10.
      (linux-libre-5.7-pristine-source): Update hash.
      (deblob-scripts-5.7): Update to 5.7.10.
      1c97d12b
    • Mark H Weaver's avatar
      gnu: linux-libre@4.19: Update to 4.19.134. · 5d24e873
      Mark H Weaver authored
      * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.134.
      (linux-libre-4.19-pristine-source): Update hash.
      (deblob-scripts-4.19): Update to 4.19.134.
      5d24e873
    • Mark H Weaver's avatar
      gnu: linux-libre@4.14: Update to 4.14.189. · ceaeae8f
      Mark H Weaver authored
      * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.189.
      (linux-libre-4.14-pristine-source): Update hash.
      (linux-libre-4.14-source): Remove %linux-libre-fix-atheros-9271-patch.
      (deblob-scripts-4.14): Update to 4.14.189.
      (%linux-libre-fix-atheros-9271-patch): Delete variable.
      * gnu/packages/patches/linux-libre-fix-atheros-9271.patch: Delete file.
      * gnu/local.mk (dist_patch_DATA): Remove it.
      ceaeae8f
    • Mark H Weaver's avatar
      gnu: linux-libre@4.9: Update to 4.9.231. · 19783b74
      Mark H Weaver authored
      * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.231.
      (linux-libre-4.9-pristine-source): Update hash.
      (linux-libre-4.9-source): Remove %linux-libre-fix-atheros-9271-patch.
      (deblob-scripts-4.9): Update to 4.9.231.
      19783b74
    • Mark H Weaver's avatar
      gnu: linux-libre@4.4: Update to 4.4.231. · 90ff53af
      Mark H Weaver authored
      * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.231.
      (linux-libre-4.4-pristine-source): Update hash.
      (linux-libre-4.4-source): Remove %linux-libre-fix-atheros-9271-patch.
      (deblob-scripts-4.4): Update to 4.4.231.
      90ff53af
Loading