diff options
| author | Greg Hogan <code@greghogan.com> | 2025-06-27 19:21:07 +0000 |
|---|---|---|
| committer | Greg Hogan <code@greghogan.com> | 2025-11-28 12:45:38 +0000 |
| commit | 9cf9e76b1cf44b9952b8ffd3fd87dadbaaf6abf7 (patch) | |
| tree | e2105c52b1a2fefef3582615d41777fa23b537e3 /gnu/packages/mpd.scm | |
| parent | e2c9828d4dd4d28398e65fc3a1da2000e0552f32 (diff) | |
gnu: abseil-cpp: Update to 20250814.1.
* gnu/packages/cpp.scm (abseil-cpp): Update to 20250814.1.
[native-inputs]: Replace base "googletest" with googletest.
(abseil-cpp-20250127): New variable.
(abseil-cpp-20220623)[native-inputs]: Replace googletest with
googletest-1.12.
* gnu/packages/machine-learning.scm (onnxruntime)[inputs]: Replace
abseil-cpp with abseil-cpp-20250127.
* gnu/packages/mpd.scm (ashuffle): Update to 3.14.9.
[arguments]: Add phase to fix dependencies.
Change-Id: I8b3adc08815d75fb2d1b7800ef4de44ccbc8cbe2
Diffstat (limited to 'gnu/packages/mpd.scm')
| -rw-r--r-- | gnu/packages/mpd.scm | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index 9643990f95d..f8341dba55b 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -441,7 +441,7 @@ MPD servers, search and multimedia key support.") (define-public ashuffle (package (name "ashuffle") - (version "3.13.4") + (version "3.14.9") (source (origin (method git-fetch) (uri (git-reference @@ -450,7 +450,7 @@ MPD servers, search and multimedia key support.") (file-name (git-file-name name version)) (sha256 (base32 - "09dvar0aglyy2h9y115ymgryd8l6npc2y2ccdzij0b70f47ncqmf")))) + "06n0mk8cxsw5ycmzxmvwykz7pf6k67qj5g1l8jjwckn7289ll3ba")))) (native-inputs (list pkg-config)) (inputs (list abseil-cpp-cxxstd17 @@ -463,7 +463,13 @@ MPD servers, search and multimedia key support.") #~'("-Dtests=enabled" "-Dunsupported_use_system_absl=true" "-Dunsupported_use_system_gtest=true" - "-Dunsupported_use_system_yamlcpp=true"))) + "-Dunsupported_use_system_yamlcpp=true") + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'fix-dependencies + (lambda _ + (substitute* "meson.build" + (("'absl_low_level_hash',") ""))))))) (home-page "https://github.com/joshkunz/ashuffle") (synopsis "Automatic library-wide shuffle for mpd") (description "ashuffle is an application for automatically shuffling your |
