summaryrefslogtreecommitdiff
path: root/Toolchain
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2023-04-15 17:13:04 +0200
committerLinus Groh <mail@linusgroh.de>2023-04-15 18:10:49 +0200
commit8d3e941ae657d61551069f78bf4c20413b4a5271 (patch)
tree6b05b4006656a4b7bd6c401b6cf83dcd0510074c /Toolchain
parentfd35fc5ba82becbd896cb2b65c25c2a0f74d90ee (diff)
downloadserenity-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.nix4
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