Commit b57564ca authored by R. RyanTM's avatar R. RyanTM Committed by Weijia Wang
Browse files

noson: 5.6.10 -> 5.6.13

parent fe3d44e0
Loading
Loading
Loading
Loading
+14 −9
Original line number Diff line number Diff line
@@ -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,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