Commit 96f4f2b9 authored by Marcell Tóth's avatar Marcell Tóth
Browse files

free42: fix import/export menus by switching from gtk3 to wrapGAppsHook3 (#377260)

parent b2a84927
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  fetchFromGitHub,
  alsa-lib,
  copyDesktopItems,
  gtk3,
  wrapGAppsHook3,
  makeDesktopItem,
  pkg-config,
}:
@@ -23,11 +23,11 @@ stdenv.mkDerivation (finalAttrs: {
  nativeBuildInputs = [
    copyDesktopItems
    pkg-config
    wrapGAppsHook3
  ];

  buildInputs = [
    alsa-lib
    gtk3
  ];

  postPatch = ''