about summary refs log tree commit diff
path: root/pkgs/test/nixpkgs-check-by-name/tests/non-syntactical-callPackage-by-name/expected
blob: 5f914d1fce962c4f3ebc70f18fdc2e14bab9e9e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
- Because pkgs/by-name/fo/foo exists, the attribute `pkgs.foo` must be defined like

    foo = callPackage ./pkgs/by-name/fo/foo/package.nix { /* ... */ };

  This is however not the case.
  It is defined in all-packages.nix:4 as

    foo = self.bar;
This PR introduces the above problems, merging would break the base branch