Skip to content

Instantly share code, notes, and snippets.

@grahamc
Created September 18, 2018 13:24
Show Gist options
  • Save grahamc/29271405bd9b567c6729e4db1f36b5b9 to your computer and use it in GitHub Desktop.
Save grahamc/29271405bd9b567c6729e4db1f36b5b9 to your computer and use it in GitHub Desktop.
grahamc@Morbo> nix-build . -A elf-header-real
error: Package ‘elf-header’ in /home/grahamc/projects/nixpkgs/pkgs/development/libraries/elf-header/default.nix:35 has invalid meta.outputsToInstall, refusing to evaluate.
The package elf-header has set meta.outputsToInstall to: bin
however elf-header only has the outputs: out
and is missing the following ouputs:
- bin
(use '--show-trace' to show detailed location information)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment