mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01:00
28fabd0ef7
Or they end up picked up by the build hooks
11 lines
244 B
Bash
11 lines
244 B
Bash
# shellcheck shell=bash
|
|
# shellcheck disable=SC2154
|
|
|
|
moveKF6DevTools() {
|
|
if [ -n "$devtools" ]; then
|
|
mkdir -p "$devtools"
|
|
moveToOutput "${qtPluginPrefix}/designer" "$devtools"
|
|
fi
|
|
}
|
|
|
|
postInstallHooks+=('moveKF6DevTools')
|