diff options
author | Linus Groh <mail@linusgroh.de> | 2023-04-15 17:13:04 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-04-15 18:10:49 +0200 |
commit | 8d3e941ae657d61551069f78bf4c20413b4a5271 (patch) | |
tree | 6b05b4006656a4b7bd6c401b6cf83dcd0510074c /Toolchain | |
parent | fd35fc5ba82becbd896cb2b65c25c2a0f74d90ee (diff) | |
download | serenity-8d3e941ae657d61551069f78bf4c20413b4a5271.zip |
Toolchain: Add imagemagick to serenity.nix
This is required to install ports with a launcher icon.
Diffstat (limited to 'Toolchain')
-rw-r--r-- | Toolchain/serenity.nix | 4 |
1 files 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 |