[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: hydrogen: Remove lash input.
From: |
guix-commits |
Subject: |
05/06: gnu: hydrogen: Remove lash input. |
Date: |
Tue, 7 Feb 2023 08:30:39 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit 6e946a55b538fa3d0b8e06dec04bbf6771e62b9f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Feb 4 00:11:56 2023 -0500
gnu: hydrogen: Remove lash input.
* gnu/packages/music.scm (hydrogen) [inputs]: Remove lash.
[phases]: Remove trailing #t.
[native-inputs]: Remove labels.
[home-page]: Update URL.
---
gnu/packages/music.scm | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 8c2f74613c..edb8131d3c 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -766,17 +766,15 @@ settings (aliasing, linear interpolation and cubic
interpolation).")
(substitute* "CMakeLists.txt"
(("/usr/share/pixmaps")
(string-append (assoc-ref outputs "out")
- "/share/pixmaps")))
- #t)))))
+ "/share/pixmaps"))))))))
(native-inputs
- `(("cppunit" ,cppunit)
- ("pkg-config" ,pkg-config)
- ("qtlinguist" ,qttools-5)))
+ (list cppunit
+ pkg-config
+ qttools-5))
(inputs
(list alsa-lib
jack-1
;; ("ladspa" ,ladspa) ; require LADSPA_PATH to be set
- lash
libarchive
liblo
libsndfile
@@ -785,7 +783,7 @@ settings (aliasing, linear interpolation and cubic
interpolation).")
qtbase-5
qtxmlpatterns
zlib))
- (home-page "http://www.hydrogen-music.org")
+ (home-page "http://hydrogen-music.org/")
(synopsis "Drum machine")
(description
"Hydrogen is an advanced drum machine for GNU/Linux. Its main goal is to
- branch master updated (a402c9c20f -> 46952ddc34), guix-commits, 2023/02/07
- 01/06: gnu: seq24: Remove lash input., guix-commits, 2023/02/07
- 02/06: gnu: muse-sequencer: Remove lash input., guix-commits, 2023/02/07
- 03/06: gnu: jack-keyboard: Remove lash input., guix-commits, 2023/02/07
- 04/06: gnu: jack-keyboard: Update to 2.7.2., guix-commits, 2023/02/07
- 05/06: gnu: hydrogen: Remove lash input.,
guix-commits <=
- 06/06: gnu: calf: Remove lash input., guix-commits, 2023/02/07