summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* AUFS2 utilitiesMichael Raskin2009-09-15
| | | | svn path=/nixpkgs/trunk/; revision=17147
* Update Nginx because of a vulnerabilityMichael Raskin2009-09-15
| | | | svn path=/nixpkgs/trunk/; revision=17146
* Handles cases where developers ""cannot"" put their initial modules inNicolas Pierron2009-09-15
| | | | | | | | | | | | other files. Imports of imported attribute set are not working anymore because this feature is hard to maintain and because this a potential source of error. Imports are only accepted inside named modules where the system has some control over mutual inclusion. svn path=/nixpkgs/trunk/; revision=17144
* Add a version of Zen kernel with Con Kolivas' BFS schedulerMichael Raskin2009-09-14
| | | | svn path=/nixpkgs/trunk/; revision=17142
* Fix NixOS evaluation. As I understand, configuration gets added to the list ↵Michael Raskin2009-09-14
| | | | | | of modules as an attrSet (not as a file name). Just add a trivial check to passthrough such modules. svn path=/nixpkgs/trunk/; revision=17116
* Adding kermit.Lluís Batlle i Rossell2009-09-14
| | | | svn path=/nixpkgs/trunk/; revision=17114
* Give up on aufs2 for nowMichael Raskin2009-09-14
| | | | svn path=/nixpkgs/trunk/; revision=17112
* * Fix for building Perl 5.8 on newer kernel headers. We still needEelco Dolstra2009-09-14
| | | | | | Perl 5.8 for old GHCs. svn path=/nixpkgs/trunk/; revision=17111
* Fix more problems with aufs2Michael Raskin2009-09-14
| | | | svn path=/nixpkgs/trunk/; revision=17110
* split moduleClosure in two parts:Nicolas Pierron2009-09-14
| | | | | | | | | | | | | | | | | | | | | | | * unifyModuleSyntax: handle all kind of module syntax to convert them into a module which has the following form: { imports = [ <paths> ]; options = <attribute set of options declarations>; config = <attribute set (with properties) of option definitions>; } This function assume that there is at most one imported attribute set which correspond to option declarations. * moduleClosure: handle a list of module's paths which are converted with the previous function to do the closure of the imports with the function lazyGenericClosure (which does the same as builtins.genericClosure except that it doesn't evaluate the content of modules). The "key" and "paths" attributes are left to be used as debug information in futur implementation(s). svn path=/nixpkgs/trunk/; revision=17108
* Version bumps for a number of Haskell packages.Andres Löh2009-09-14
| | | | svn path=/nixpkgs/trunk/; revision=17107
* Turn off more debug options not needed by defaultMichael Raskin2009-09-13
| | | | svn path=/nixpkgs/trunk/; revision=17103
* Removing more debugging options from default 2.6.31 configMichael Raskin2009-09-13
| | | | svn path=/nixpkgs/trunk/; revision=17101
* Updating XMoto (and adding some functionality to upstream tracking system)Michael Raskin2009-09-13
| | | | svn path=/nixpkgs/trunk/; revision=17100
* * Firefox 3.5.3.Eelco Dolstra2009-09-13
| | | | svn path=/nixpkgs/trunk/; revision=17098
* * Thunderbird 2.0.0.23 doesn't compile, but 2.0.0.22 does.Eelco Dolstra2009-09-13
| | | | svn path=/nixpkgs/trunk/; revision=17097
* svn path=/nixpkgs/trunk/; revision=17096Eelco Dolstra2009-09-13
|
* Change some options most different from mainline to build a probably ↵Michael Raskin2009-09-13
| | | | | | bootable kernel svn path=/nixpkgs/trunk/; revision=17095
* Remove option stopping 2.6.31 from bootingMichael Raskin2009-09-13
| | | | svn path=/nixpkgs/trunk/; revision=17094
* 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
* * qt-4 -> qt-4.4.Eelco Dolstra2009-09-13
| | | | | | * kde-4.2 shouldn't depend on poppler built with qt 4.5. svn path=/nixpkgs/trunk/; revision=17084
* svn path=/nixpkgs/trunk/; revision=17083Eelco Dolstra2009-09-13
|
* svn path=/nixpkgs/trunk/; revision=17081Eelco Dolstra2009-09-13
|
* * Fix the aufs2 build (hopefully).Eelco Dolstra2009-09-13
| | | | svn path=/nixpkgs/trunk/; revision=17080
* commenting Eclipse - use the new eclipseRunner insteadMarc Weber2009-09-13
| | | | svn path=/nixpkgs/trunk/; revision=17079
* thinking rock updateMarc Weber2009-09-13
| | | | svn path=/nixpkgs/trunk/; revision=17078
* adding netsurf browser. No JavaScript yetMarc Weber2009-09-13
| | | | svn path=/nixpkgs/trunk/; revision=17077
* adding haru pdf libMarc Weber2009-09-13
| | | | svn path=/nixpkgs/trunk/; revision=17076
* adding libmngMarc Weber2009-09-13
| | | | svn path=/nixpkgs/trunk/; revision=17075
* GNU IceCat 3.5.3.Ludovic Courtès2009-09-12
| | | | svn path=/nixpkgs/trunk/; revision=17073
* Mailutils: Restrict to GNU platforms.Ludovic Courtès2009-09-12
| | | | svn path=/nixpkgs/trunk/; revision=17072
* Mailutils: Add home page.Ludovic Courtès2009-09-12
| | | | svn path=/nixpkgs/trunk/; revision=17071
* Try to build Mailutils everywhere.Ludovic Courtès2009-09-12
| | | | svn path=/nixpkgs/trunk/; revision=17070
* Add `gnu' as an alias for `linux'.Ludovic Courtès2009-09-12
| | | | | | | | The rationale is that usually applications don't care about the kernel but rather about the C library, tool chain, and standard utilities, which are GNU, not Linux. svn path=/nixpkgs/trunk/; revision=17069
* Fixing a typoMichael Raskin2009-09-12
| | | | svn path=/nixpkgs/trunk/; revision=17067
* Building 2.6.31Michael Raskin2009-09-12
| | | | svn path=/nixpkgs/trunk/; revision=17066
* Adding 2.6.31 kernel and trying to generate config for it without manual ↵Michael Raskin2009-09-12
| | | | | | operations svn path=/nixpkgs/trunk/; revision=17065
* Trying to reconfigure kernel to bootMichael Raskin2009-09-12
| | | | svn path=/nixpkgs/trunk/; revision=17064
* KQemu needs perl to buildMichael Raskin2009-09-12
| | | | svn path=/nixpkgs/trunk/; revision=17063
* Removing sqliteargument for tb2Michael Raskin2009-09-12
| | | | svn path=/nixpkgs/trunk/; revision=17062
* Temporarily (?) reverting Thunderbird update because updated version failed ↵Michael Raskin2009-09-12
| | | | | | to build for ununderstandable reasons svn path=/nixpkgs/trunk/; revision=17061
* Try harder to forcefeed sqlite3 into the build processMichael Raskin2009-09-11
| | | | svn path=/nixpkgs/trunk/; revision=17060
* Fix typoMichael Raskin2009-09-11
| | | | svn path=/nixpkgs/trunk/; revision=17059
* Thunderbird seems to need SQLite3 in a half-explicit wayMichael Raskin2009-09-11
| | | | svn path=/nixpkgs/trunk/; revision=17058
* Fix typoMichael Raskin2009-09-11
| | | | svn path=/nixpkgs/trunk/; revision=17057
* Add matching kernelPackages for Zen Linux KernelMichael Raskin2009-09-11
| | | | svn path=/nixpkgs/trunk/; revision=17056
* Added marble support to kdeplasma-addonsSander van der Burg2009-09-11
| | | | svn path=/nixpkgs/trunk/; revision=17055
* Added XPlanet support to kdeedu-4.3.1, not that is an essential feature but ↵Sander van der Burg2009-09-11
| | | | | | it looks cool :-) svn path=/nixpkgs/trunk/; revision=17054
* Fix kernel configuration editing script snippetsMichael Raskin2009-09-11
| | | | svn path=/nixpkgs/trunk/; revision=17053