diff options
author | Christopher Baines <mail@cbaines.net> | 2018-10-14 21:17:28 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2018-10-20 12:24:50 +0100 |
commit | 0d3f17086480ad13d2c993022c1b8b5304e327d2 (patch) | |
tree | 0a4e6bf3c566f42aad2d516eec12852aecdcc566 /gnu/local.mk | |
parent | b5a927b3baa10d4eade7e7194db6c2b5b7d8c6b6 (diff) | |
download | patches-0d3f17086480ad13d2c993022c1b8b5304e327d2.tar patches-0d3f17086480ad13d2c993022c1b8b5304e327d2.tar.gz |
gnu: Add soundconverter.
* gnu/packages/gnome.scm (soundconverter): New variable.
* gnu/packages/patches/soundconverter-remove-gconf-dependency.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
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 402505e229..71aa115621 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1150,6 +1150,7 @@ dist_patch_DATA = \ %D%/packages/patches/slim-reset.patch \ %D%/packages/patches/slim-login.patch \ %D%/packages/patches/sooperlooper-build-with-wx-30.patch \ + %D%/packages/patches/soundconverter-remove-gconf-dependency.patch \ %D%/packages/patches/soundtouch-CVE-2018-14044-14045.patch \ %D%/packages/patches/soundtouch-CVE-2018-1000223.patch \ %D%/packages/patches/steghide-fixes.patch \ |