Unverified Commit 3ed140c5 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

golly: Use wrapGAppsHook (#383586)

parents da96f9df 2f097c02
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  stdenv,
  fetchurl,
  wrapGAppsHook3,
  wxGTK,
  python3,
  zlib,
@@ -31,6 +32,7 @@ stdenv.mkDerivation rec {

  nativeBuildInputs = [
    (python3.withPackages (ps: [ ps.setuptools ]))
    wrapGAppsHook3
  ];

  setSourceRoot = ''