mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
fastfetch: imagemagick_light -> imagemagick
Getting x11 errors on darwin compilation with light version.
This commit is contained in:
parent
ff036cf726
commit
ad6778492e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user