Unverified Commit 6e53b4f5 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #265583 from amjoseph-nixpkgs/qt5.qtdeclarative-conditional

qtdeclarative: remove unnecessary postFixup
parents 96973781 c469493f
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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
  '';
}