diff options
author | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-12 06:31:36 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-12 06:31:36 +0100 |
commit | a28a8661a65470743c47c6303991e19f4e214bad (patch) | |
tree | 1a36a6c71eae4f609af729d538ed3b49eaa530ac | |
parent | 978305639e3c930a539ddd2018bc061716ed8b55 (diff) | |
download | guix-a28a8661a65470743c47c6303991e19f4e214bad.tar.gz guix-a28a8661a65470743c47c6303991e19f4e214bad.zip |
gnu: rust-swc: Fix build.
* gnu/packages/rust-apps.scm (rust-swc): Fix build.
Change-Id: I06106439e7df8112075880081c3b444d84ecccf1
-rw-r--r-- | gnu/packages/rust-apps.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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) |