noson: 5.6.10 -> 5.6.13

This commit is contained in:
R. Ryantm 2025-06-12 15:23:54 +00:00 committed by Weijia Wang
parent fe3d44e0f4
commit b57564ca26

View File

@ -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 = [
@ -29,13 +30,17 @@ stdenv.mkDerivation (finalAttrs: {
makeWrapper
];
buildInputs = [
flac
libpulseaudio
qtbase
qtgraphicaleffects
qtquickcontrols2
];
buildInputs =
[
flac
libpulseaudio
qtbase
qtgraphicaleffects
qtquickcontrols2
]
++ lib.optionals stdenv.hostPlatform.isLinux [
qtwayland
];
# wrapQtAppsHook doesn't automatically find noson-gui
dontWrapQtApps = true;