cosmic-notifications: bin-src -> cargo-target-dir
Avoids hardcoding the path to the binary, making the packaging more robust.
This commit is contained in:
@@ -39,8 +39,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
"prefix"
|
||||
(placeholder "out")
|
||||
"--set"
|
||||
"bin-src"
|
||||
"target/${stdenv.hostPlatform.rust.cargoShortTarget}/release/cosmic-notifications"
|
||||
"cargo-target-dir"
|
||||
"target/${stdenv.hostPlatform.rust.cargoShortTarget}"
|
||||
];
|
||||
|
||||
passthru = {
|
||||
|
||||
Reference in New Issue
Block a user