Loading pkgs/applications/audio/noson/default.nix +14 −9 Original line number Diff line number Diff line Loading @@ -8,19 +8,20 @@ qtbase, qtgraphicaleffects, qtquickcontrols2, qtwayland, wrapQtAppsHook, makeWrapper, }: stdenv.mkDerivation (finalAttrs: { pname = "noson"; version = "5.6.10"; version = "5.6.13"; src = fetchFromGitHub { owner = "janbar"; repo = "noson-app"; rev = finalAttrs.version; hash = "sha256-ERlZtQTwPu5Y1i5cV9c5IMSJW30ootjmFix0EiF+/x0="; hash = "sha256-XJBkPhyDPeyVrcY5Q5W9LtESuVxcbcQ8JoyOzKg+0NU="; }; nativeBuildInputs = [ Loading @@ -29,12 +30,16 @@ stdenv.mkDerivation (finalAttrs: { makeWrapper ]; buildInputs = [ buildInputs = [ flac libpulseaudio qtbase qtgraphicaleffects qtquickcontrols2 ] ++ lib.optionals stdenv.hostPlatform.isLinux [ qtwayland ]; # wrapQtAppsHook doesn't automatically find noson-gui Loading Loading
pkgs/applications/audio/noson/default.nix +14 −9 Original line number Diff line number Diff line Loading @@ -8,19 +8,20 @@ qtbase, qtgraphicaleffects, qtquickcontrols2, qtwayland, wrapQtAppsHook, makeWrapper, }: stdenv.mkDerivation (finalAttrs: { pname = "noson"; version = "5.6.10"; version = "5.6.13"; src = fetchFromGitHub { owner = "janbar"; repo = "noson-app"; rev = finalAttrs.version; hash = "sha256-ERlZtQTwPu5Y1i5cV9c5IMSJW30ootjmFix0EiF+/x0="; hash = "sha256-XJBkPhyDPeyVrcY5Q5W9LtESuVxcbcQ8JoyOzKg+0NU="; }; nativeBuildInputs = [ Loading @@ -29,12 +30,16 @@ stdenv.mkDerivation (finalAttrs: { makeWrapper ]; buildInputs = [ buildInputs = [ flac libpulseaudio qtbase qtgraphicaleffects qtquickcontrols2 ] ++ lib.optionals stdenv.hostPlatform.isLinux [ qtwayland ]; # wrapQtAppsHook doesn't automatically find noson-gui Loading