Michael Raskin
5c2fbcacd1
Update Nginx because of a vulnerability
...
svn path=/nixpkgs/trunk/; revision=17146
2009-09-15 07:05:32 +00:00
Nicolas Pierron
37ce2ca949
Handles cases where developers ""cannot"" put their initial modules in
...
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
2009-09-15 00:21:39 +00:00
Michael Raskin
a593492d4f
Add a version of Zen kernel with Con Kolivas' BFS scheduler
...
svn path=/nixpkgs/trunk/; revision=17142
2009-09-14 21:56:31 +00:00
Michael Raskin
b98b622ef0
Fix NixOS evaluation. As I understand, configuration gets added to the list 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
2009-09-14 20:10:41 +00:00
Lluís Batlle i Rossell
da09a4e950
Adding kermit.
...
svn path=/nixpkgs/trunk/; revision=17114
2009-09-14 18:50:17 +00:00
Michael Raskin
b1dd203499
Give up on aufs2 for now
...
svn path=/nixpkgs/trunk/; revision=17112
2009-09-14 14:23:22 +00:00
Eelco Dolstra
23ece2e968
* Fix for building Perl 5.8 on newer kernel headers. We still need
...
Perl 5.8 for old GHCs.
svn path=/nixpkgs/trunk/; revision=17111
2009-09-14 13:31:26 +00:00
Michael Raskin
5ea58c412e
Fix more problems with aufs2
...
svn path=/nixpkgs/trunk/; revision=17110
2009-09-14 13:30:33 +00:00
Nicolas Pierron
1557cfd0c6
split moduleClosure in two parts:
...
* 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
2009-09-14 13:19:00 +00:00
Andres Löh
5b20a89f11
Version bumps for a number of Haskell packages.
...
svn path=/nixpkgs/trunk/; revision=17107
2009-09-14 08:35:39 +00:00
Michael Raskin
f4162c9716
Turn off more debug options not needed by default
...
svn path=/nixpkgs/trunk/; revision=17103
2009-09-13 20:22:37 +00:00
Michael Raskin
a8fa3e9cc9
Removing more debugging options from default 2.6.31 config
...
svn path=/nixpkgs/trunk/; revision=17101
2009-09-13 20:10:19 +00:00
Michael Raskin
125600079d
Updating XMoto (and adding some functionality to upstream tracking system)
...
svn path=/nixpkgs/trunk/; revision=17100
2009-09-13 18:31:33 +00:00
Eelco Dolstra
00343dac28
* Firefox 3.5.3.
...
svn path=/nixpkgs/trunk/; revision=17098
2009-09-13 18:17:44 +00:00
Eelco Dolstra
538fd39f44
* Thunderbird 2.0.0.23 doesn't compile, but 2.0.0.22 does.
...
svn path=/nixpkgs/trunk/; revision=17097
2009-09-13 18:07:10 +00:00
Eelco Dolstra
03c8eb97fb
svn path=/nixpkgs/trunk/; revision=17096
2009-09-13 16:40:36 +00:00
Michael Raskin
5d3b1a1b07
Change some options most different from mainline to build a probably bootable kernel
...
svn path=/nixpkgs/trunk/; revision=17095
2009-09-13 16:37:17 +00:00
Michael Raskin
01063c854b
Remove option stopping 2.6.31 from booting
...
svn path=/nixpkgs/trunk/; revision=17094
2009-09-13 16:24:44 +00:00
Eelco Dolstra
5d0b5d06e9
* qt-4 -> qt-4.4.
...
* kde-4.2 shouldn't depend on poppler built with qt 4.5.
svn path=/nixpkgs/trunk/; revision=17084
2009-09-13 11:04:54 +00:00
Eelco Dolstra
a54fc7e7f7
svn path=/nixpkgs/trunk/; revision=17083
2009-09-13 10:54:47 +00:00
Eelco Dolstra
b6a5b7267e
svn path=/nixpkgs/trunk/; revision=17081
2009-09-13 10:45:16 +00:00
Eelco Dolstra
eb6f32c9cb
* Fix the aufs2 build (hopefully).
...
svn path=/nixpkgs/trunk/; revision=17080
2009-09-13 10:25:58 +00:00
Marc Weber
c8ee5671cb
commenting Eclipse - use the new eclipseRunner instead
...
svn path=/nixpkgs/trunk/; revision=17079
2009-09-13 08:54:55 +00:00
Marc Weber
8fabb58eee
thinking rock update
...
svn path=/nixpkgs/trunk/; revision=17078
2009-09-13 08:54:50 +00:00
Marc Weber
5478df996a
adding netsurf browser. No JavaScript yet
...
svn path=/nixpkgs/trunk/; revision=17077
2009-09-13 08:54:47 +00:00
Marc Weber
dee4d93757
adding haru pdf lib
...
svn path=/nixpkgs/trunk/; revision=17076
2009-09-13 08:54:44 +00:00
Marc Weber
8b8b058662
adding libmng
...
svn path=/nixpkgs/trunk/; revision=17075
2009-09-13 08:54:41 +00:00
Ludovic Courtès
5d459c6465
GNU IceCat 3.5.3.
...
svn path=/nixpkgs/trunk/; revision=17073
2009-09-12 21:19:01 +00:00
Ludovic Courtès
f9a44eb4aa
Mailutils: Restrict to GNU platforms.
...
svn path=/nixpkgs/trunk/; revision=17072
2009-09-12 20:53:21 +00:00
Ludovic Courtès
e94e1de693
Mailutils: Add home page.
...
svn path=/nixpkgs/trunk/; revision=17071
2009-09-12 19:54:08 +00:00
Ludovic Courtès
a6ab726b0f
Try to build Mailutils everywhere.
...
svn path=/nixpkgs/trunk/; revision=17070
2009-09-12 18:47:34 +00:00
Ludovic Courtès
b7fa5f13c9
Add gnu' as an alias for
linux'.
...
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
2009-09-12 18:46:04 +00:00
Michael Raskin
0462878b22
Fixing a typo
...
svn path=/nixpkgs/trunk/; revision=17067
2009-09-12 07:33:55 +00:00
Michael Raskin
b7d9689224
Building 2.6.31
...
svn path=/nixpkgs/trunk/; revision=17066
2009-09-12 07:13:58 +00:00
Michael Raskin
a5023cf381
Adding 2.6.31 kernel and trying to generate config for it without manual operations
...
svn path=/nixpkgs/trunk/; revision=17065
2009-09-12 07:13:20 +00:00
Michael Raskin
11de02585a
Trying to reconfigure kernel to boot
...
svn path=/nixpkgs/trunk/; revision=17064
2009-09-12 06:59:44 +00:00
Michael Raskin
b3281f994f
KQemu needs perl to build
...
svn path=/nixpkgs/trunk/; revision=17063
2009-09-12 06:11:21 +00:00
Michael Raskin
3557e1c843
Removing sqliteargument for tb2
...
svn path=/nixpkgs/trunk/; revision=17062
2009-09-12 05:53:25 +00:00
Michael Raskin
7c38144378
Temporarily (?) reverting Thunderbird update because updated version failed to build for ununderstandable reasons
...
svn path=/nixpkgs/trunk/; revision=17061
2009-09-12 05:36:07 +00:00
Michael Raskin
37cbc33a6e
Try harder to forcefeed sqlite3 into the build process
...
svn path=/nixpkgs/trunk/; revision=17060
2009-09-11 20:10:55 +00:00
Michael Raskin
a497fc4d6f
Fix typo
...
svn path=/nixpkgs/trunk/; revision=17059
2009-09-11 19:34:03 +00:00
Michael Raskin
fdf28e4074
Thunderbird seems to need SQLite3 in a half-explicit way
...
svn path=/nixpkgs/trunk/; revision=17058
2009-09-11 19:28:12 +00:00
Michael Raskin
da94aa680b
Fix typo
...
svn path=/nixpkgs/trunk/; revision=17057
2009-09-11 18:55:14 +00:00
Michael Raskin
03a9137114
Add matching kernelPackages for Zen Linux Kernel
...
svn path=/nixpkgs/trunk/; revision=17056
2009-09-11 15:55:52 +00:00
Sander van der Burg
9612c02ad7
Added marble support to kdeplasma-addons
...
svn path=/nixpkgs/trunk/; revision=17055
2009-09-11 14:46:39 +00:00
Sander van der Burg
cdfc752210
Added XPlanet support to kdeedu-4.3.1, not that is an essential feature but it looks cool :-)
...
svn path=/nixpkgs/trunk/; revision=17054
2009-09-11 14:06:51 +00:00
Michael Raskin
7cc0f07690
Fix kernel configuration editing script snippets
...
svn path=/nixpkgs/trunk/; revision=17053
2009-09-11 13:59:32 +00:00
Michael Raskin
e1faa9650d
Remove non-existant gnuplotX
...
svn path=/nixpkgs/trunk/; revision=17052
2009-09-11 13:58:19 +00:00
Michael Raskin
ec57ec6d6f
Disable IMA because of conflict with aufs
...
svn path=/nixpkgs/trunk/; revision=17051
2009-09-11 13:50:40 +00:00
Michael Raskin
491255bbb3
Trying to add Zen Linux Kernel
...
svn path=/nixpkgs/trunk/; revision=17050
2009-09-11 13:16:18 +00:00