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

rPackages.extrafont: libraries don't register correctly #308

Open
jkorinth opened this issue Apr 21, 2024 · 0 comments
Open

rPackages.extrafont: libraries don't register correctly #308

jkorinth opened this issue Apr 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jkorinth
Copy link

Describe the bug
Library packages for R (and presumably similarly structured ones) are not registered correctly inside the devshell.

To Reproduce

Steps to reproduce the behavior:

  1. Have devshell with devshell.toml:
[devshell]
packages = [ "R", "rPackages.extrafont" ]
  1. nix develop then R, try loadlibrary("extrafont").

Result:
Error in library("extrafont") : there is no package called ‘extrafont’

Expected behavior

Should work the same as in nix-shell -p R -p rPackages.extrafont, where you get
Registering fonts with R instead.

System information

Inputs:
├───devshell: github:numtide/devshell/12e914740a25ea1891ec619bb53cf5e6ca922e40
│   ├───flake-utils: github:numtide/flake-utils/4022d587cbbfd70fe950c1e2083a02621806a725
│   │   └───systems: github:nix-systems/default/da67096a3b9bf56a91d16901293e51ba5b49a27e
│   └───nixpkgs: github:NixOS/nixpkgs/63143ac2c9186be6d9da6035fa22620018c85932
├───flake-compat: github:edolstra/flake-compat/0f9255e01c2351cc7d116c072cb317785dd33b33
├───flake-utils: github:numtide/flake-utils/b1d9ab70662946ef0850d488da1c9019f3a9752a
│   └───systems: github:nix-systems/default/da67096a3b9bf56a91d16901293e51ba5b49a27e
└───nixpkgs: path:/nix/store/gig8j85kj7ybjy3ksn6k3aich8j2k59y-source?lastModified=0&narHash=sha256-6hqgQ8OK6gsMu1VtcGKBxKQInRLHtzulDo9Z5jxHEFY%3D
@jkorinth jkorinth added the bug Something isn't working label Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant