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.
2 parents 50a54fb + c6a2f21 commit 0b4defaCopy full SHA for 0b4defa
1 file changed
pkgs/by-name/as/asusctl/package.nix
@@ -43,6 +43,9 @@ rustPlatform.buildRustPackage rec {
43
substituteInPlace $file --replace-fail /usr/share $out/share
44
done
45
46
+ substituteInPlace rog-control-center/src/main.rs \
47
+ --replace-fail 'std::env::var("RUST_TRANSLATIONS").is_ok()' 'true'
48
+
49
substituteInPlace data/asusd.rules --replace-fail /usr/bin/systemctl ${lib.getExe' systemd "systemctl"}
50
substituteInPlace data/asusd.service \
51
--replace-fail /usr/bin/asusd $out/bin/asusd \
0 commit comments