Commit b697a535 authored by magicquark's avatar magicquark
Browse files

apitrace: migrate to pkgs/by-name

parent 50cfb4d9
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -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 = [
+0 −2
Original line number Diff line number Diff line
@@ -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 { };