We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6475c commit d56fd79Copy full SHA for d56fd79
pkgs/by-name/ca/cargo-tauri/test-app.nix
@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
25
};
26
27
28
- postPatch = ''
+ postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''
29
substituteInPlace $cargoDepsCopy/libappindicator-sys-*/src/lib.rs \
30
--replace "libayatana-appindicator3.so.1" "${libayatana-appindicator}/lib/libayatana-appindicator3.so.1"
31
'';
0 commit comments