summary refs log tree commit diff
path: root/maintainers
Commit message (Collapse)AuthorAge
...
* 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
* * Keep a single empty line after comments.Eelco Dolstra2006-09-15
| | | | svn path=/nixpkgs/trunk/; revision=6534
* * Float section headers to the top. Regularise whitespace betweenEelco Dolstra2006-09-15
| | | | | | attributes. svn path=/nixpkgs/trunk/; revision=6533
* * Use is-substring.Eelco Dolstra2006-09-15
| | | | svn path=/nixpkgs/trunk/; revision=6532
* * Support grouping of attributes into sections by using "###"Eelco Dolstra2006-09-11
| | | | | | comments. svn path=/nixpkgs/trunk/; revision=6493
* * Program to sort all-packages.nix, first attempt.Eelco Dolstra2006-09-11
| | | | svn path=/nixpkgs/trunk/; revision=6492
* bash, bzip2 and findutils instructionsArmijn Hemel2006-08-26
| | | | svn path=/nixpkgs/trunk/; revision=6251
* instructions for gccArmijn Hemel2006-08-25
| | | | svn path=/nixpkgs/trunk/; revision=6248
* start documenting bootstrapping the static initial stdenvArmijn Hemel2006-08-25
| | | | svn path=/nixpkgs/trunk/; revision=6245
* * Download and unpack Visual C++ 2005 Express Edition.Eelco Dolstra2006-06-05
| | | | svn path=/nixpkgs/trunk/; revision=5383
* * Grmbl.Eelco Dolstra2006-02-06
| | | | svn path=/nixpkgs/trunk/; revision=4738
* * Updated URL.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4626
* add location of static bzip2Armijn Hemel2006-01-01
| | | | svn path=/nixpkgs/trunk/; revision=4478
* small howto of adding new targets for uClibc cross compiling. For someArmijn Hemel2005-12-31
| | | | | | | reasons sparc-linux fails, need to look into that...but hey, this is fun. Requests anyone? :) svn path=/nixpkgs/trunk/; revision=4469
* add what should be done after completing the toolchain and a note of warningArmijn Hemel2005-12-30
| | | | | | that many packages cannot be succesfully cross compiled. svn path=/nixpkgs/trunk/; revision=4457
* tell a bit more about the names of the binutils that the buildprocess expectsArmijn Hemel2005-12-30
| | | | | | | | to find during cross compilation. We need to fix the gcc-wrapper to support cross-compiling. Really, it's not that hard to do, but it needs to be done correctly :) svn path=/nixpkgs/trunk/; revision=4456
* add some documentation about where to find the Nix expressions for the staticArmijn Hemel2005-12-27
| | | | | | tools in nixpkgs, why we chose dietlibc for some packages and glibc for others. svn path=/nixpkgs/trunk/; revision=4447
* add some stuff about the difficulties we've encountered so far with building ↵Armijn Hemel2005-12-06
| | | | | | cross compilers, especially when building a C++ compiler. svn path=/nixpkgs/trunk/; revision=4346
* rewrite a bit, add some clarificationsArmijn Hemel2005-12-06
| | | | svn path=/nixpkgs/trunk/; revision=4343
* first version of the Nix cross compilation HOWTO (easy stuff is done), more ↵Armijn Hemel2005-12-06
| | | | | | to follow svn path=/nixpkgs/trunk/; revision=4342
* * Glibc 2.3.6.Eelco Dolstra2005-12-06
| | | | | | | | | * GCC 3.4.5. * Updated several other stdenv packages. * Modified the builders of several packages to use the generic builder. svn path=/nixpkgs/trunk/; revision=4336
* * To do.Eelco Dolstra2005-11-29
| | | | svn path=/nixpkgs/trunk/; revision=4320