about summary refs log tree commit diff
path: root/nixpkgs/pkgs/test/nixpkgs-check-by-name/tests/override-no-call-package/expected
blob: d91d58d629f2b23ee65e764719f2091957835b9c (plain) (blame)
1
2
3
4
5
6
7
8
9
- Because pkgs/by-name/no/nonDerivation exists, the attribute `pkgs.nonDerivation` must be defined like

    nonDerivation = callPackage ./pkgs/by-name/no/nonDerivation/package.nix { /* ... */ };

  However, in this PR, it isn't defined that way. See the definition in all-packages.nix:2

    nonDerivation = self.someDrv;

This PR introduces the problems listed above. Please fix them before merging, otherwise the base branch would break.