mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 05:44:13 +00:00
Merge pull request #270229 from stianlagstad/master
igv: Fix missing wrapGAppsHook causing causing GLib-GIO-ERROR
This commit is contained in:
commit
1ed523e0e8
@ -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 New Issue
Block a user