apitrace: migrate to pkgs/by-name

This commit is contained in:
magicquark
2025-10-29 02:56:42 +00:00
parent 50cfb4d974
commit b697a53555
2 changed files with 3 additions and 6 deletions
@@ -8,12 +8,11 @@
procps,
python3,
libdwarf,
qtbase,
wrapQtAppsHook,
libglvnd,
gtest,
brotli,
enableGui ? true,
libsForQt5,
}:
stdenv.mkDerivation rec {
@@ -38,7 +37,7 @@ stdenv.mkDerivation rec {
brotli
]
++ lib.optionals enableGui [
qtbase
libsForQt5.qtbase
];
nativeBuildInputs = [
@@ -47,7 +46,7 @@ stdenv.mkDerivation rec {
python3
]
++ lib.optionals enableGui [
wrapQtAppsHook
libsForQt5.wrapQtAppsHook
];
cmakeFlags = [
-2
View File
@@ -1536,8 +1536,6 @@ with pkgs;
arduino-core = callPackage ../development/embedded/arduino/arduino-core/chrootenv.nix { };
arduino-core-unwrapped = callPackage ../development/embedded/arduino/arduino-core { };
apitrace = libsForQt5.callPackage ../applications/graphics/apitrace { };
arpack-mpi = arpack.override { useMpi = true; };
asymptote = libsForQt5.callPackage ../tools/graphics/asymptote { };