Merge pull request #26152 from abbradar/wine-reorder

wine: reorganize packages
This commit is contained in:
Nikolay Amiantov
2017-06-04 00:58:42 +03:00
committed by GitHub
5 changed files with 84 additions and 51 deletions

View File

@@ -17,6 +17,11 @@ rec {
drv // { meta = (drv.meta or {}) // newAttrs; };
/* Disable Hydra builds of given derivation.
*/
dontDistribute = drv: addMetaAttrs { hydraPlatforms = []; } drv;
/* Change the symbolic name of a package for presentation purposes
(i.e., so that nix-env users can tell them apart).
*/