imagemagick: add pkgconfig as a runtime dependency#9604
imagemagick: add pkgconfig as a runtime dependency#9604ericsagnes wants to merge 1 commit intoNixOS:masterfrom
Conversation
|
It's unusual that a package depends on pkg-config at runtime, but I guess that's ok. 👍 |
|
As I am quite new to NixOS, review and feedback are welcome. |
|
Better to postpone this until imagemagick has a proper |
|
Or maybe put it in propagatedBuildInputs, given that Wand-config ecc. should be used only when building stuff. |
|
I'm not sure whether ~1.2 MB is important enough, but the splitting might be in master in a month or so... |
I see, I encountered this problem when trying to build PHP ImageMagick extension so maybe |
|
Well, you likely want to have |
That's what I did first, but as it seemed to be an ImageMagick problem, it felt more natural to fix it in ImageMagick. I will add Thanks all for the feedback! |
|
I agree it would be more natural, and after #7701 it won't cost us extra space in runtime closures. |
|
Yay or nay on this. Seems like the splitting branch is yet to land, should this still be postponed? |
|
@joachifm no problems with me to postpone this after multiple outputs get merged. |
|
Probably better to either postpone or port atop that branch (which is possible immediately). I wouldn't be nice to have |
|
Now that multiple-outputs has been merged, this could be integrated, right? |
|
@joachifm Is there any change needed to make it work it multiple outputs? |
Also fixup references to imagemagick.
See 73f1f5e for details/implementation. |
Fix the pkgconfig runtime dependency for ImageMagick config scripts: