mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
rPackages.fastpng: fix dependencies
This commit is contained in:
committed by
Michael Daniels
parent
20c05a99de
commit
1827bfb3ab
@@ -608,7 +608,6 @@ let
|
||||
cargo
|
||||
rustc
|
||||
];
|
||||
fastpng = [ pkgs.zlib.dev ];
|
||||
fcl = with pkgs; [
|
||||
cargo
|
||||
rustc
|
||||
@@ -1273,6 +1272,7 @@ let
|
||||
zlib.dev
|
||||
];
|
||||
excursions = [ pkgs.gsl ];
|
||||
fastpng = [ pkgs.zlib ];
|
||||
fftw = [ pkgs.fftw ];
|
||||
fftwtools = [ pkgs.fftw ];
|
||||
flan = [ pkgs.gsl ];
|
||||
|
||||
Reference in New Issue
Block a user