Skip to content

Commit

Permalink
qtdeclarative: remove unnecessary postFixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Joseph authored and nyabinary committed Nov 14, 2023
1 parent 330bab0 commit 665b2be
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkgs/development/libraries/qt-5/modules/qtdeclarative.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,4 @@ qtModule {
"bin/qmlscene"
"bin/qmltestrunner"
];
postFixup = lib.optionalString (stdenv.buildPlatform != stdenv.hostPlatform) ''
mv $dev/bin/qmlformat $bin/bin/qmlformat
mv $dev/bin/qmltyperegistrar $bin/bin/qmltyperegistrar
ln -s $bin/bin/qmlformat $dev/bin/qmlformat
ln -s $bin/bin/qmltyperegistrar $dev/bin/qmltyperegistrar
'';
}

0 comments on commit 665b2be

Please sign in to comment.