playbar2: move to by-name/

This commit is contained in:
pancaek
2026-02-22 12:31:23 -08:00
parent 51e58624f3
commit 73c6048104
2 changed files with 6 additions and 10 deletions
@@ -2,9 +2,7 @@
lib,
stdenv,
cmake,
extra-cmake-modules,
plasma-framework,
kwindowsystem,
libsForQt5,
fetchFromGitHub,
}:
@@ -15,18 +13,18 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "jsmitar";
repo = "PlayBar2";
rev = "v${finalAttrs.version}";
sha256 = "0iv2m4flgaz2r0k7f6l0ca8p6cw8j8j2gin1gci2pg3l5g5khbch";
tag = "v${finalAttrs.version}";
hash = "sha256-kC04yyt0vCsie8HGJySSiDNzkWKAGncmyOKrRx2pYkc=";
};
nativeBuildInputs = [
cmake
extra-cmake-modules
libsForQt5.extra-cmake-modules
];
buildInputs = [
plasma-framework
kwindowsystem
libsForQt5.plasma-framework
libsForQt5.kwindowsystem
];
dontWrapQtApps = true;
-2
View File
@@ -3274,8 +3274,6 @@ with pkgs;
platformio = if stdenv.hostPlatform.isLinux then platformio-chrootenv else platformio-core;
playbar2 = libsForQt5.callPackage ../applications/audio/playbar2 { };
playwright = playwright-driver;
playwright-driver = (callPackage ../development/web/playwright/driver.nix { }).playwright-core;
playwright-test = (callPackage ../development/web/playwright/driver.nix { }).playwright-test;