linux-wifi-hotspot: Fix file paths in polkit rule

This commit is contained in:
Jonas Heinrich 2023-04-26 21:30:35 +02:00
parent 1b3c684808
commit 8436c5fac4

View File

@ -57,6 +57,8 @@ stdenv.mkDerivation rec {
--replace "/usr" "$out" --replace "/usr" "$out"
substituteInPlace ./src/desktop/wifihotspot.desktop \ substituteInPlace ./src/desktop/wifihotspot.desktop \
--replace "/usr" "$out" --replace "/usr" "$out"
substituteInPlace ./src/scripts/policies/polkit.policy \
--replace "/usr" "$out"
''; '';
makeFlags = [ makeFlags = [