dannym pushed a commit to branch master
in repository guix.

commit a28a8661a65470743c47c6303991e19f4e214bad
Author: Danny Milosavljevic <dan...@friendly-machines.com>
AuthorDate: Thu Dec 12 06:31:36 2024 +0100

    gnu: rust-swc: Fix build.
    
    * gnu/packages/rust-apps.scm (rust-swc): Fix build.
    
    Change-Id: I06106439e7df8112075880081c3b444d84ecccf1
---
 gnu/packages/rust-apps.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 0de04126b4..468468bd3c 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -2302,6 +2302,7 @@ touchscreen devices.")
         ("rust-parking-lot" ,rust-parking-lot-0.7)
         ("rust-parking-lot-core" ,rust-parking-lot-core-0.8)
         ("rust-path-clean" ,rust-path-clean-0.1)
+        ("rust-pathdiff" ,rust-pathdiff-0.2)
         ("rust-paw" ,rust-paw-1)
         ("rust-petgraph" ,rust-petgraph-0.5)
         ("rust-phf" ,rust-phf-0.8)

Reply via email to