Skip to content

Commit

Permalink
kdePackages.drkonqi: fix undetected dependency on gdb (#352034)
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 authored Oct 29, 2024
2 parents 9147b2d + b0f417b commit caaaf01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/kde/plasma/drkonqi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,10 @@ mkKdeDerivation {
"-DWITH_GDB12=1"
"-DWITH_PYTHON_VENDORING=0"
];

# Hardcoded as QString, which is UTF-16 so Nix can't pick it up automatically
postFixup = ''
mkdir -p $out/nix-support
echo "${gdb'}" > $out/nix-support/depends
'';
}

0 comments on commit caaaf01

Please sign in to comment.