Unverified Commit 6b4f3331 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

Merge pull request #227260 from jnsgruk/patch-1

wdisplays: fix icon in desktop file
parents a8a24baf 0a2d0991
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -15,6 +15,10 @@ stdenv.mkDerivation rec {
    sha256 = "sha256-cOF3+T34zPro58maWUouGG+vlLm2C5NfcH7PZhSvApE=";
  };

  patchPhase = ''
    substituteInPlace ./resources/wdisplays.desktop.in --replace "@app_id@" "wdisplays"
  '';

  meta = with lib; {
    description = "A graphical application for configuring displays in Wayland compositors";
    homepage = "https://github.com/luispabon/wdisplays";