summaryrefslogtreecommitdiffstats
path: root/pkgs/data/icons
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2020-11-03 16:18:17 -0300
committerGitHub <noreply@github.com>2020-11-03 16:18:17 -0300
commit4dc4b62ee5916c32749d90d5be3a3ba0bbefd36d (patch)
treead300ccc90df9652a96329098adf9c1611ec693d /pkgs/data/icons
parent4b2c7fb106789afcb563e2a8d9d46e96b19b99f9 (diff)
parentd1cf7bd44ebf7dd8f0c889f56e5095ee0953df0b (diff)
Merge pull request #102007 from stephaneyfx/fix-numix-cursor-theme-generation
numix-cursor-theme: patch inkscape command
Diffstat (limited to 'pkgs/data/icons')
-rw-r--r--pkgs/data/icons/numix-cursor-theme/default.nix11
1 files changed, 10 insertions, 1 deletions
diff --git a/pkgs/data/icons/numix-cursor-theme/default.nix b/pkgs/data/icons/numix-cursor-theme/default.nix
index d0411a8c5697..7ff3c4ca23c4 100644
--- a/pkgs/data/icons/numix-cursor-theme/default.nix
+++ b/pkgs/data/icons/numix-cursor-theme/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, inkscape, xcursorgen }:
+{ stdenv, fetchFromGitHub, fetchpatch, inkscape, xcursorgen }:
stdenv.mkDerivation rec {
version = "1.1";
@@ -14,6 +14,15 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ inkscape xcursorgen ];
+ patches = [
+ # Remove when https://github.com/numixproject/numix-cursor-theme/pull/7 is merged
+ (fetchpatch {
+ url = "https://github.com/stephaneyfx/numix-cursor-theme/commit/3b647bf768cebb8f127b88e3786f6a9640460197.patch";
+ sha256 = "174kmhlvv76wwvndkys78aqc32051sqg3wzc0xg6b7by4agrbg76";
+ name = "support-inkscape-1-in-numix-cursor-theme.patch";
+ })
+ ];
+
buildPhase = ''
patchShebangs .
HOME=$TMP ./build.sh