diff --git a/pills/20-basic-dependencies-and-hooks.xml b/pills/20-basic-dependencies-and-hooks.xml index 0b80931..47af4c2 100644 --- a/pills/20-basic-dependencies-and-hooks.xml +++ b/pills/20-basic-dependencies-and-hooks.xml @@ -36,7 +36,7 @@ For the simplest dependencies where the current package directly needs another, we use the buildInputs attribute. This is exactly the pattern in taught with our builder in Pill 8. To demo this, lets build GNU Hello, and then another package which provides a shell script that execs it. - + @@ -63,7 +63,7 @@ Nix itself handles this just fine, understanding various dependency closures as covered in previous builds. But what about the conveniences that buildInputs provides, namely accumulating in pkgs environment variable and inclusion of pkg/bin directories on the PATH? For this, Stdenv provides the propagatedBuildInputs: - + See how the intermediate package has a propagatedBuildInputs dependency, but the wrapper only needs a buildInputs dependency on the intermediary. diff --git a/pills/20/propagated-build-inputs-3.bash b/pills/20/propagated-build-inputs-2.bash similarity index 100% rename from pills/20/propagated-build-inputs-3.bash rename to pills/20/propagated-build-inputs-2.bash