Packaging/Quirks and Caveats: Difference between revisions

imported>Makefu
No edit summary
imported>Makefu
m formatting
Line 13: Line 13:
nativeBuildInputs = [ ...  autoreconfHook ];
nativeBuildInputs = [ ...  autoreconfHook ];
</syntaxhighlight>
</syntaxhighlight>
Examples in nixpkgs: * [https://github.com/NixOS/nixpkgs/blob/f4c253ff2f68fbe3e302f944e8347233d9dc8c9d/pkgs/tools/networking/samplicator/default.nix samplicator]
Examples in nixpkgs:  
* [https://github.com/NixOS/nixpkgs/blob/f4c253ff2f68fbe3e302f944e8347233d9dc8c9d/pkgs/tools/networking/samplicator/default.nix samplicator]


== Configure Scripts that are using pkgconfig ==
== Configure Scripts that are using pkgconfig ==
Line 21: Line 22:
nativeBuildInputs = [ ...  pkgconfig ];
nativeBuildInputs = [ ...  pkgconfig ];
</syntaxhighlight>
</syntaxhighlight>
Examples in nixpkgs: * [https://github.com/NixOS/nixpkgs/blob/96d41e393da3ca27fbcc7c82b7221a5c923460c0/pkgs/development/libraries/libmms/default.nix#L13 libmms]
Examples in nixpkgs:  
* [https://github.com/NixOS/nixpkgs/blob/96d41e393da3ca27fbcc7c82b7221a5c923460c0/pkgs/development/libraries/libmms/default.nix#L13 libmms]


== Package simple python scripts ==
== Package simple python scripts ==