qtbase: Fix formatting

This commit is contained in:
Thomas Tuegel 2019-09-18 10:22:08 -05:00
parent bddca5a91a
commit dd599e20cf
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -398,13 +398,11 @@ stdenv.mkDerivation {
moveToOutput bin "$dev"
''
+ (
# fixup .pc file (where to find 'moc' etc.)
''
sed -i "$dev/lib/pkgconfig/Qt5Core.pc" \
-e "/^host_bins=/ c host_bins=$dev/bin"
''
);
# fixup .pc file (where to find 'moc' etc.)
+ ''
sed -i "$dev/lib/pkgconfig/Qt5Core.pc" \
-e "/^host_bins=/ c host_bins=$dev/bin"
'';
setupHook = ../hooks/qtbase-setup-hook.sh;