Merge pull request #23544 from magnetophon/hydrogen
hydrogen: 0.9.6.1 -> 0.9.7
This commit is contained in:
commit
6b53e5040f
@ -1,17 +1,17 @@
|
|||||||
{ stdenv, fetchurl, alsaLib, boost, cmake, glib, libjack2, libarchive
|
{ stdenv, fetchurl, alsaLib, boost, cmake, glib, lash, libjack2, libarchive
|
||||||
, liblrdf, libsndfile, pkgconfig, qt4 }:
|
, liblrdf, libsndfile, pkgconfig, qt4 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.9.6.1";
|
version = "0.9.7";
|
||||||
name = "hydrogen-${version}";
|
name = "hydrogen-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/hydrogen-music/hydrogen/archive/${version}.tar.gz";
|
url = "https://github.com/hydrogen-music/hydrogen/archive/${version}.tar.gz";
|
||||||
sha256 = "0vxnaqfmcv7hhk0cj67imdcqngspnck7f0wfmvhfgfqa7x1xznll";
|
sha256 = "1dy2jfkdw0nchars4xi4isrz66fqn53a9qk13bqza7lhmsg3s3qy";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
alsaLib boost cmake glib libjack2 libarchive liblrdf libsndfile pkgconfig qt4
|
alsaLib boost cmake glib lash libjack2 libarchive liblrdf libsndfile pkgconfig qt4
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user