You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ nix-build --no-out-link -A tests.trivial-builders.referenceserror: The option `meta.description' does not exist. Definition values: - In `makeTest parameters': "Run the Nixpkgs trivial builders tests"(use '--show-trace' to show detailed location information)
Additional context
Building against the master branch commit cee75d2.
The error might be caused by the attribute meta specified in the above file. I think it's a bug of the builder nixosTest since adding the meta attributes should be encouraged and that the builder should handle it properly.
ShamrockLee
changed the title
tests.trivial-builders.references fails to build: The option `meta.description' does not exist
tests.trivial-builders.references fails to build: The option `meta.description' does not exist
Dec 4, 2022
Steps To Reproduce
Steps to reproduce the behavior:
tests.trivial-builders.references
Build log
Additional context
Building against the master branch commit cee75d2.
nix build -A tests.trivial-builders.references
is the instructed way to build the tests bypkgs/build-support/trivial-builders/test/references.nix
.The error might be caused by the attribute
meta
specified in the above file. I think it's a bug of the buildernixosTest
since adding themeta
attributes should be encouraged and that the builder should handle it properly.Notify maintainers
@roberth
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.The text was updated successfully, but these errors were encountered: