diff options
author | ng0 <ng0@infotropique.org> | 2017-08-25 17:53:03 +0000 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-09-03 16:18:08 +0300 |
commit | 4915c51986721acb8991f8ef9df51e73d81c5cc3 (patch) | |
tree | 51573948e7f3ceab3487d6ecb7ab682590e6253f /gnu | |
parent | 833b7e0af05b88254928a8ea15d05d5d22dc2df9 (diff) | |
download | patches-4915c51986721acb8991f8ef9df51e73d81c5cc3.tar patches-4915c51986721acb8991f8ef9df51e73d81c5cc3.tar.gz |
gnu: mate-icon-theme: Remove 'gtk+' from native-inputs.
* gnu/packages/mate.scm (mate-icon-theme)[native-inputs]: Remove 'gtk+'.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mate.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index 66c40c6926..0bbb4044ca 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -51,7 +51,6 @@ (native-inputs `(("pkg-config" ,pkg-config) ("intltool" ,intltool) - ("gtk+" ,gtk+) ("icon-naming-utils" ,icon-naming-utils))) (home-page "https://mate-desktop.org/") (synopsis "The MATE desktop environment icon theme") |