Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

golly: Use wrapGAppsHook (#383586)

authored by 7c6f434c and committed by GitHub 3ed140c5 da96f9df

+2
+2
pkgs/applications/science/misc/golly/default.nix
··· 2 lib, 3 stdenv, 4 fetchurl, 5 wxGTK, 6 python3, 7 zlib, ··· 31 32 nativeBuildInputs = [ 33 (python3.withPackages (ps: [ ps.setuptools ])) 34 ]; 35 36 setSourceRoot = ''
··· 2 lib, 3 stdenv, 4 fetchurl, 5 + wrapGAppsHook3, 6 wxGTK, 7 python3, 8 zlib, ··· 32 33 nativeBuildInputs = [ 34 (python3.withPackages (ps: [ ps.setuptools ])) 35 + wrapGAppsHook3 36 ]; 37 38 setSourceRoot = ''