Merge pull request #244 from blaggacao/patch-2

readme: clarify that not all sources can be built
This commit is contained in:
DavHau 2021-04-04 16:57:37 +07:00 committed by GitHub
commit 2ac8be0bc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,6 +128,8 @@ Functions for building python packages or applications:
1. **buildPythonApplication** - same as **buildPythonPackage**, but package will not be importable by other python packages.
**buildPythonPackage** and **buildPythonApplication** accept the same arguments as their equally named partners in nixpkgs, plus the arguments of **mkPython**. If name/version/requirements arguments are omitted, mach-nix attempts to detect them automatically. See [./examples.md](/examples.md).
_Note that some dependency declaration formats are missing. For a roadmap, please refer to issue [#132](https://github.com/DavHau/mach-nix/issues/132)._
**mkPython** and all other **mk...** functions take exactly the following arguments: