about summary refs log tree commit diff
path: root/maintainers
Commit message (Collapse)AuthorAge
* gnupdate: Add quirks.Ludovic Courtès2010-09-20
| | | | | | | * maintainers/scripts/gnu/gnupdate (ftp-server/directory)[quirks]: Add `freefont-ttf' and `gnu-ghostscript'. svn path=/nixpkgs/trunk/; revision=23876
* gnupdate: Update to new FFI.Ludovic Courtès2010-09-10
| | | | | | * maintainers/scripts/gnu/gnupdate (pointer->procedure): New procedure. svn path=/nixpkgs/trunk/; revision=23712
* gnupdate: Use the latest FFI.Ludovic Courtès2010-08-19
| | | | | | | * maintainers/scripts/gnu/gnupdate (version-string>?): Use the new `string->pointer', available in 1.9.12. svn path=/nixpkgs/trunk/; revision=23253
* * strictAttrs: return the original attribute set.Eelco Dolstra2010-08-19
| | | | svn path=/nixpkgs/trunk/; revision=23252
* * Fix eval-release.nix by testing whether all attributes of aEelco Dolstra2010-08-19
| | | | | | | | | | derivation evaluate inside the tryEval. This catches cases such as aufs2-util, which fails due to an assertion in its dependency aufs2. * Explicitly blacklist "xbursttools" because it gives some evaluation error in cross-OpenSSL. No idea why, probably due to some pass-through attribute. svn path=/nixpkgs/trunk/; revision=23247
* Adding a script to use eval-release.nix for testsMichael Raskin2010-08-18
| | | | svn path=/nixpkgs/trunk/; revision=23234
* gnupdate: Fix typo.Ludovic Courtès2010-07-04
| | | | svn path=/nixpkgs/trunk/; revision=22468
* gnupdate: Remove obsolete workaround.Ludovic Courtès2010-07-04
| | | | | | | * maintainers/scripts/gnu/gnupdate: Remove `(sxml ssax) workaround for macro-generating macros. svn path=/nixpkgs/trunk/; revision=22467
* gnupdate: Turn into a module.Ludovic Courtès2010-07-04
| | | | | | | | | | * maintainers/scripts/gnu/gnupdate.scm: Rename to... * maintainers/scripts/gnu/gnupdate: ... this. Use `define-module' and the orthodox way of doing things. (main): Rename to... (gnupdate): ... this. svn path=/nixpkgs/trunk/; revision=22466
* gnupdate: Add quirk for GRUB 2.Ludovic Courtès2010-07-04
| | | | | | | * maintainers/scripts/gnu/gnupdate.scm (ftp-server/directory): Add quirk for GRUB 2. svn path=/nixpkgs/trunk/; revision=22455
* gnupdate: Remove unused variables.Ludovic Courtès2010-07-04
| | | | | | | | * maintainers/scripts/gnu/gnupdate.scm (gnu?): Don't bind unused fields in `match'. (ftp-server/directory): Ditto. svn path=/nixpkgs/trunk/; revision=22454
* gnupdate: Add `--select', to select packages `stdenv' depends on (or not).Ludovic Courtès2010-07-04
| | | | | | | | | | | | | | * maintainers/scripts/gnu/gnupdate.scm (attribute-value, derivation-source, derivation-output-path, source-output-path, derivation-source-output-path, find-attribute-by-name, find-package-by-attribute-name, stdenv-package, package-requisites): New procedures. (%options): Add `--select'. (main): Compute the source output paths of `stdenv'. Filter out packages that are/aren't in `stdenv', depending on the `--select' option. svn path=/nixpkgs/trunk/; revision=22453
* gnupdate: Ignore the "gcc44" and "gcc45" attributes.Ludovic Courtès2010-07-04
| | | | | | | * maintainers/scripts/gnu/gnupdate.scm (%ignored-package-attributes): Add "gcc44" and "gcc45". svn path=/nixpkgs/trunk/; revision=22452
* Adding Redstore HTTP RDF/SPARQL serverMichael Raskin2010-06-29
| | | | svn path=/nixpkgs/trunk/; revision=22428
* GNUpdate: Update to the new module name.Ludovic Courtès2010-06-10
| | | | svn path=/nixpkgs/trunk/; revision=22214
* Starting documenting upstream-updaterMichael Raskin2010-06-03
| | | | svn path=/nixpkgs/trunk/; revision=22121
* gnupdate: Remove unneeded file.Ludovic Courtès2010-06-01
| | | | | | * maintainers/scripts/gnu/sxml-match.scm: Remove. svn path=/nixpkgs/trunk/; revision=22075
* gnupdate: Fix unbound-variable in `%ftp-login'.Ludovic Courtès2010-05-12
| | | | | | | * maintainers/scripts/gnu/gnupdate.scm (%ftp-login): Bind `command' to the command. svn path=/nixpkgs/trunk/; revision=21742
* gnupdate: Re-fix thinko.Ludovic Courtès2010-05-10
| | | | svn path=/nixpkgs/trunk/; revision=21717
* gnupdate: Add `--dry-run' option.Ludovic Courtès2010-05-10
| | | | | | | * maintainers/scripts/gnu/gnupdate.scm (%options): Add `dry-run'. (main): Handle `--dry-run'. svn path=/nixpkgs/trunk/; revision=21716
* gnupdate: Add optional directory argument to `ftp-list'.Ludovic Courtès2010-05-10
| | | | | | | | * maintainers/scripts/gnu/gnupdate.scm (ftp-list): Add optional DIRECTORY argument. (releases): Pass DIRECTORY to `ftp-list'. svn path=/nixpkgs/trunk/; revision=21715
* gnupdate: Handle FTP logins with password.Ludovic Courtès2010-05-10
| | | | | | | * maintainers/scripts/gnu/gnupdate.scm (%ftp-login): New procedure. (ftp-open): Use it. svn path=/nixpkgs/trunk/; revision=21714
* gnupdate: Add quirk for MIT/GNU Scheme.Ludovic Courtès2010-05-10
| | | | | | | | * maintainers/scripts/gnu/gnupdate.scm (ftp-server/directory)[quirks]: Add `mit-scheme'. (nixpkgs->gnu-name)[quirks]: Ditto. svn path=/nixpkgs/trunk/; revision=21711
* gnupdate: Fix typo in the GNU predicate.Ludovic Courtès2010-05-10
| | | | | | | * maintainers/scripts/gnu/gnupdate.scm (gnu?): Fix typo analyzing `meta.homepage'. svn path=/nixpkgs/trunk/; revision=21706
* gnupdate: Fix typo.Ludovic Courtès2010-05-10
| | | | svn path=/nixpkgs/trunk/; revision=21703
* gnupdate: Add quirk for `commoncpp2'.Ludovic Courtès2010-05-09
| | | | | | | * maintainers/scripts/gnu/gnupdate.scm (ftp-server/directory)[quirks]: Add `commoncpp2'. svn path=/nixpkgs/trunk/; revision=21700
* gnupdate: Use SSAX instead of SXML to reduce the memory & CPU overhead.Ludovic Courtès2010-05-09
| | | | | | | | | | * maintainers/scripts/gnu/gnupdate.scm (xml-element->snix): New procedure. (xml->snix): Rewrite to use a parser generated by `ssax:make-parser'. (%options)[sxml]: Remove. (main): Update accordingly. svn path=/nixpkgs/trunk/; revision=21695
* gnupdate: Fix typo.Ludovic Courtès2010-04-13
| | | | svn path=/nixpkgs/trunk/; revision=21049
* Add GNU package update script.Ludovic Courtès2010-04-12
| | | | svn path=/nixpkgs/trunk/; revision=21040
* * Make copy-tarballs.sh work on release.nix.Eelco Dolstra2010-02-05
| | | | svn path=/nixpkgs/trunk/; revision=19834
* * Add a script to retrieve licenses of the current derivation and of allNicolas Pierron2009-11-21
| | | | | | | | | its dependencies. To make it works, you need to change the default stdenv as documented in the error message. ./maintainers/scripts/dep-licenses.sh <attribute name> svn path=/nixpkgs/trunk/; revision=18508
* * Move classification.txt to the manual.Eelco Dolstra2009-11-18
| | | | svn path=/nixpkgs/trunk/; revision=18419
* Add a script to check the number of packages to rebuild after a modification.Nicolas Pierron2009-10-08
| | | | svn path=/nixpkgs/trunk/; revision=17731
* * Moved the coding conventions from maintainers/docs to the NixpkgsEelco Dolstra2009-09-25
| | | | | | | manual. * Removed some out-dated files from maintainers/docs. svn path=/nixpkgs/trunk/; revision=17419
* Fix hard-coded value to access gcc libraries.Nicolas Pierron2009-09-13
| | | | svn path=/nixpkgs/trunk/; revision=17093
* Add a script which generates patchelf command for binary distribution.Nicolas Pierron2009-09-13
| | | | | | | | This script use your local Nix store to find occurences of similar libraries name and generate a patchelf command based on the package name found inside your Nix store. svn path=/nixpkgs/trunk/; revision=17089
* * Updated the script that copies tarballs used in Nixpkgs toEelco Dolstra2009-04-25
| | | | | | | | | | | nixos.org/tarballs. It no longer greps the source for fetchurl calls, because a lot of URLs are now computed (e.g. "http://foo/${name}.tar.bz2"). So instead we evaluate the Nix expression with "nix-instantiate --xml --strict" and look for URLs in the result. Because I'm lazy the script no longer checks whether the hash of the download matches the hash in the expression. svn path=/nixpkgs/trunk/; revision=15310
* * Get rid of all references to nix.cs.uu.nl.Eelco Dolstra2008-11-14
| | | | svn path=/nixpkgs/trunk/; revision=13299
* * DBus 1.1.20.Eelco Dolstra2008-03-04
| | | | svn path=/nixpkgs/trunk/; revision=10945
* * Description of the current coding conventions in Nixpkgs / NixOS.Eelco Dolstra2008-01-29
| | | | | | Comments welcome. svn path=/nixpkgs/trunk/; revision=10392
* * Fixed some more URLs.Eelco Dolstra2007-09-11
| | | | svn path=/nixpkgs/trunk/; revision=9294
* * When copying tarballs to nix.cs.uu.nl, don't rewrite the URLs in theEelco Dolstra2007-09-10
| | | | | | | Nix expressions anymore. The content-addressable mirror mechanism in fetchurl makes it unnecessary. svn path=/nixpkgs/trunk/; revision=9289
* * Release notes.Eelco Dolstra2007-05-24
| | | | svn path=/nixpkgs/trunk/; revision=8772
* * Handle SHA-256 hashes.Eelco Dolstra2007-05-15
| | | | svn path=/nixpkgs/trunk/; revision=8702
* * Merge builder-cygwin.sh.Eelco Dolstra2006-12-27
| | | | svn path=/nixpkgs/trunk/; revision=7497
* * Remove dontMakeInstall, it's no longer necessary (just setEelco Dolstra2006-12-27
| | | | | | installCommand to true or something). svn path=/nixpkgs/trunk/; revision=7495
* * Handle weird cases when the server redirects us while setting aEelco Dolstra2006-12-15
| | | | | | cookie. svn path=/nixpkgs/trunk/; revision=7352
* * Don't sort the helper function sections.Eelco Dolstra2006-10-18
| | | | svn path=/nixpkgs/trunk/; revision=6763
* * If the file already exists in dist/tarballs, check that the hashes match.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6719
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711