Toolchain: Add imagemagick to serenity.nix

This is required to install ports with a launcher icon.
This commit is contained in:
Linus Groh 2023-04-15 17:13:04 +02:00
parent fd35fc5ba8
commit 8d3e941ae6

View file

@ -18,11 +18,11 @@ stdenv.mkDerivation {
rsync
unzip
texinfo
# Example Build-time Additional Dependencies
pkg-config
# To create port launcher icons
imagemagick
];
buildInputs = [
# Example Run-time Additional Dependencies
openssl
libxcrypt
xlibsWrapper