Skip to content

Commit

Permalink
Merge pull request #270229 from stianlagstad/master
Browse files Browse the repository at this point in the history
igv: Fix missing wrapGAppsHook causing causing GLib-GIO-ERROR
  • Loading branch information
NickCao authored Nov 26, 2023
2 parents 527cdec + 54f913f commit 1ed523e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/science/biology/igv/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchzip, jdk11 }:
{ lib, stdenv, fetchzip, jdk11, wrapGAppsHook }:

stdenv.mkDerivation rec {
pname = "igv";
Expand All @@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
chmod +x $out/bin/igv
chmod +x $out/bin/igvtools
'';
nativeBuildInputs = [ wrapGAppsHook ];

meta = with lib; {
homepage = "https://www.broadinstitute.org/igv/";
Expand Down

0 comments on commit 1ed523e

Please sign in to comment.