diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-12 23:31:36 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-04-13 00:02:59 +0200 |
commit | a1d5bb0ec790d55d6800ad7e740ded44a32ed215 (patch) | |
tree | 7b962829e9e59efd288fd7d9170268937cd7f8de /gnu-system.am | |
parent | 002c57c6f7d51077e4796106177456ebb564e25a (diff) | |
download | guix-a1d5bb0ec790d55d6800ad7e740ded44a32ed215.tar guix-a1d5bb0ec790d55d6800ad7e740ded44a32ed215.tar.gz |
gnu: Add upower.
* gnu/packages/gnome.scm (upower): New variable.
* gnu/packages/patches/upower-builddir.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index f28cd145ee..7b83f4cf67 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -540,6 +540,7 @@ dist_patch_DATA = \ gnu/packages/patches/unzip-CVE-2014-8140.patch \ gnu/packages/patches/unzip-CVE-2014-8141.patch \ gnu/packages/patches/util-linux-tests.patch \ + gnu/packages/patches/upower-builddir.patch \ gnu/packages/patches/valgrind-glibc-2.21.patch \ gnu/packages/patches/vpnc-script.patch \ gnu/packages/patches/vtk-mesa-10.patch \ |