summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-08-07 12:22:55 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-08-07 12:22:55 -0400
commitc5a6c386832969b4be0083995db832a4151ba09e (patch)
tree7b04f17c1bf1901f4715c752db40d4c93d5f23ec /pkgs/applications/graphics
parent4ff6cc92b9fcc5c15ad3cf6142b4f5619fe6f827 (diff)
downloadnixpkgs-c5a6c386832969b4be0083995db832a4151ba09e.tar
nixpkgs-c5a6c386832969b4be0083995db832a4151ba09e.tar.gz
nixpkgs-c5a6c386832969b4be0083995db832a4151ba09e.tar.bz2
nixpkgs-c5a6c386832969b4be0083995db832a4151ba09e.tar.lz
nixpkgs-c5a6c386832969b4be0083995db832a4151ba09e.tar.xz
nixpkgs-c5a6c386832969b4be0083995db832a4151ba09e.tar.zst
nixpkgs-c5a6c386832969b4be0083995db832a4151ba09e.zip
ideogram: fix cassidyjames/ideogram#26
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/ideogram/default.nix9
1 files changed, 9 insertions, 0 deletions
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