mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
qt6.full: unlink qmake6
This commit is contained in:
parent
d4619023df
commit
4f27b527b7
@ -8,8 +8,10 @@ buildEnv {
|
||||
extraOutputsToInstall = [ "out" "dev" ];
|
||||
|
||||
postBuild = ''
|
||||
rm "$out/bin/qmake"
|
||||
cp "${qtbase}/bin/qmake" "$out/bin"
|
||||
for f in qmake qmake6; do
|
||||
rm "$out/bin/$f"
|
||||
cp "${qtbase}/bin/$f" "$out/bin"
|
||||
done
|
||||
cat >"$out/bin/qt.conf" <<EOF
|
||||
[Paths]
|
||||
Prefix = $out
|
||||
|
Loading…
Reference in New Issue
Block a user