Package naming conventions: Difference between revisions
m Correctly close code tag |
m Add category nixpkgs |
||
Line 11: | Line 11: | ||
|Some packages provide options for customization that don't affect the main build, and is thus done in the <code>-unwrapped</code> package. The package is then wrapped to provide customization without having to recompile the package. This is an implementation detail, you generally don't want to directly use an <code>-unwrapped</code> version. | |Some packages provide options for customization that don't affect the main build, and is thus done in the <code>-unwrapped</code> package. The package is then wrapped to provide customization without having to recompile the package. This is an implementation detail, you generally don't want to directly use an <code>-unwrapped</code> version. | ||
|} | |} | ||
[[Category:Nixpkgs]] |