-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
this will avoid the duplicate Rust dep issue until nixpkgs#282798 is in
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
pkgs/cosmic-ext-applet-system-monitor/0001-cargo-toml.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
diff --git a/Cargo.toml b/Cargo.toml | ||
index 81563c3..82c5ebd 100644 | ||
--- a/Cargo.toml | ||
+++ b/Cargo.toml | ||
@@ -29,6 +29,9 @@ features = ["applet", "tokio", "wayland"] | ||
version = "0.15" | ||
features = ["fluent-system", "desktop-requester"] | ||
|
||
+[patch."https://github.com/smithay/client-toolkit.git"] | ||
+sctk = { package = "smithay-client-toolkit", version = "=0.19.2" } | ||
+ | ||
[package.metadata.deb] | ||
license-file = "LICENSE" | ||
assets = [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters