mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
rPackages.cpp11qpdf: fix dependencies
This commit is contained in:
committed by
Michael Daniels
parent
da0941e17f
commit
9070f736c6
@@ -579,10 +579,6 @@ let
|
||||
cld3 = [ pkgs.protobuf ];
|
||||
clustermq = [ pkgs.pkg-config ];
|
||||
cpp11bigwig = [ pkgs.curl ]; # for curl-config
|
||||
cpp11qpdf = with pkgs; [
|
||||
zlib.dev
|
||||
libjpeg
|
||||
];
|
||||
crc32c = [
|
||||
pkgs.which
|
||||
pkgs.cmake
|
||||
@@ -1249,6 +1245,10 @@ let
|
||||
clustermq = [ pkgs.zeromq ];
|
||||
coga = [ pkgs.gsl.dev ];
|
||||
cpp11bigwig = [ pkgs.zlib ];
|
||||
cpp11qpdf = with pkgs; [
|
||||
libjpeg
|
||||
zlib
|
||||
];
|
||||
crandep = [ pkgs.gsl ];
|
||||
csaw = with pkgs; [
|
||||
zlib.dev
|
||||
|
||||
Reference in New Issue
Block a user