Skip to content

Commit

Permalink
Merge pull request #265583 from amjoseph-nixpkgs/qt5.qtdeclarative-co…
Browse files Browse the repository at this point in the history
…nditional

qtdeclarative: remove unnecessary postFixup
  • Loading branch information
Artturin authored Nov 5, 2023
2 parents 9697378 + c469493 commit 6e53b4f
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 6e53b4f

Please sign in to comment.