Unverified Commit caaaf019 authored by K900's avatar K900 Committed by GitHub
Browse files

kdePackages.drkonqi: fix undetected dependency on gdb (#352034)

parents 9147b2d1 b0f417b5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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
  '';
}