Add some extra packages to Nixfile
This commit is contained in:
parent
322252a7e8
commit
23247989c3
1 changed files with 14 additions and 3 deletions
17
railway.toml
17
railway.toml
|
|
@ -1,9 +1,20 @@
|
||||||
[phases.setup]
|
[phases.setup]
|
||||||
nixPkgs = [
|
nixPkgs = [
|
||||||
"imagemagick",
|
"imagemagick",
|
||||||
"ghostscript", # For PDF/PS operations
|
# For PDF/PS operations
|
||||||
"pkgconfig", # For gem compilation
|
"ghostscript",
|
||||||
"libmagickwand" # ImageMagick C library
|
# For gem compilation
|
||||||
|
"pkgconfig",
|
||||||
|
# ImageMagick C library
|
||||||
|
"libmagickwand",
|
||||||
|
# Font configuration
|
||||||
|
"fontconfig",
|
||||||
|
# A good fallback font
|
||||||
|
"dejavu_fonts",
|
||||||
|
# Arial-compatible fonts
|
||||||
|
"liberation_ttf",
|
||||||
|
# Font rendering
|
||||||
|
"freetype"
|
||||||
]
|
]
|
||||||
|
|
||||||
[phases.install]
|
[phases.install]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue