mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
linux-wifi-hotspot: Fix file paths in polkit rule
This commit is contained in:
parent
1b3c684808
commit
8436c5fac4
@ -57,6 +57,8 @@ stdenv.mkDerivation rec {
|
||||
--replace "/usr" "$out"
|
||||
substituteInPlace ./src/desktop/wifihotspot.desktop \
|
||||
--replace "/usr" "$out"
|
||||
substituteInPlace ./src/scripts/policies/polkit.policy \
|
||||
--replace "/usr" "$out"
|
||||
'';
|
||||
|
||||
makeFlags = [
|
||||
|
Loading…
Reference in New Issue
Block a user