-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Open
Labels
0.kind: bugSomething is brokenSomething is broken2.status: stalehttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.mdhttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md6.topic: stdenvStandard environmentStandard environment
Description
Example:
let
pkgs = import ./. { };
in
pkgs.stdenv.mkDerivation {
pname = "example";
version = "0.0.1";
dontUnpack = true;
__structuredAttrs = true;
buildInputs = [
pkgs.meson
[ pkgs.hello ]
];
}
With [ pkgs.hello ] in the inputs list, mesonConfigurePhase does not run. Removing it makes the phase run as intended. This is extremely footgunny and we need to fix that.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0.kind: bugSomething is brokenSomething is broken2.status: stalehttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.mdhttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md6.topic: stdenvStandard environmentStandard environment
Projects
Status
No status