Commit 1b3c6848 authored by Jonas Heinrich's avatar Jonas Heinrich
Browse files

linux-wifi-hotspot: Fix desktop file path

parent e506555f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -55,6 +55,8 @@ stdenv.mkDerivation rec {
      --replace "etc" "$out/etc"
    substituteInPlace ./src/scripts/wihotspot \
      --replace "/usr" "$out"
    substituteInPlace ./src/desktop/wifihotspot.desktop \
      --replace "/usr" "$out"
  '';

  makeFlags = [