qtdeclarative: remove unnecessary postFixup
https://github.com/NixOS/nixpkgs/pull/264965#discussion_r1382497028
This commit is contained in:
parent
b425c7dbf9
commit
c469493fa7
1 changed files with 0 additions and 6 deletions
|
@ -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 a new issue