mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
rPackages.tiff: fix dependencies
This commit is contained in:
committed by
Michael Daniels
parent
9b3c5af37f
commit
fa58cc9e53
@@ -952,7 +952,6 @@ let
|
||||
tesseract = [ pkgs.pkg-config ];
|
||||
textshaping = [ pkgs.pkg-config ];
|
||||
themetagenomics = [ pkgs.zlib.dev ];
|
||||
tiff = [ pkgs.libtiff.dev ];
|
||||
tinyimg = with pkgs; [
|
||||
cargo
|
||||
rustc
|
||||
@@ -1599,6 +1598,7 @@ let
|
||||
];
|
||||
tfevents = [ pkgs.protobuf ];
|
||||
tidypopgen = [ pkgs.zlib.dev ];
|
||||
tiff = [ pkgs.libtiff ];
|
||||
tikzDevice = with pkgs; [
|
||||
which
|
||||
texliveMedium
|
||||
|
||||
Reference in New Issue
Block a user