summary refs log tree commit diff
path: root/doc/meta.xml
Commit message (Collapse)AuthorAge
* Add a few meta-attribute descriptions; rewrite the meta-attribure list ↵Michael Raskin2014-09-03
| | | | description to mean that it is expected that all used meta-attributes are described in the manual.
* meta.xml: fixed small omissionJaka Kranjc2014-08-24
|
* Nixpkgs manual: Fix validityEelco Dolstra2014-08-24
|
* doc/meta.xml: fix github links, clarify licensing sectionVladimír Čunát2014-07-30
|
* fix manual buildDomen Kožar2014-07-27
|
* doc: change one occurance of --xml to --jsonDomen Kožar2014-07-27
|
* doc: explain when hydra builds the packageDomen Kožar2014-07-27
|
* remove documentation on non-unfree licenses, nobody maintains itDomen Kožar2014-07-27
|
* doc: modernize meta attributes documentationDomen Kožar2014-07-27
|
* doc: meta.xml -- fix a typoRamakrishnan Muthukrishnan2014-04-14
|
* Only show/build a package on the platforms listed in meta.platformsEelco Dolstra2013-11-05
| | | | | | | | | | | | | | | | | | The function ‘mkDerivation’ now checks whether the current platform type is included in a package's meta.platform field. If not, it throws an exception: $ nix-build -A linux --argstr system x86_64-darwin error: user-thrown exception: the package ‘linux-3.10.15’ is not supported on ‘x86_64-darwin’ These packages also no longer show up in ‘nix-env -qa’ output. This means, for instance, that the number of packages shown on x86_64-freebsd has dropped from 9268 to 4764. Since meta.platforms was also used to prevent Hydra from building some packages, there now is a new attribute meta.hydraPlatforms listing the platforms on which Hydra should build the package (which defaults to meta.platforms).
* Allow packages to be marked as "broken" by setting meta.brokenEelco Dolstra2013-11-04
| | | | The effect is that they won't show up in "nix-env -qa" anymore.
* Lots of Perl package updatesEelco Dolstra2013-01-19
|
* Remove all svn referencesRob Vermaas2012-09-04
|
* svn path=/nixpkgs/branches/xorg-7.5/; revision=18032Eelco Dolstra2009-10-29
|
* svn path=/nixpkgs/branches/xorg-7.5/; revision=18028Eelco Dolstra2009-10-29
|
* * Fontconfig updated to 2.7.3. Use /etc/fonts as the defaultEelco Dolstra2009-10-29
| | | | | | | | | configuration directory so that users on other distributions don't need to set $FONTCONFIG_FILE (NIXPKGS-29). Also use /var/cache/fontconfig for the cache to prevent programs run by root from writing into the Nix store. svn path=/nixpkgs/branches/xorg-7.5/; revision=18021
* svn path=/nixpkgs/trunk/; revision=16257Eelco Dolstra2009-07-08
|
* svn path=/nixpkgs/trunk/; revision=14311Eelco Dolstra2009-03-03
|
* * Started documenting the meta attributes, including a firstEelco Dolstra2009-02-10
(very incomplete) attempt at standardising the license attribute. svn path=/nixpkgs/trunk/; revision=14028