mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:07:35 +00:00
Toolchain: Add imagemagick to serenity.nix
This is required to install ports with a launcher icon.
This commit is contained in:
parent
fd35fc5ba8
commit
8d3e941ae6
1 changed files with 2 additions and 2 deletions
|
@ -18,11 +18,11 @@ stdenv.mkDerivation {
|
||||||
rsync
|
rsync
|
||||||
unzip
|
unzip
|
||||||
texinfo
|
texinfo
|
||||||
# Example Build-time Additional Dependencies
|
|
||||||
pkg-config
|
pkg-config
|
||||||
|
# To create port launcher icons
|
||||||
|
imagemagick
|
||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
# Example Run-time Additional Dependencies
|
|
||||||
openssl
|
openssl
|
||||||
libxcrypt
|
libxcrypt
|
||||||
xlibsWrapper
|
xlibsWrapper
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue