mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
rPackages.Apollonius: fix dependencies
This commit is contained in:
committed by
Michael Daniels
parent
ba16f47f97
commit
da6dcfb8ad
@@ -412,11 +412,7 @@ let
|
||||
packagesWithNativeBuildInputs = {
|
||||
adimpro = [ pkgs.imagemagick ];
|
||||
animation = [ pkgs.which ];
|
||||
Apollonius = with pkgs; [
|
||||
pkg-config
|
||||
gmp.dev
|
||||
mpfr.dev
|
||||
];
|
||||
Apollonius = [ pkgs.pkg-config ];
|
||||
arrow =
|
||||
with pkgs;
|
||||
[
|
||||
@@ -1084,6 +1080,10 @@ let
|
||||
openpam
|
||||
libpq
|
||||
];
|
||||
Apollonius = with pkgs; [
|
||||
gmp
|
||||
mpfr
|
||||
];
|
||||
asciicast = with pkgs; [
|
||||
bzip2.dev
|
||||
icu.dev
|
||||
|
||||
Reference in New Issue
Block a user