Packaging/Quirks and Caveats: Difference between revisions
imported>Nix m recategorize |
imported>Melkor333 No edit summary |
||
Line 25: | Line 25: | ||
* [https://github.com/NixOS/nixpkgs/blob/96d41e393da3ca27fbcc7c82b7221a5c923460c0/pkgs/development/libraries/libmms/default.nix#L13 libmms] | * [https://github.com/NixOS/nixpkgs/blob/96d41e393da3ca27fbcc7c82b7221a5c923460c0/pkgs/development/libraries/libmms/default.nix#L13 libmms] | ||
One typical error when <code>pkg-config</code> is required but not in the <code>nativeBuildInputs</code> is the following during the configure phase: | |||
<syntaxhighlight lang="shell"> | |||
./configure: line 20832: syntax error near unexpected token `nss,' | |||
./configure: line 20832: ` PKG_CHECK_MODULES(nss, nss)' | |||
</syntaxhighlight> | |||
== Package simple python scripts == | == Package simple python scripts == | ||