about summary refs log tree commit diff
path: root/maintainers
AgeCommit message (Collapse)AuthorFilesLines
2009-10-08Add a script to check the number of packages to rebuild after a modification.Nicolas Pierron1-0/+260
svn path=/nixpkgs/trunk/; revision=17731
2009-09-25* Moved the coding conventions from maintainers/docs to the NixpkgsEelco Dolstra5-228/+0
manual. * Removed some out-dated files from maintainers/docs. svn path=/nixpkgs/trunk/; revision=17419
2009-09-13Fix hard-coded value to access gcc libraries.Nicolas Pierron1-1/+1
svn path=/nixpkgs/trunk/; revision=17093
2009-09-13Add a script which generates patchelf command for binary distribution.Nicolas Pierron1-0/+84
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
2009-04-25* Updated the script that copies tarballs used in Nixpkgs toEelco Dolstra2-83/+57
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
2008-11-14* Get rid of all references to nix.cs.uu.nl.Eelco Dolstra1-2/+2
svn path=/nixpkgs/trunk/; revision=13299
2008-03-04* DBus 1.1.20.Eelco Dolstra1-0/+4
svn path=/nixpkgs/trunk/; revision=10945
2008-01-29* Description of the current coding conventions in Nixpkgs / NixOS.Eelco Dolstra1-0/+97
Comments welcome. svn path=/nixpkgs/trunk/; revision=10392
2007-09-11* Fixed some more URLs.Eelco Dolstra1-5/+11
svn path=/nixpkgs/trunk/; revision=9294
2007-09-10* When copying tarballs to nix.cs.uu.nl, don't rewrite the URLs in theEelco Dolstra1-23/+47
Nix expressions anymore. The content-addressable mirror mechanism in fetchurl makes it unnecessary. svn path=/nixpkgs/trunk/; revision=9289
2007-05-24* Release notes.Eelco Dolstra1-16/+3
svn path=/nixpkgs/trunk/; revision=8772
2007-05-15* Handle SHA-256 hashes.Eelco Dolstra1-1/+10
svn path=/nixpkgs/trunk/; revision=8702
2006-12-27* Merge builder-cygwin.sh.Eelco Dolstra1-2/+0
svn path=/nixpkgs/trunk/; revision=7497
2006-12-27* Remove dontMakeInstall, it's no longer necessary (just setEelco Dolstra1-6/+0
installCommand to true or something). svn path=/nixpkgs/trunk/; revision=7495
2006-12-15* Handle weird cases when the server redirects us while setting aEelco Dolstra1-1/+5
cookie. svn path=/nixpkgs/trunk/; revision=7352
2006-10-18* Don't sort the helper function sections.Eelco Dolstra1-2/+5
svn path=/nixpkgs/trunk/; revision=6763
2006-10-12* If the file already exists in dist/tarballs, check that the hashes match.Eelco Dolstra1-12/+17
svn path=/nixpkgs/trunk/; revision=6719
2006-10-12* Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra1-11/+14
svn path=/nixpkgs/trunk/; revision=6711
2006-09-15* Keep a single empty line after comments.Eelco Dolstra1-6/+17
svn path=/nixpkgs/trunk/; revision=6534
2006-09-15* Float section headers to the top. Regularise whitespace betweenEelco Dolstra1-4/+55
attributes. svn path=/nixpkgs/trunk/; revision=6533
2006-09-15* Use is-substring.Eelco Dolstra1-5/+1
svn path=/nixpkgs/trunk/; revision=6532
2006-09-11* Support grouping of attributes into sections by using "###"Eelco Dolstra1-10/+27
comments. svn path=/nixpkgs/trunk/; revision=6493
2006-09-11* Program to sort all-packages.nix, first attempt.Eelco Dolstra1-0/+68
svn path=/nixpkgs/trunk/; revision=6492
2006-08-26bash, bzip2 and findutils instructionsArmijn Hemel1-0/+12
svn path=/nixpkgs/trunk/; revision=6251
2006-08-25instructions for gccArmijn Hemel1-0/+13
svn path=/nixpkgs/trunk/; revision=6248
2006-08-25start documenting bootstrapping the static initial stdenvArmijn Hemel2-0/+9
svn path=/nixpkgs/trunk/; revision=6245
2006-06-05* Download and unpack Visual C++ 2005 Express Edition.Eelco Dolstra1-0/+22
svn path=/nixpkgs/trunk/; revision=5383
2006-02-06* Grmbl.Eelco Dolstra1-0/+2
svn path=/nixpkgs/trunk/; revision=4738
2006-01-30* Updated URL.Eelco Dolstra1-9/+17
svn path=/nixpkgs/trunk/; revision=4626
2006-01-01add location of static bzip2Armijn Hemel1-1/+1
svn path=/nixpkgs/trunk/; revision=4478
2005-12-31small howto of adding new targets for uClibc cross compiling. For someArmijn Hemel1-0/+27
reasons sparc-linux fails, need to look into that...but hey, this is fun. Requests anyone? :) svn path=/nixpkgs/trunk/; revision=4469
2005-12-30add what should be done after completing the toolchain and a note of warningArmijn Hemel1-0/+15
that many packages cannot be succesfully cross compiled. svn path=/nixpkgs/trunk/; revision=4457
2005-12-30tell a bit more about the names of the binutils that the buildprocess expectsArmijn Hemel1-0/+5
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
2005-12-27add some documentation about where to find the Nix expressions for the staticArmijn Hemel1-0/+32
tools in nixpkgs, why we chose dietlibc for some packages and glibc for others. svn path=/nixpkgs/trunk/; revision=4447
2005-12-06add some stuff about the difficulties we've encountered so far with building ↵Armijn Hemel1-0/+38
cross compilers, especially when building a C++ compiler. svn path=/nixpkgs/trunk/; revision=4346
2005-12-06rewrite a bit, add some clarificationsArmijn Hemel1-3/+11
svn path=/nixpkgs/trunk/; revision=4343
2005-12-06first version of the Nix cross compilation HOWTO (easy stuff is done), more ↵Armijn Hemel1-0/+265
to follow svn path=/nixpkgs/trunk/; revision=4342
2005-12-06* Glibc 2.3.6.Eelco Dolstra1-2/+0
* 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
2005-11-29* To do.Eelco Dolstra1-0/+2
svn path=/nixpkgs/trunk/; revision=4320
2005-10-12* Patch to OpenSSL 0.9.7h to make it build on Mac OS X.Eelco Dolstra1-7/+0
svn path=/nixpkgs/trunk/; revision=4070
2005-10-02* Docs.Eelco Dolstra2-1/+5
svn path=/nixpkgs/trunk/; revision=3989
2005-08-29* ALSA utilities (for `alsamixer' etc.).Eelco Dolstra1-0/+4
svn path=/nixpkgs/trunk/; revision=3742
2005-07-13* Make the grep call optional.Eelco Dolstra1-2/+3
svn path=/nixpkgs/trunk/; revision=3330
2005-04-29* In `all-packages.nix': use the current system as default for theEelco Dolstra1-0/+4
`system' argument. This is so that importers of Nixpkgs don't have to specify a system explicitly anymore. svn path=/nixpkgs/trunk/; revision=2938
2005-04-22* GCC 4.0.0 added (though it's not used for anything yet).Eelco Dolstra1-0/+3
svn path=/nixpkgs/trunk/; revision=2878
2005-04-11* Evacuate tarballs.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=2527
2005-04-11* NEWS.Eelco Dolstra1-2/+0
svn path=/nixpkgs/trunk/; revision=2521
2005-03-22security tools in ./tools/securityArmijn Hemel1-0/+3
svn path=/nixpkgs/trunk/; revision=2437
2005-03-21* Mac needs Unzip 5.52.Eelco Dolstra1-0/+2
svn path=/nixpkgs/trunk/; revision=2434
2005-03-14* Merge r2396.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=2397