mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-11 14:43:47 +00:00
Merge pull request #265583 from amjoseph-nixpkgs/qt5.qtdeclarative-conditional
qtdeclarative: remove unnecessary postFixup
This commit is contained in:
commit
6e53b4f5de
@ -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
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user