[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61336] [PATCH 05/10] gnu: hydrogen: Remove lash input.
From: |
Maxim Cournoyer |
Subject: |
[bug#61336] [PATCH 05/10] gnu: hydrogen: Remove lash input. |
Date: |
Mon, 6 Feb 2023 23:19:20 -0500 |
* 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 @@ (define-public hydrogen
(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 @@ (define-public hydrogen
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
--
2.39.1
- [bug#61336] [PATCH 02/10] gnu: muse-sequencer: Remove lash input., (continued)
- [bug#61336] [PATCH 02/10] gnu: muse-sequencer: Remove lash input., Maxim Cournoyer, 2023/02/06
- [bug#61336] [PATCH 03/10] gnu: jack-keyboard: Remove lash input., Maxim Cournoyer, 2023/02/06
- [bug#61336] [PATCH 04/10] gnu: jack-keyboard: Update to 2.7.2., Maxim Cournoyer, 2023/02/06
- [bug#61336] [PATCH 07/10] gnu: fluidsynth: Update to 2.3.1., Maxim Cournoyer, 2023/02/06
- [bug#61336] [PATCH 10/10] gnu: Remove lash., Maxim Cournoyer, 2023/02/06
- [bug#61336] [PATCH 09/10] gnu: Remove azr3., Maxim Cournoyer, 2023/02/06
[bug#61336] [PATCH 08/10] gnu: calf: Remove lash input., Maxim Cournoyer, 2023/02/06
[bug#61336] [PATCH 05/10] gnu: hydrogen: Remove lash input.,
Maxim Cournoyer <=
[bug#61336] [PATCH 06/10] gnu: fluidsynth: Remove lash input., Maxim Cournoyer, 2023/02/06