This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 4064682685 gnu: spotifyd: Fix building.
4064682685 is described below
commit 4064682685f7f5408be1374b9783de151aeea2fa
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Feb 10 09:14:01 2026 +0200
gnu: spotifyd: Fix building.
* gnu/packages/rust-apps.scm (spotifyd)[arguments]: Add
cargo-install-paths.
Change-Id: Ibc59dca9ef85ef906a65f267bffe22250a9549fd
---
gnu/packages/rust-apps.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 8ac7a6ade1..25fd496bd5 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019, 2020 John Soo <[email protected]>
-;;; Copyright © 2019-2025 Efraim Flashner <[email protected]>
+;;; Copyright © 2019-2026 Efraim Flashner <[email protected]>
;;; Copyright © 2020 Jakub Kądziołka <[email protected]>
;;; Copyright © 2020 Michael Rohleder <[email protected]>
;;; Copyright © 2020 Leo Famulari <[email protected]>
@@ -3467,6 +3467,7 @@ common-sense defaults.")
(build-system cargo-build-system)
(arguments
`(#:install-source? #f
+ #:cargo-install-paths (list ".")
#:features (list "alsa_backend"
"dbus_mpris"
"pulseaudio_backend"