Merge pull request #228375 from onny/wifihotspot-fix

linux-wifi-hotspot: Fix desktop file path
This commit is contained in:
Jonas Heinrich
2023-04-27 21:38:01 +02:00
committed by GitHub
@@ -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 = [