Loading pkgs/by-name/ku/kurve/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -13,24 +13,24 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "kurve"; version = "0.4.0"; version = "2.0.0"; dontWrapQtApps = true; src = fetchFromGitHub { owner = "luisbocanegra"; repo = "kurve"; tag = "v${finalAttrs.version}"; hash = "sha256-Ra+ySuvBqmVOTD8TlWDJklXYuwXPb/2a3BSY+gQMiiA="; hash = "sha256-qw/6V3TWGZFL8dgyDUxzBr4U6/jaX9uwpyg3Bd3pKdg="; }; installPhase = '' runHook preInstall # Substitute Qt Websocket paths in QML files to ensure they work with Nix substituteInPlace package/contents/ui/components/ProcessMonitorFallback.qml --replace-fail "import QtWebSockets 1.9" "import \"file:${qt6.qtwebsockets}/lib/qt-6/qml/QtWebSockets\"" substituteInPlace package/contents/ui/components/ProcessMonitorFallback.qml --replace-fail "import QtWebSockets" "import \"file:${qt6.qtwebsockets}/lib/qt-6/qml/QtWebSockets\"" # Set cava path so it gets discovered by nix as runtime dependency substituteInPlace package/contents/ui/Cava.qml --replace-fail "cava" "${cava}/bin/cava" substituteInPlace package/contents/ui/Cava.qml --replace-fail "cava -p" "${cava}/bin/cava -p" substituteInPlace package/contents/ui/FullRepresentation.qml --replace-fail "cava -v" "${cava}/bin/cava -v" # Set python path so it gets discovered by nix as runtime dependency Loading Loading
pkgs/by-name/ku/kurve/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -13,24 +13,24 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "kurve"; version = "0.4.0"; version = "2.0.0"; dontWrapQtApps = true; src = fetchFromGitHub { owner = "luisbocanegra"; repo = "kurve"; tag = "v${finalAttrs.version}"; hash = "sha256-Ra+ySuvBqmVOTD8TlWDJklXYuwXPb/2a3BSY+gQMiiA="; hash = "sha256-qw/6V3TWGZFL8dgyDUxzBr4U6/jaX9uwpyg3Bd3pKdg="; }; installPhase = '' runHook preInstall # Substitute Qt Websocket paths in QML files to ensure they work with Nix substituteInPlace package/contents/ui/components/ProcessMonitorFallback.qml --replace-fail "import QtWebSockets 1.9" "import \"file:${qt6.qtwebsockets}/lib/qt-6/qml/QtWebSockets\"" substituteInPlace package/contents/ui/components/ProcessMonitorFallback.qml --replace-fail "import QtWebSockets" "import \"file:${qt6.qtwebsockets}/lib/qt-6/qml/QtWebSockets\"" # Set cava path so it gets discovered by nix as runtime dependency substituteInPlace package/contents/ui/Cava.qml --replace-fail "cava" "${cava}/bin/cava" substituteInPlace package/contents/ui/Cava.qml --replace-fail "cava -p" "${cava}/bin/cava -p" substituteInPlace package/contents/ui/FullRepresentation.qml --replace-fail "cava -v" "${cava}/bin/cava -v" # Set python path so it gets discovered by nix as runtime dependency Loading