1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

fastfetch: imagemagick_light -> imagemagick

Getting x11 errors on darwin compilation with light version.
This commit is contained in:
Austin Horstman 2024-08-25 22:20:06 -05:00
parent ff036cf726
commit ad6778492e
No known key found for this signature in database

View file

@ -10,7 +10,7 @@
ddcutil,
glib,
hwdata,
imagemagick_light,
imagemagick,
libXrandr,
libdrm,
libglvnd,
@ -71,7 +71,7 @@ stdenv'.mkDerivation (finalAttrs: {
buildInputs =
[
chafa
imagemagick_light
imagemagick
pcre
pcre2
sqlite