mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
qt54: create share/ in setupHook
This commit is contained in:
parent
9f50a1f456
commit
b5b78eaf44
@ -59,7 +59,8 @@ else
|
||||
qtOut=$out
|
||||
fi
|
||||
|
||||
mkdir -p "$qtOut/bin" "$qtOut/mkspecs" "$qtOut/include" "$qtOut/nix-support" "$qtOut/lib"
|
||||
mkdir -p "$qtOut/bin" "$qtOut/mkspecs" "$qtOut/include" \
|
||||
"$qtOut/nix-support" "$qtOut/lib" "$qtOut/share"
|
||||
|
||||
cp "@out@/bin/qmake" "$qtOut/bin"
|
||||
cat >"$qtOut/bin/qt.conf" <<EOF
|
||||
|
Loading…
Reference in New Issue
Block a user