Files
nixpkgs/pkgs/test/haskell/shellFor
Thomas Miedema ff9e4bce32 haskell: fix shellFor test
In #296645, envFunc (and thus shellFor) was changed from
`mkDerivation {phases=[..]}` to `runCommand ..`. So since
then, the derivation of shellFor contains a `buildCommand`
("echo $nativeBuildInputs $buildInputs > $out"),
and as a result the custom phases defined in shellFor's
test were ignored.
2025-03-23 01:39:43 +01:00
..
2025-03-23 01:39:43 +01:00