mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
rPackages.libdeflate: fix dependencies
This commit is contained in:
committed by
Michael Daniels
parent
8187595a75
commit
22949dc4c9
@@ -671,7 +671,10 @@ let
|
||||
jSDM = [ pkgs.gsl ]; # for gsl-config
|
||||
jack = [ pkgs.pkg-config ];
|
||||
kza = [ pkgs.pkg-config ];
|
||||
libdeflate = [ pkgs.cmake ];
|
||||
libdeflate = with pkgs; [
|
||||
cmake
|
||||
pkg-config
|
||||
];
|
||||
lpsymphony = with pkgs; [
|
||||
pkg-config
|
||||
gfortran
|
||||
@@ -1349,6 +1352,7 @@ let
|
||||
landsepi = [ pkgs.gsl ];
|
||||
largeList = [ pkgs.zlib.dev ];
|
||||
leidenAlg = [ pkgs.gmp ];
|
||||
libdeflate = [ pkgs.libdeflate ];
|
||||
libstable4u = [ pkgs.gsl ];
|
||||
libstableR = [ pkgs.gsl ];
|
||||
littler = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user