diff options
author | Pierre Langlois <pierre.langlois@gmx.com> | 2017-10-25 19:57:11 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-12-05 08:05:06 +0100 |
commit | d20b7384b78539236cf7ba02f61c288e5a2dcf85 (patch) | |
tree | 43eacae8ab9681c83e30f8483d648b39b64627d2 /gnu/local.mk | |
parent | 43925703e851d9058823b70cbe67b7169558c0a9 (diff) | |
download | guix-d20b7384b78539236cf7ba02f61c288e5a2dcf85.tar guix-d20b7384b78539236cf7ba02f61c288e5a2dcf85.tar.gz |
gnu: Add clementine.
* gnu/packages/music.scm (clementine): New variable.
* gnu/packages/patches/clementine-use-openssl.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index b7bf36416e..c75f1f90d8 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -573,6 +573,7 @@ dist_patch_DATA = \ %D%/packages/patches/chmlib-inttypes.patch \ %D%/packages/patches/clang-libc-search-path.patch \ %D%/packages/patches/clang-3.8-libc-search-path.patch \ + %D%/packages/patches/clementine-use-openssl.patch \ %D%/packages/patches/clisp-remove-failing-test.patch \ %D%/packages/patches/clucene-pkgconfig.patch \ %D%/packages/patches/clx-remove-demo.patch \ |