Loading pkgs/by-name/hy/hydrogen/package.nix +28 −28 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ fetchFromGitHub, cmake, pkg-config, wrapQtAppsHook, alsa-lib, ladspa-sdk, lash, Loading @@ -14,28 +13,27 @@ libpulseaudio, libsndfile, lrdf, qtbase, qttools, qtxmlpatterns, qt5, }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = "hydrogen"; version = "1.2.4"; src = fetchFromGitHub { owner = "hydrogen-music"; repo = pname; rev = version; sha256 = "sha256-OMd8t043JVfMEfRjLdcE/R/4ymGp2yennkCjyX75r8Q="; repo = "hydrogen"; tag = finalAttrs.version; hash = "sha256-OMd8t043JVfMEfRjLdcE/R/4ymGp2yennkCjyX75r8Q="; }; nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook qt5.wrapQtAppsHook ]; buildInputs = [ buildInputs = [ alsa-lib ladspa-sdk lash Loading @@ -45,20 +43,22 @@ stdenv.mkDerivation rec { libpulseaudio libsndfile lrdf ] ++ (with qt5; [ qtbase qttools qtxmlpatterns ]; ]); cmakeFlags = [ "-DWANT_DEBUG=OFF" ]; meta = with lib; { meta = { description = "Advanced drum machine"; homepage = "http://www.hydrogen-music.org"; license = licenses.gpl2Plus; platforms = platforms.linux; maintainers = with maintainers; [ orivej ]; license = lib.licenses.gpl2Plus; platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ orivej ]; }; } }) Loading
pkgs/by-name/hy/hydrogen/package.nix +28 −28 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ fetchFromGitHub, cmake, pkg-config, wrapQtAppsHook, alsa-lib, ladspa-sdk, lash, Loading @@ -14,28 +13,27 @@ libpulseaudio, libsndfile, lrdf, qtbase, qttools, qtxmlpatterns, qt5, }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = "hydrogen"; version = "1.2.4"; src = fetchFromGitHub { owner = "hydrogen-music"; repo = pname; rev = version; sha256 = "sha256-OMd8t043JVfMEfRjLdcE/R/4ymGp2yennkCjyX75r8Q="; repo = "hydrogen"; tag = finalAttrs.version; hash = "sha256-OMd8t043JVfMEfRjLdcE/R/4ymGp2yennkCjyX75r8Q="; }; nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook qt5.wrapQtAppsHook ]; buildInputs = [ buildInputs = [ alsa-lib ladspa-sdk lash Loading @@ -45,20 +43,22 @@ stdenv.mkDerivation rec { libpulseaudio libsndfile lrdf ] ++ (with qt5; [ qtbase qttools qtxmlpatterns ]; ]); cmakeFlags = [ "-DWANT_DEBUG=OFF" ]; meta = with lib; { meta = { description = "Advanced drum machine"; homepage = "http://www.hydrogen-music.org"; license = licenses.gpl2Plus; platforms = platforms.linux; maintainers = with maintainers; [ orivej ]; license = lib.licenses.gpl2Plus; platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ orivej ]; }; } })