wiki/2020-09-15-03-08-22.org
Gabriel Arazas 331db7e5da Delete the user and email variables
While making the note more complete in terms of metadata, it's redundant
because it's supposed to be a personal wiki. Only one person is the
assumed owner of them.
2021-04-20 20:07:52 +08:00

763 B

Create package definitions for missing dependencies first before the package itself

Certain ecosystems like in Nix package manager with nixpkgs or GNU Guix within their own packages follow a standard (officially) 1 about making sure all dependencies are present first before building the package. Smaller libraries often go through this and so, you need to package the dependencies first. It also helps with creating a global definition for other packages that requires those small libraries.


1

If not, you can freely make build all you want.