Merge pull request #228375 from onny/wifihotspot-fix
linux-wifi-hotspot: Fix desktop file path
This commit is contained in:
@@ -55,6 +55,10 @@ stdenv.mkDerivation rec {
|
||||
--replace "etc" "$out/etc"
|
||||
substituteInPlace ./src/scripts/wihotspot \
|
||||
--replace "/usr" "$out"
|
||||
substituteInPlace ./src/desktop/wifihotspot.desktop \
|
||||
--replace "/usr" "$out"
|
||||
substituteInPlace ./src/scripts/policies/polkit.policy \
|
||||
--replace "/usr" "$out"
|
||||
'';
|
||||
|
||||
makeFlags = [
|
||||
|
||||
Reference in New Issue
Block a user