mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
kdePackages.drkonqi: fix undetected dependency on gdb
QString strikes again. Fixes #352013.
This commit is contained in:
parent
9147b2d18f
commit
b0f417b5e9
@ -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
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user