Loading pkgs/by-name/mp/mpc-qt/package.nix +10 −13 Original line number Diff line number Diff line Loading @@ -2,7 +2,10 @@ lib, stdenv, fetchFromGitHub, cmake, ninja, pkg-config, boost, qt6Packages, mpv, gitUpdater, Loading @@ -10,18 +13,20 @@ stdenv.mkDerivation (finalAttrs: { pname = "mpc-qt"; version = "24.12.1-flatpak"; version = "25.07"; src = fetchFromGitHub { owner = "mpc-qt"; repo = "mpc-qt"; tag = "v${finalAttrs.version}"; hash = "sha256-gn94kVs3Lbd+ggj4jTacHpmnVO2lH/QDhFk+hJC1N/c="; hash = "sha256-apZR3PgU+Fq1whnWQHhmHPZKAZBKdrVCWaGfu+H7A4s="; }; nativeBuildInputs = [ boost ninja cmake pkg-config qt6Packages.qmake qt6Packages.qttools qt6Packages.wrapQtAppsHook ]; Loading @@ -30,16 +35,8 @@ stdenv.mkDerivation (finalAttrs: { mpv ]; postPatch = '' substituteInPlace lconvert.pri --replace "qtPrepareTool(LCONVERT, lconvert)" "qtPrepareTool(LCONVERT, lconvert, , , ${qt6Packages.qttools}/bin)" ''; postConfigure = '' substituteInPlace Makefile --replace ${qt6Packages.qtbase}/bin/lrelease ${qt6Packages.qttools.dev}/bin/lrelease ''; qmakeFlags = [ "MPCQT_VERSION=${finalAttrs.version}" cmakeFlags = [ "-DMPCQT_VERSION=${finalAttrs.version}" ]; passthru.updateScript = gitUpdater { rev-prefix = "v"; }; Loading Loading
pkgs/by-name/mp/mpc-qt/package.nix +10 −13 Original line number Diff line number Diff line Loading @@ -2,7 +2,10 @@ lib, stdenv, fetchFromGitHub, cmake, ninja, pkg-config, boost, qt6Packages, mpv, gitUpdater, Loading @@ -10,18 +13,20 @@ stdenv.mkDerivation (finalAttrs: { pname = "mpc-qt"; version = "24.12.1-flatpak"; version = "25.07"; src = fetchFromGitHub { owner = "mpc-qt"; repo = "mpc-qt"; tag = "v${finalAttrs.version}"; hash = "sha256-gn94kVs3Lbd+ggj4jTacHpmnVO2lH/QDhFk+hJC1N/c="; hash = "sha256-apZR3PgU+Fq1whnWQHhmHPZKAZBKdrVCWaGfu+H7A4s="; }; nativeBuildInputs = [ boost ninja cmake pkg-config qt6Packages.qmake qt6Packages.qttools qt6Packages.wrapQtAppsHook ]; Loading @@ -30,16 +35,8 @@ stdenv.mkDerivation (finalAttrs: { mpv ]; postPatch = '' substituteInPlace lconvert.pri --replace "qtPrepareTool(LCONVERT, lconvert)" "qtPrepareTool(LCONVERT, lconvert, , , ${qt6Packages.qttools}/bin)" ''; postConfigure = '' substituteInPlace Makefile --replace ${qt6Packages.qtbase}/bin/lrelease ${qt6Packages.qttools.dev}/bin/lrelease ''; qmakeFlags = [ "MPCQT_VERSION=${finalAttrs.version}" cmakeFlags = [ "-DMPCQT_VERSION=${finalAttrs.version}" ]; passthru.updateScript = gitUpdater { rev-prefix = "v"; }; Loading