nixpkgs/pkgs/applications/graphics/ImageMagick
Alyssa Ross 00d1feaed3
imagemagick: use the right pkg-config in *-config
If we're building buildPackages.imagemagick, the imagemagick libraries
will be built for the local system, but we were previously using the
pkg-config for the cross system in the *-config scripts bundled with
ImageMagick.  I suspect the reason it wasn't noticed for a long time
was that packages that are using still old-style *-config scripts
instead of pkg-config probably don't cross compile anyway.  I noticed
because I wondered why buildPackages.imagemagick when cross-compiling
was not the same as my native imagemagick, so as a happy side effect
of this change, users won't have to rebuild imagemagick any more when
it's used as a native build input for a cross-compiled package.
2023-03-16 10:45:46 +00:00
..
6.x.nix treewide: Add meta.pkgConfigModules to a few packages 2023-02-07 12:15:32 -05:00
default.nix imagemagick: use the right pkg-config in *-config 2023-03-16 10:45:46 +00:00