mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-25 04:02:28 +03: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
Notes:
sideshowbarker
2024-07-17 05:00:08 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/8d3e941ae6 Pull-request: https://github.com/SerenityOS/serenity/pull/18389
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user