From 8d3e941ae657d61551069f78bf4c20413b4a5271 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sat, 15 Apr 2023 17:13:04 +0200 Subject: [PATCH] Toolchain: Add imagemagick to serenity.nix This is required to install ports with a launcher icon. --- Toolchain/serenity.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Toolchain/serenity.nix b/Toolchain/serenity.nix index 1c515cbe87..311825b5b1 100644 --- a/Toolchain/serenity.nix +++ b/Toolchain/serenity.nix @@ -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