gdb: migrate to by-name

This commit is contained in:
Aliaksandr
2026-01-03 05:28:37 +02:00
parent 0a4634fce6
commit 1ccd7953fb
4 changed files with 0 additions and 6 deletions
@@ -29,7 +29,6 @@
python3,
enableDebuginfod ? lib.meta.availableOn stdenv.hostPlatform elfutils,
elfutils,
guile ? null,
hostCpuOnly ? false,
enableSim ? false,
safePaths ? [
@@ -94,7 +93,6 @@ stdenv.mkDerivation rec {
zlib
zstd
xz
guile
sourceHighlight
]
++ lib.optional pythonSupport python3
-4
View File
@@ -6539,10 +6539,6 @@ with pkgs;
enablePythonApi = false;
};
gdb = callPackage ../development/tools/misc/gdb {
guile = null;
};
gdbHostCpuOnly = gdb.override { hostCpuOnly = true; };
valgrind-light = (valgrind.override { gdb = null; }).overrideAttrs (oldAttrs: {