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
commit 28fb1e5a60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [