mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
rPackages.gdtools: fix dependencies
This commit is contained in:
committed by
Michael Daniels
parent
4f2cf3559f
commit
db49248277
@@ -548,17 +548,7 @@ let
|
||||
];
|
||||
gamstransfer = [ pkgs.zlib ];
|
||||
gdalraster = [ pkgs.pkg-config ];
|
||||
gdtools =
|
||||
with pkgs;
|
||||
[
|
||||
cairo.dev
|
||||
fontconfig.lib
|
||||
freetype.dev
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
expat
|
||||
libxdmcp
|
||||
];
|
||||
gdtools = [ pkgs.pkg-config ];
|
||||
GeneralizedWendland = [ pkgs.gsl ];
|
||||
ggiraph = [ pkgs.libpng.dev ];
|
||||
git2r = with pkgs; [
|
||||
@@ -1221,7 +1211,17 @@ let
|
||||
fs = [ pkgs.libuv ];
|
||||
pgenlibr = [ pkgs.zlib.dev ];
|
||||
fftw = [ pkgs.fftw ];
|
||||
gdtools = [ pkgs.pkg-config ];
|
||||
gdtools =
|
||||
with pkgs;
|
||||
[
|
||||
cairo
|
||||
fontconfig.lib
|
||||
freetype
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
expat
|
||||
libxdmcp
|
||||
];
|
||||
archive = [ pkgs.libarchive ];
|
||||
lpsymphony = with pkgs; [
|
||||
symphony
|
||||
|
||||
Reference in New Issue
Block a user