mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
rPackages.libstable4u: fix dependencies
This commit is contained in:
committed by
Michael Daniels
parent
dc966cfb4f
commit
5f2782dc13
@@ -672,7 +672,6 @@ let
|
||||
jack = [ pkgs.pkg-config ];
|
||||
kza = [ pkgs.pkg-config ];
|
||||
libdeflate = [ pkgs.cmake ];
|
||||
libstable4u = [ pkgs.gsl ];
|
||||
littler = [ pkgs.libdeflate ];
|
||||
lpsymphony = with pkgs; [
|
||||
pkg-config
|
||||
@@ -1351,6 +1350,7 @@ let
|
||||
landsepi = [ pkgs.gsl ];
|
||||
largeList = [ pkgs.zlib.dev ];
|
||||
leidenAlg = [ pkgs.gmp ];
|
||||
libstable4u = [ pkgs.gsl ];
|
||||
libstableR = [ pkgs.gsl ];
|
||||
lnmixsurv = [ pkgs.gsl.dev ];
|
||||
lpsymphony = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user