[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: wicd: Install 'index.theme' file in the right place.
From: |
??? |
Subject: |
01/01: gnu: wicd: Install 'index.theme' file in the right place. |
Date: |
Sun, 11 Oct 2015 02:00:11 +0000 |
iyzsong pushed a commit to branch master
in repository guix.
commit f18bd3f64c0c2b6e4fb2c4e95bfc56db6622e5de
Author: 宋文武 <address@hidden>
Date: Sun Oct 11 09:56:56 2015 +0800
gnu: wicd: Install 'index.theme' file in the right place.
This is a followup to 800d8d.
* gnu/packages/wicd.scm (wicd)[arguments]: Install a copy of 'index.theme'
from 'hicolor-icon-theme' into $out/share/icons/hicolor.
---
gnu/packages/wicd.scm | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/wicd.scm b/gnu/packages/wicd.scm
index 33953ee..cad078e 100644
--- a/gnu/packages/wicd.scm
+++ b/gnu/packages/wicd.scm
@@ -180,7 +180,8 @@
;; allow wicd-gtk to find its icons.
(let ((hicolor (assoc-ref inputs "hicolor-icon-theme"))
(name "/share/icons/hicolor/index.theme"))
- (install-file (string-append hicolor name) out))
+ (install-file (string-append hicolor name)
+ (string-append out "/share/icons/hicolor")))
#t))
%standard-phases))))
(synopsis "Network connection manager")