mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
rPackages.resultant: fix dependencies
This commit is contained in:
committed by
Michael Daniels
parent
ba23f9f34e
commit
a573f53d30
@@ -739,11 +739,7 @@ let
|
||||
];
|
||||
redux = [ pkgs.pkg-config ];
|
||||
reprex = [ pkgs.which ];
|
||||
resultant = with pkgs; [
|
||||
gmp.dev
|
||||
mpfr.dev
|
||||
pkg-config
|
||||
];
|
||||
resultant = [ pkgs.pkg-config ];
|
||||
rgdal = with pkgs; [
|
||||
proj.dev
|
||||
gdal
|
||||
@@ -1479,6 +1475,10 @@ let
|
||||
libdeflate
|
||||
zstd.dev
|
||||
];
|
||||
resultant = with pkgs; [
|
||||
gmp
|
||||
mpfr
|
||||
];
|
||||
rgl = with pkgs; [
|
||||
libGLU
|
||||
libGL
|
||||
|
||||
Reference in New Issue
Block a user