mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
rPackages.frailtyMMpen: fix dependencies
This commit is contained in:
committed by
Michael Daniels
parent
de304ce7f3
commit
cc76d6fe6c
@@ -621,7 +621,7 @@ let
|
||||
];
|
||||
flint = [ pkgs.pkg-config ];
|
||||
flowPeaks = [ pkgs.gsl ]; # for gsl-config
|
||||
frailtyMMpen = [ pkgs.gsl ];
|
||||
frailtyMMpen = [ pkgs.gsl ]; # for gsl-config
|
||||
fru = with pkgs; [
|
||||
cargo
|
||||
rustc
|
||||
@@ -1278,6 +1278,7 @@ let
|
||||
flint
|
||||
];
|
||||
flowWorkspace = [ pkgs.zlib.dev ];
|
||||
frailtyMMpen = [ pkgs.gsl ];
|
||||
fs = [ pkgs.libuv ];
|
||||
gaston = with pkgs; [ zlib.dev ];
|
||||
gdalcubes = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user