Unverified Commit 0bad2288 authored by Nick Cao's avatar Nick Cao
Browse files

qt6.qttools: symlink bin to dev output

There are several reference to "${qttools.dev}/bin" treewide, adding the
symlink to fix compatibility with these packages.
parent e5ba8e71
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -41,4 +41,8 @@ qtModule {
    "bin/macdeployqt"
  ];

  postInstall = ''
    mkdir -p "$dev"
    ln -s "$out/bin" "$dev/bin"
  '';
}