Merge pull request #270229 from stianlagstad/master
igv: Fix missing wrapGAppsHook causing causing GLib-GIO-ERROR
This commit is contained in:
commit
1ed523e0e8
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, stdenv, fetchzip, jdk11 }:
|
||||
{ lib, stdenv, fetchzip, jdk11, wrapGAppsHook }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "igv";
|
||||
|
@ -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/";
|
||||
|
|
Loading…
Reference in a new issue