qt6.qtbase: fix the libexecdir in the pkg-config config file
A few lines above this change, libexec is explicitly moved to the dev output. Therefore the pkg-config should point to it too.
This commit is contained in:
@@ -270,7 +270,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
# fixup .pc file (where to find 'moc' etc.)
|
||||
sed -i "$dev/lib/pkgconfig/Qt6Core.pc" \
|
||||
-e "/^bindir=/ c bindir=$dev/bin"
|
||||
-e "/^bindir=/ c bindir=$dev/bin" \
|
||||
-e "/^libexecdir=/ c libexecdir=$dev/libexec"
|
||||
|
||||
patchShebangs $out $dev
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user