Hello, libjpeg-8 is listed by "guix-package --list-available", and built without problem by "guix-build libjpeg-8". However: $ guix-package -i libjpeg-8 libjpeg-8: package not found Could this be related to the definition with inheritance? (define-public libjpeg-8 (package (inherit libjpeg) (name "libjpeg-8") ... Or is it a bug in guix-package? Andreas