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

Update source/tutorials/learning-journey/packaging-existing-software.md

Co-authored-by: Zach Mitchell, PhD <zmitchell@fastmail.com>
This commit is contained in:
Alexander Groleau 2023-08-09 10:40:04 -05:00 committed by Alexander Groleau
parent 37f5fd3030
commit 2ace3c6e1c

View file

@ -199,7 +199,8 @@ building
```
Great news: the derivation built successfully!
The console output shows that `configure` was called, which produced a `Makefile` that was then used to build the project; it wasn't necessary to write any build instructions in this case, because the `stdenv` build system is based on `autoconf`, which automatically detected the structure of the project directory.
The console output shows that `configure` was called, which produced a `Makefile` that was then used to build the project.
It wasn't necessary to write any build instructions in this case because the `stdenv` build system is based on `autoconf`, which automatically detected the structure of the project directory.
### Build Result
Check your working directory for the result: