1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

fix typo in packaging-existing-software.md

This commit is contained in:
Nate Meyer 2024-03-26 06:38:02 -07:00 committed by GitHub
parent e711b0ece1
commit 2a7c8dfb8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -561,7 +561,7 @@ The missing dependency error is solved, but there is now another problem: `make:
### `installPhase`
`stdenv` is automatically working with the `Makefile` that comes with `icat`.
The console output showas that `configure` and `make` are executed without issue, so the `icat` binary is compiling successfully.
The console output shows that `configure` and `make` are executed without issue, so the `icat` binary is compiling successfully.
The failure occurs when the `stdenv` attempts to run `make install`.
The `Makefile` included in the project happens to lack an `install` target.