Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

r-sys: remove obsolete dependency #58467

Merged
merged 1 commit into from Mar 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion pkgs/development/r-modules/default.nix
Expand Up @@ -424,7 +424,6 @@ let
showtext = [ pkgs.pkgconfig ];
spate = [ pkgs.pkgconfig ];
stringi = [ pkgs.pkgconfig ];
sys = [ pkgs.libapparmor ];
sysfonts = [ pkgs.pkgconfig ];
Copy link
Member

@Mic92 Mic92 Mar 28, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know much about our R infrastructure. Are these overrides only for a particular version of the module or do they affect multiple (and potentially older ones)?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't have more than one version of any given R package in Nixpkgs.

Generally speaking, those overrides affect the (one) package with that particular attribute name.

tesseract = [ pkgs.pkgconfig ];
Cairo = [ pkgs.pkgconfig ];
Expand Down