From c5a6c386832969b4be0083995db832a4151ba09e Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Wed, 7 Aug 2019 12:22:55 -0400 Subject: [PATCH] ideogram: fix cassidyjames/ideogram#26 --- pkgs/applications/graphics/ideogram/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pkgs/applications/graphics/ideogram/default.nix b/pkgs/applications/graphics/ideogram/default.nix index c0f2669c526..1511901ab91 100644 --- a/pkgs/applications/graphics/ideogram/default.nix +++ b/pkgs/applications/graphics/ideogram/default.nix @@ -1,5 +1,6 @@ { stdenv , fetchFromGitHub +, fetchpatch , pkgconfig , python3 , glib @@ -43,6 +44,14 @@ stdenv.mkDerivation rec { xorg.libXtst ]; + patches = [ + # See: https://github.com/cassidyjames/ideogram/issues/26 + (fetchpatch { + url = "https://github.com/cassidyjames/ideogram/commit/65994ee11bd21f8316b057cec01afbf50639a708.patch"; + sha256 = "12vrvvggpqq53dmhbm7gbbbigncn19m1fjln9wxaady21m0w776c"; + }) + ]; + postPatch = '' chmod +x meson/post_install.py patchShebangs meson/post_install.py