Yury G. Kudryashov
6ee7628a19
Oops.. Forgotten ';'
...
svn path=/nixpkgs/trunk/; revision=23627
2010-09-03 18:55:36 +00:00
Yury G. Kudryashov
8312b2e5b9
Move kdeutils components into kdeutils. prefix
...
Now one can use lib.attrValues kde45.kdeutils to install full kdeutils.
svn path=/nixpkgs/trunk/; revision=23626
2010-09-03 17:41:00 +00:00
Yury G. Kudryashov
aa7164d7de
Add grantlee
...
svn path=/nixpkgs/trunk/; revision=23625
2010-09-03 17:40:55 +00:00
Yury G. Kudryashov
83dac52cc9
qt-4.7.0-rc1
...
svn path=/nixpkgs/trunk/; revision=23624
2010-09-03 17:40:49 +00:00
Yury G. Kudryashov
2c31d81cdb
kdelibs-4.5.1
...
svn path=/nixpkgs/trunk/; revision=23623
2010-09-03 17:40:45 +00:00
Yury G. Kudryashov
b11040eb38
oxygen-icons-4.5.1
...
svn path=/nixpkgs/trunk/; revision=23622
2010-09-03 17:40:29 +00:00
Eelco Dolstra
9b22cac306
* Fix the nvi URL.
...
svn path=/nixpkgs/trunk/; revision=23621
2010-09-03 15:32:40 +00:00
Marco Maggesi
1df4ff6aae
Remove configure file for OCaml 3.09.1 which is not used anymore.
...
svn path=/nixpkgs/trunk/; revision=23619
2010-09-03 14:05:49 +00:00
Marco Maggesi
b508e9445b
Include directory for OCaml's C headers.
...
Make an include directory and symlinks ocaml's C header files into
that directory. By having an include directory it is automatically
propogated as to NIX_CFLAGS_COMPILE for anyone who uses ocaml as a
build input.
(Proposed on the mailing list by Russell O'Connor.)
svn path=/nixpkgs/trunk/; revision=23618
2010-09-03 13:48:35 +00:00
Eelco Dolstra
2c424208f9
* man-pages 3.25.
...
svn path=/nixpkgs/trunk/; revision=23617
2010-09-03 13:21:38 +00:00
Peter Simons
4be79671b4
pkgs/development/python-modules/pygobject: ensure that python code can be found
...
svn path=/nixpkgs/trunk/; revision=23616
2010-09-03 13:18:38 +00:00
Eelco Dolstra
3cfc942bdc
* Added a function `applyGlobalOverrides' to return Nixpkgs with the
...
specified overrides applied. This does the same as the
`packageOverrides' attribute in ~/.nixpkgs/config.nix, but can be
used within all-packages.nix to do a "deep" override for some
specific package. For instance, to build Thunderbird with an older
version of Glib, you can say:
thunderbird3 =
let
pkgs = applyGlobalOverrides (pkgsOrig:
{ gtkLibs220 = pkgsOrig.gtkLibs220 //
{ glib = pkgsOrig.gtkLibs218.glib; };
});
in
pkgs.callPackage .../thunderbird/3.x.nix {
inherit (pkgs.gnome) libIDL;
};
Note that `pkgsFun' now has an argument `pkgs' to refer to its own
result.
* Moved callPackage etc. into pkgsFun so that it uses the right
overriden packages, if applicable. `defaultScope' isn't in the
result set because that causes nix-env to go into an apparently
infinite recursion.
* Dropped the optional pkgsOrig argument to ~/.nixpkgs/config.nix,
because it's probably not useful or used.
svn path=/nixpkgs/trunk/; revision=23613
2010-09-03 10:46:18 +00:00
Andres Löh
c51b2a8beb
Minor syntactic simplification.
...
svn path=/nixpkgs/trunk/; revision=23607
2010-09-03 07:16:57 +00:00
Andres Löh
e208e8ae76
Added HaRe, the Haskell Refactorer.
...
svn path=/nixpkgs/trunk/; revision=23599
2010-09-02 10:02:26 +00:00
Nicolas Pierron
5e4adf0e4b
Update oRTP (0.13.1 -> 0.16.3)
...
svn path=/nixpkgs/trunk/; revision=23595
2010-09-01 17:40:37 +00:00
Michael Raskin
797263abb9
Rolling back to latest known-good WebKit to check whether the build errors are because of other changes
...
svn path=/nixpkgs/trunk/; revision=23593
2010-09-01 11:18:39 +00:00
Michael Raskin
ee731b9a4d
Updating veracity
...
svn path=/nixpkgs/trunk/; revision=23590
2010-09-01 10:12:56 +00:00
Michael Raskin
26b3c63e32
Going further back with WebKit
...
svn path=/nixpkgs/trunk/; revision=23573
2010-09-01 08:32:59 +00:00
Michael Raskin
a33c1d2788
Stepping back roughly halfway to our previous version of Webkit
...
svn path=/nixpkgs/trunk/; revision=23572
2010-08-31 18:47:07 +00:00
Andres Löh
6609f91e61
Fixing Haskell Platform attribute names in release.nix.
...
svn path=/nixpkgs/trunk/; revision=23569
2010-08-31 15:54:08 +00:00
Michael Raskin
ed7f0ddfc3
Step back WebKit upgrade
...
svn path=/nixpkgs/trunk/; revision=23565
2010-08-31 14:20:44 +00:00
Eelco Dolstra
1d236b4dcc
svn path=/nixpkgs/trunk/; revision=23562
2010-08-31 13:18:12 +00:00
Michael Raskin
ca75f024ab
Update WebKit
...
svn path=/nixpkgs/trunk/; revision=23558
2010-08-31 11:51:40 +00:00
Andres Löh
fec5966932
Fix renamed argument problem.
...
svn path=/nixpkgs/trunk/; revision=23556
2010-08-31 10:40:28 +00:00
Michael Raskin
b7a15bae9f
Adding libosip - GNU SIP library
...
svn path=/nixpkgs/trunk/; revision=23555
2010-08-31 09:58:09 +00:00
Lluís Batlle i Rossell
6acc186e0e
Fixing the catalan locale for kicad (it had the wrong encoding written)
...
svn path=/nixpkgs/trunk/; revision=23554
2010-08-31 09:24:49 +00:00
Lluís Batlle i Rossell
aa86a0c4a2
Fixing kicad so it not only builds, but it also runs and finds the library of components.
...
svn path=/nixpkgs/trunk/; revision=23552
2010-08-31 08:19:28 +00:00
Andres Löh
e94147754c
Switching haskell-packages.nix to callPackage ...
...
svn path=/nixpkgs/trunk/; revision=23551
2010-08-30 17:10:21 +00:00
Andres Löh
d58a372ca2
Version bump for Haskell text library.
...
svn path=/nixpkgs/trunk/; revision=23542
2010-08-30 10:31:39 +00:00
Rob Vermaas
1776b95afe
added open-iscsi
...
svn path=/nixpkgs/trunk/; revision=23541
2010-08-30 09:40:44 +00:00
Rob Vermaas
f6e0a38226
added iscsitarget
...
svn path=/nixpkgs/trunk/; revision=23540
2010-08-30 09:15:27 +00:00
Eelco Dolstra
43ac966abb
* lsof 4.84, psmisc 22.12.
...
svn path=/nixpkgs/trunk/; revision=23537
2010-08-29 23:22:26 +00:00
Eelco Dolstra
73eb2ce265
svn path=/nixpkgs/trunk/; revision=23535
2010-08-29 22:45:14 +00:00
Eelco Dolstra
25555b48e0
svn path=/nixpkgs/trunk/; revision=23531
2010-08-29 22:00:33 +00:00
Eelco Dolstra
3cdc3c4abe
* Mark the VM builds as requiring KVM support.
...
svn path=/nixpkgs/trunk/; revision=23526
2010-08-29 21:27:06 +00:00
Yury G. Kudryashov
6473176133
Split kdeutils, adopt kdePackage
...
Also migrate existing kdePackage users to new API
svn path=/nixpkgs/trunk/; revision=23525
2010-08-29 21:20:38 +00:00
Eelco Dolstra
5e19006c1e
* Add mountall to the channel.
...
svn path=/nixpkgs/trunk/; revision=23523
2010-08-29 20:50:38 +00:00
Michael Raskin
d53af6407c
Fix changed patch hash (checked new page)
...
svn path=/nixpkgs/trunk/; revision=23522
2010-08-29 20:10:39 +00:00
Yury G. Kudryashov
aaeac7d5d7
Upgrade to system-config-printer-1.2.4
...
TODO: make it work with udev (add helpers to udev PATH etc.)
svn path=/nixpkgs/trunk/; revision=23520
2010-08-29 19:37:02 +00:00
Yury G. Kudryashov
0a28239504
Make pyqt-dbus work
...
svn path=/nixpkgs/trunk/; revision=23519
2010-08-29 19:36:54 +00:00
Lluís Batlle i Rossell
5994279104
The main id3v2 default.nix! I forgot it.
...
svn path=/nixpkgs/trunk/; revision=23518
2010-08-29 19:27:44 +00:00
Michael Raskin
3a0bf4d42d
Update wireshark
...
svn path=/nixpkgs/trunk/; revision=23516
2010-08-29 19:17:00 +00:00
Michael Raskin
faf4d8ca8d
Now AUFS2 has proper source for 2.6.35 and 2.6.32
...
svn path=/nixpkgs/trunk/; revision=23515
2010-08-29 18:31:51 +00:00
Lluís Batlle i Rossell
d570082ad7
Fixing id3v2 runtime error (allocation/free error)
...
svn path=/nixpkgs/trunk/; revision=23514
2010-08-29 15:56:11 +00:00
Lluís Batlle i Rossell
65e7754f51
Allowing abcde to make mp3. I had to add id3v2, and fix the id3lib build.
...
svn path=/nixpkgs/trunk/; revision=23513
2010-08-29 15:53:42 +00:00
Michael Raskin
89c3aed22e
Update AUFS2 to latest git for 2.6.35 - old version does not work with newer kernels
...
svn path=/nixpkgs/trunk/; revision=23511
2010-08-29 14:39:35 +00:00
Armijn Hemel
ccf724b8a8
d'oh! forgot "
...
svn path=/nixpkgs/trunk/; revision=23508
2010-08-29 13:49:58 +00:00
Armijn Hemel
fe7e41324c
update to 0.6.19, add meta information
...
svn path=/nixpkgs/trunk/; revision=23507
2010-08-29 13:47:59 +00:00
Armijn Hemel
733b2893a7
update to 2.4.10.1, add correct license
...
svn path=/nixpkgs/trunk/; revision=23506
2010-08-29 13:40:02 +00:00
Lluís Batlle i Rossell
66004ecba7
Update fuse and make wdfs build with the latest neon. neon026 does not build with the current
...
SSL. We should either remove neon026 or fix it.
svn path=/nixpkgs/trunk/; revision=23505
2010-08-29 12:27:41 +00:00
Michael Raskin
d5f6f72342
Enable AUFS2 patch
...
svn path=/nixpkgs/trunk/; revision=23499
2010-08-29 10:38:39 +00:00
Michael Raskin
a73c3a96e6
Correct patch for AUFS2 2.6.35.*
...
svn path=/nixpkgs/trunk/; revision=23498
2010-08-29 10:37:58 +00:00
Lluís Batlle i Rossell
ce73a758aa
Updating Warzone2100
...
svn path=/nixpkgs/trunk/; revision=23491
2010-08-29 09:43:56 +00:00
Lluís Batlle i Rossell
2377a46c8f
Adding the game Advanced Strategic Command.
...
I had to add an old version of libsigc++ for it.
svn path=/nixpkgs/trunk/; revision=23490
2010-08-29 09:43:46 +00:00
Lluís Batlle i Rossell
159474361c
Adding the game UFO: Alien Invasion.
...
svn path=/nixpkgs/trunk/; revision=23488
2010-08-29 00:45:29 +00:00
Lluís Batlle i Rossell
2ab5f25607
Updating 'tig' (for garbas@freenode)
...
svn path=/nixpkgs/trunk/; revision=23487
2010-08-28 14:10:49 +00:00
Eelco Dolstra
867707c07d
* Thunderbird 3.1.2.
...
svn path=/nixpkgs/trunk/; revision=23484
2010-08-27 14:32:58 +00:00
Eelco Dolstra
656bffd7e2
* SQLite 3.7.2.
...
svn path=/nixpkgs/trunk/; revision=23479
2010-08-27 11:08:29 +00:00
Eelco Dolstra
3f400cc2e3
* Latest kernels.
...
svn path=/nixpkgs/trunk/; revision=23476
2010-08-27 08:44:07 +00:00
Eelco Dolstra
1417d5f300
* Updated the Sqlite Nix.
...
svn path=/nixpkgs/trunk/; revision=23475
2010-08-27 08:43:51 +00:00
Rob Vermaas
fedbaa9d7a
remove pdfssa4met again, because it was added by accident
...
svn path=/nixpkgs/trunk/; revision=23474
2010-08-27 06:53:36 +00:00
Rob Vermaas
092ab39b1b
added rdflib, pdfssa4met python packages
...
svn path=/nixpkgs/trunk/; revision=23473
2010-08-27 06:32:49 +00:00
Lluís Batlle i Rossell
9884d381c0
Tell hydra to build the kernels 2.6.34 and 2.6.35
...
svn path=/nixpkgs/trunk/; revision=23472
2010-08-26 20:53:10 +00:00
Peter Simons
62021d80dc
pkgs/applications/editors/emacs-modes/maude: the "official" maude mode is crap; use the one from sourceforge instead
...
svn path=/nixpkgs/trunk/; revision=23471
2010-08-26 19:03:52 +00:00
Peter Simons
c1469fba93
pkgs/development/libraries/tecla: enable Hydra build on all platforms
...
svn path=/nixpkgs/trunk/; revision=23470
2010-08-26 18:43:37 +00:00
Peter Simons
b41eb608da
pkgs/development/libraries/buddy: enable Hydra build on all platforms
...
svn path=/nixpkgs/trunk/; revision=23469
2010-08-26 18:43:29 +00:00
Peter Simons
687c9ddb3e
pkgs/applications/editors/emacs-modes/maude: updated to version 2
...
svn path=/nixpkgs/trunk/; revision=23468
2010-08-26 18:19:19 +00:00
Peter Simons
91f20b6289
pkgs/development/interpreters/maude: updated to version 2.5
...
svn path=/nixpkgs/trunk/; revision=23467
2010-08-26 18:09:14 +00:00
Peter Simons
49c437a31e
pkgs/applications/science/math/maxima: use a correct license tag
...
Thanks, Ludovic.
svn path=/nixpkgs/trunk/; revision=23466
2010-08-26 17:57:14 +00:00
Eelco Dolstra
a9da4153c4
* Fix an infinite recursion in scons.
...
svn path=/nixpkgs/trunk/; revision=23464
2010-08-26 13:30:25 +00:00
Eelco Dolstra
6e0911c3cb
* Doh.
...
svn path=/nixpkgs/trunk/; revision=23463
2010-08-26 13:18:47 +00:00
Eelco Dolstra
fee41ba2fb
* Make sitecopy build against Neon 0.29.
...
svn path=/nixpkgs/trunk/; revision=23461
2010-08-26 13:09:52 +00:00
Peter Simons
a2aef1ab80
pkgs/top-level/python-packages.nix: pexpect doesn't have regression tests
...
svn path=/nixpkgs/trunk/; revision=23459
2010-08-26 12:52:43 +00:00
Peter Simons
25308dd098
pkgs/development/tools/build-managers/scons: updated to version 2.0.1
...
svn path=/nixpkgs/trunk/; revision=23457
2010-08-26 12:24:16 +00:00
Peter Simons
0bc62c5ad7
pkgs/top-level/all-packages.nix: wrap emacs23Packages in "recurseIntoAttrs" so that these packages are visible in nix-env
...
svn path=/nixpkgs/trunk/; revision=23456
2010-08-26 12:21:15 +00:00
Marco Maggesi
b7a84503f3
Update fossil to version 2010-08-23 22:24:16
...
svn path=/nixpkgs/trunk/; revision=23455
2010-08-26 12:10:58 +00:00
Peter Simons
3b94efffe5
pkgs/development/interpreters/python/2.5: removed obsolete python version 2.5
...
Python 2.5 is unused in nixpkgs -- 2.6 has been the default version for
quite a while.
svn path=/nixpkgs/trunk/; revision=23454
2010-08-26 12:09:42 +00:00
Peter Simons
098b763939
pkgs/applications/science/logic/prover9: fixed trivial syntax error
...
svn path=/nixpkgs/trunk/; revision=23453
2010-08-26 12:06:05 +00:00
Peter Simons
eb37b385f9
pkgs/top-level/python-packages.nix: added pexpect version 2.3
...
svn path=/nixpkgs/trunk/; revision=23452
2010-08-26 12:03:17 +00:00
Peter Simons
2c4c301c9b
pkgs/applications/science/math/wxmaxima: updated to version 0.8.6
...
svn path=/nixpkgs/trunk/; revision=23451
2010-08-26 11:53:17 +00:00
Peter Simons
83ae38861e
pkgs/applications/science/math/maxima: added license tag
...
svn path=/nixpkgs/trunk/; revision=23450
2010-08-26 11:51:10 +00:00
Peter Simons
88b126b9ca
pkgs/applications/science/math/maxima: build this package on Unix'ish platforms, but not on Windows
...
svn path=/nixpkgs/trunk/; revision=23449
2010-08-26 11:49:54 +00:00
Peter Simons
24e71fa8fc
pkgs/applications/science/math/maxima: updated to version 5.22.1
...
svn path=/nixpkgs/trunk/; revision=23448
2010-08-26 11:44:43 +00:00
Peter Simons
403938b004
pkgs/applications/science/logic/prover9: updated homepage and license
...
svn path=/nixpkgs/trunk/; revision=23447
2010-08-26 11:42:41 +00:00
Peter Simons
340d4a6ddd
pkgs/applications/science/logic/prover9: initial version
...
svn path=/nixpkgs/trunk/; revision=23446
2010-08-26 11:37:05 +00:00
Peter Simons
d25c8b5882
pkgs/top-level/all-packages.nix: stripped trailing whitespace
...
svn path=/nixpkgs/trunk/; revision=23444
2010-08-26 09:45:10 +00:00
Peter Simons
f79ba3cde3
pkgs/top-level/all-packages.nix: don't use getPkgConfig to configure Doxygen; use override instead
...
svn path=/nixpkgs/trunk/; revision=23443
2010-08-26 09:44:53 +00:00
Peter Simons
a51fc5c66d
pkgs/development/tools/documentation/doxygen: strip trailing whitespace
...
svn path=/nixpkgs/trunk/; revision=23442
2010-08-26 09:44:23 +00:00
Peter Simons
40c02f3cd6
pkgs/development/tools/documentation/doxygen: updated to version 1.7.1
...
svn path=/nixpkgs/trunk/; revision=23441
2010-08-26 09:43:30 +00:00
Peter Simons
9f26d6e101
pkgs/development/tools/documentation/doxygen: updated meta section for Hydra
...
Build doxygen on all Unix'ish platforms.
svn path=/nixpkgs/trunk/; revision=23440
2010-08-26 09:42:40 +00:00
Peter Simons
0b8f30aa8f
pkgs/tools/admin/tightvnc/builder.sh: drop trailing whitespace
...
svn path=/nixpkgs/trunk/; revision=23439
2010-08-26 09:42:05 +00:00
Peter Simons
7b9b8f9e2e
pkgs/tools/admin/tightvnc/default.nix: added meta section (plus various cosmetic changes)
...
svn path=/nixpkgs/trunk/; revision=23438
2010-08-26 09:41:22 +00:00
Peter Simons
d343d907a9
pkgs/tools/admin/tightvnc/builder.sh: install java classes to $out/share/tightvnc rather than $out/vnc
...
svn path=/nixpkgs/trunk/; revision=23437
2010-08-26 09:39:32 +00:00
Michael Raskin
4f6c18925d
Fix installation for updated E prover release
...
svn path=/nixpkgs/trunk/; revision=23435
2010-08-26 04:34:20 +00:00
Michael Raskin
05c7e81eaa
Move E prover to applications/science/logic
...
svn path=/nixpkgs/trunk/; revision=23434
2010-08-25 22:38:11 +00:00
Michael Raskin
091be03f65
Update E prover
...
svn path=/nixpkgs/trunk/; revision=23433
2010-08-25 22:23:55 +00:00
Eelco Dolstra
412bd09ec1
* OpenSSH 5.6.
...
svn path=/nixpkgs/trunk/; revision=23432
2010-08-25 21:12:36 +00:00
Peter Simons
970b3402e9
pkgs/applications/science/logic/hol: initial version
...
svn path=/nixpkgs/trunk/; revision=23430
2010-08-25 19:50:24 +00:00
Michael Raskin
9570117dc4
Make TeXLive-linkdir skip not try to wrap directories in libexec
...
svn path=/nixpkgs/trunk/; revision=23429
2010-08-25 19:31:23 +00:00
Rob Vermaas
9fa88c5291
added libxpdf and pdf2xml
...
svn path=/nixpkgs/trunk/; revision=23427
2010-08-25 14:25:51 +00:00
Andres Löh
907b921c61
Applied (with edits) the patch provided by James Cook to add the
...
Haskell fingertree library. Thanks for the contribution.
svn path=/nixpkgs/trunk/; revision=23424
2010-08-25 13:08:32 +00:00
Ludovic Courtès
821c95173f
libuuid: Add static cross-build for GNU/Hurd.
...
svn path=/nixpkgs/trunk/; revision=23419
2010-08-25 12:49:54 +00:00
Ludovic Courtès
a806414146
libuuid: Make cross-buildable for GNU/Hurd (needed by GNU Parted).
...
svn path=/nixpkgs/trunk/; revision=23415
2010-08-25 08:57:10 +00:00
Lluís Batlle i Rossell
02e4b5ffa4
Adding another nvidia legacy driver. (they have one more, '71').
...
I use their major numbers to distinguish.
They seem to do so in http://www.nvidia.com/object/unix.html .
svn path=/nixpkgs/trunk/; revision=23411
2010-08-24 21:56:47 +00:00
Lluís Batlle i Rossell
4ecebb6465
Updating xmoto
...
svn path=/nixpkgs/trunk/; revision=23409
2010-08-24 19:59:06 +00:00
Lluís Batlle i Rossell
03ccbe3f78
Adding a more-or-less working 'egoboo'. I'll update to a better expression after some
...
egoboo upstream work.
svn path=/nixpkgs/trunk/; revision=23408
2010-08-24 19:36:42 +00:00
Lluís Batlle i Rossell
66b325ebbd
Revert "Updating kipi-plugins"
...
I did not mean this to go upstream. This simple change was not enough.
svn path=/nixpkgs/trunk/; revision=23406
2010-08-24 18:12:43 +00:00
Lluís Batlle i Rossell
62f191bf6f
Updating kipi-plugins
...
svn path=/nixpkgs/trunk/; revision=23405
2010-08-24 17:40:40 +00:00
Lluís Batlle i Rossell
d5d2458003
Fixing the nvidia legacy driver builder. The legacy driver needs the old builder script.
...
svn path=/nixpkgs/trunk/; revision=23404
2010-08-24 17:40:00 +00:00
Lluís Batlle i Rossell
232ee1bd17
Updating nvidia legacy drivers
...
svn path=/nixpkgs/trunk/; revision=23403
2010-08-24 17:37:12 +00:00
Eelco Dolstra
b9f2f1dc46
* Zabbix 1.8.3.
...
svn path=/nixpkgs/trunk/; revision=23401
2010-08-24 15:18:06 +00:00
Michael Raskin
90603fd593
Update Midori
...
svn path=/nixpkgs/trunk/; revision=23397
2010-08-24 13:58:57 +00:00
Rob Vermaas
68a6fa773a
added seperate meta-environment packages, use callpackage for aterm28
...
svn path=/nixpkgs/trunk/; revision=23394
2010-08-24 13:20:55 +00:00
Lluís Batlle i Rossell
689b834242
Updating gtkwave
...
svn path=/nixpkgs/trunk/; revision=23391
2010-08-24 10:00:19 +00:00
Eelco Dolstra
8e73500282
* Gens/GS doesn't build on 64-bit systems.
...
svn path=/nixpkgs/trunk/; revision=23390
2010-08-24 09:57:57 +00:00
Eelco Dolstra
509fa794dd
* Linux 2.6.32.20, 2.6.27.52. This fixes the "scheduling while
...
atomic" regression.
svn path=/nixpkgs/trunk/; revision=23386
2010-08-24 09:01:48 +00:00
Lluís Batlle i Rossell
4d8eea0c6b
Updating the nvidia drivers
...
svn path=/nixpkgs/trunk/; revision=23385
2010-08-24 08:31:32 +00:00
Peter Simons
bb0e55c238
pkgs/development/compilers/urweb: correct mysql search paths
...
svn path=/nixpkgs/trunk/; revision=23384
2010-08-24 08:27:55 +00:00
Peter Simons
8b2437156b
Correct the output directory adding missing prefix "share".
...
svn path=/nixpkgs/trunk/; revision=23383
2010-08-24 08:26:48 +00:00
Peter Simons
14760d869b
Add Nix expression for Emacs mode htmlize.
...
svn path=/nixpkgs/trunk/; revision=23382
2010-08-24 08:25:51 +00:00
Peter Simons
ed19b4faf0
Add Nix expression for Ur/Web.
...
svn path=/nixpkgs/trunk/; revision=23381
2010-08-24 08:25:07 +00:00
Peter Simons
d64e59b56e
Patch libmhash to correct autotools config.h collision.
...
The autotools build was passing package generic parameters via config.h
in such a way as to generate name collisions with other autotool packages
using libmhash.
svn path=/nixpkgs/trunk/; revision=23380
2010-08-24 08:24:48 +00:00
Peter Simons
f101a46d19
Add libmhash, a cryptographic hash library.
...
Add Nix expression to package libmhash, a library providing a collection
of cryptographic hash algorithms.
svn path=/nixpkgs/trunk/; revision=23379
2010-08-24 08:24:33 +00:00
Peter Simons
f17a4cfbf9
Add package mlton, an optimizing compiler for Standard ML.
...
This commit packages mlton. Note that the documentation has not
been built or included.
svn path=/nixpkgs/trunk/; revision=23378
2010-08-24 08:23:16 +00:00
Eelco Dolstra
261a3eec35
* Added Gens/GS, a Mega Drive emulator.
...
svn path=/nixpkgs/trunk/; revision=23377
2010-08-23 20:28:14 +00:00
Michael Raskin
1d067af2ec
Update StumpWM
...
svn path=/nixpkgs/trunk/; revision=23374
2010-08-23 19:31:28 +00:00
Peter Simons
08244152cc
pkgs/development/interpreters/lua-5: overriding CFLAGS on the make command-line breaks the build
...
svn path=/nixpkgs/trunk/; revision=23367
2010-08-23 15:20:49 +00:00
Peter Simons
8170f3b73b
pkgs/development/interpreters/lua-5: FreeBSD can't handle "install -D"; use "ensureDir" instead
...
svn path=/nixpkgs/trunk/; revision=23366
2010-08-23 15:09:02 +00:00
Ludovic Courtès
8d6af9d471
GNU Gnash 0.8.8.
...
svn path=/nixpkgs/trunk/; revision=23365
2010-08-23 14:52:48 +00:00
Ludovic Courtès
6ffaf59086
GtkGLExt 1.2.0.
...
svn path=/nixpkgs/trunk/; revision=23364
2010-08-23 14:52:00 +00:00
Ludovic Courtès
3002aafcf3
Build GNU Nettle.
...
svn path=/nixpkgs/trunk/; revision=23363
2010-08-23 14:50:55 +00:00
Peter Simons
c50ae128d5
pkgs/development/interpreters/lua-5: added support for all Unix platforms
...
svn path=/nixpkgs/trunk/; revision=23362
2010-08-23 14:41:03 +00:00
Peter Simons
960323ec73
pkgs/stdenv/generic: cosmetic changes
...
svn path=/nixpkgs/trunk/; revision=23361
2010-08-23 14:40:37 +00:00
Peter Simons
eb9c20eaf3
pkgs/stdenv/generic: added stdenv attributes isFreeBSD, isOpenBSD, and isBSD
...
svn path=/nixpkgs/trunk/; revision=23360
2010-08-23 14:39:46 +00:00
Peter Simons
f79f257c88
pkgs/development/interpreters/lua-5: $makeFlags is not a list
...
svn path=/nixpkgs/trunk/; revision=23359
2010-08-23 14:29:26 +00:00
Peter Simons
a65aab0171
pkgs/development/interpreters/lua-5: cosmetic changes
...
svn path=/nixpkgs/trunk/; revision=23358
2010-08-23 14:27:33 +00:00
Peter Simons
d3a8a3f7d0
pkgs/development/interpreters/lua-5: added meta section to the expression
...
svn path=/nixpkgs/trunk/; revision=23357
2010-08-23 14:26:26 +00:00
Michael Raskin
fb24277ef2
Update Linux kernel to 2.6.35.3 - 2.6.35.2 has a few lockup regressions
...
svn path=/nixpkgs/trunk/; revision=23356
2010-08-23 11:49:17 +00:00
Eelco Dolstra
554b5f804a
* Added libcloud.
...
svn path=/nixpkgs/trunk/; revision=23355
2010-08-23 10:17:30 +00:00
Lluís Batlle i Rossell
53b8411c7a
Adding torcs
...
svn path=/nixpkgs/trunk/; revision=23354
2010-08-22 14:18:58 +00:00
Lluís Batlle i Rossell
397a10aba2
Adding Kicad
...
svn path=/nixpkgs/trunk/; revision=23352
2010-08-22 12:09:47 +00:00
Lluís Batlle i Rossell
5c8b4043ee
Adding espeak (and one of the libraries it needs, portaudio)
...
svn path=/nixpkgs/trunk/; revision=23351
2010-08-22 12:08:55 +00:00
Lluís Batlle i Rossell
f093c8fb18
Making the navipowm store some files in it's $out/share, needed to make it work.
...
Nevertheless it still looks for the ini file in the same directory as the executable.
svn path=/nixpkgs/trunk/; revision=23350
2010-08-22 12:07:50 +00:00
Lluís Batlle i Rossell
9558cf93c4
Updating 'navit' to the latest svn version
...
svn path=/nixpkgs/trunk/; revision=23349
2010-08-22 12:07:03 +00:00
Lluís Batlle i Rossell
63eaf8dd0f
Adding NaviPOWM (I don't know how to use it though)
...
svn path=/nixpkgs/trunk/; revision=23348
2010-08-22 12:04:03 +00:00
Lluís Batlle i Rossell
201d3ac791
Fixing the navit installation disabling the build of the sample map (so it does not have to
...
download anything at build time)
svn path=/nixpkgs/trunk/; revision=23347
2010-08-22 12:01:41 +00:00
Lluís Batlle i Rossell
86d5e94cda
Adding 'navit' (it still does not build because it wants to download maps)
...
svn path=/nixpkgs/trunk/; revision=23346
2010-08-22 11:33:57 +00:00
Yury G. Kudryashov
cbec86d7d1
Propagate gcc.libc in kdelibs-4.4
...
svn path=/nixpkgs/trunk/; revision=23344
2010-08-21 22:05:03 +00:00
Yury G. Kudryashov
3adcb12100
Fix evaluation error
...
svn path=/nixpkgs/trunk/; revision=23341
2010-08-21 20:20:34 +00:00
Yury G. Kudryashov
3537d94672
Move yakuake to pkgs
...
svn path=/nixpkgs/trunk/; revision=23331
2010-08-21 19:30:15 +00:00
Yury G. Kudryashov
682e4ae09e
Move konversation to pkgs
...
svn path=/nixpkgs/trunk/; revision=23330
2010-08-21 19:29:47 +00:00
Yury G. Kudryashov
608cde4f82
Explicit pkgs.prefix
...
svn path=/nixpkgs/trunk/; revision=23329
2010-08-21 19:27:31 +00:00
Yury G. Kudryashov
c3948239d7
Remove broken assert in sqlite backend code
...
svn path=/nixpkgs/trunk/; revision=23328
2010-08-21 19:25:44 +00:00
Michael Raskin
56fa59e819
Step WebKit further back
...
svn path=/nixpkgs/trunk/; revision=23309
2010-08-21 16:22:57 +00:00
Yury G. Kudryashov
8d7045e1ff
Disable fbcondecor patch - doesn't work with 2.6.35.2
...
svn path=/nixpkgs/trunk/; revision=23301
2010-08-21 09:56:01 +00:00
Michael Raskin
7dd07e5476
Call cleaner from the installation directory
...
svn path=/nixpkgs/trunk/; revision=23300
2010-08-21 07:28:47 +00:00
Michael Raskin
6bb40f5d08
Step back WebKit - latest nightly fails
...
svn path=/nixpkgs/trunk/; revision=23299
2010-08-21 07:13:18 +00:00
Michael Raskin
7b721c10ad
Update WebKit
...
svn path=/nixpkgs/trunk/; revision=23298
2010-08-21 06:13:02 +00:00
Michael Raskin
3039709cd6
Update the currently used autocallable template to make it usable with probable future autoupdater..
...
svn path=/nixpkgs/trunk/; revision=23297
2010-08-20 21:55:36 +00:00
Michael Raskin
b147842dce
Add nilfs-utils
...
svn path=/nixpkgs/trunk/; revision=23296
2010-08-20 21:53:43 +00:00
Michael Raskin
202cd08724
Looks like 2.6.35.2 commits a fix that breaks AUFS2
...
svn path=/nixpkgs/trunk/; revision=23295
2010-08-20 21:39:22 +00:00
Yury G. Kudryashov
44b5540bfd
More TODOs
...
svn path=/nixpkgs/trunk/; revision=23294
2010-08-20 21:37:56 +00:00
Yury G. Kudryashov
b97b22220f
kdebase-workspace: more dependencies, list TODO
...
svn path=/nixpkgs/trunk/; revision=23293
2010-08-20 21:36:56 +00:00
Yury G. Kudryashov
62ddc0e6df
Use tarball snapshot
...
svn:externals cause problems with fetchsvn.
svn path=/nixpkgs/trunk/; revision=23292
2010-08-20 21:36:11 +00:00
Michael Raskin
be17d69549
Fix problem in aufs2-35.patch
...
svn path=/nixpkgs/trunk/; revision=23291
2010-08-20 21:35:11 +00:00
Michael Raskin
2497cff295
Use AUFS2 patch for Linux 2_6_35
...
svn path=/nixpkgs/trunk/; revision=23289
2010-08-20 20:49:33 +00:00
Michael Raskin
d3d44dc6d3
Add AUFS patch for 2.6.35
...
svn path=/nixpkgs/trunk/; revision=23288
2010-08-20 20:46:12 +00:00
Yury G. Kudryashov
3beeb6611a
Use pkgs. in override, override qjson in kde-4.5
...
svn path=/nixpkgs/trunk/; revision=23287
2010-08-20 20:13:01 +00:00
Yury G. Kudryashov
10c5146a78
Add fbcondecor-2.6.35
...
svn path=/nixpkgs/trunk/; revision=23286
2010-08-20 20:12:03 +00:00
Yury G. Kudryashov
879baa7c58
MPlayer: various updates
...
1. Add pulseaudio and xsreensaver support
2. Use default arguments instead of custom args in all-packages.nix.
3. Remove ? null. callPackage passes all these args anyway.
4. Add binary codecs for non-i686 platforms. Have no video to test.
5. Use fetchsvn instead of gentoo-made snapshot.
svn path=/nixpkgs/trunk/; revision=23285
2010-08-20 20:09:22 +00:00
Ludovic Courtès
0ca823ff87
GNU Nettle 2.1.
...
svn path=/nixpkgs/trunk/; revision=23284
2010-08-20 18:40:35 +00:00
Eelco Dolstra
7dea1a0f4f
* Revert to 2.6.32.18 for now, because we get a lot of "BUG:
...
scheduling while atomic" errors
(e.g. http://hydra.nixos.org/build/568323/log/raw ). This might be
fixed by this patch: http://lkml.org/lkml/2010/8/6/672
svn path=/nixpkgs/trunk/; revision=23272
2010-08-20 13:13:26 +00:00
Eelco Dolstra
3be78e74fb
* Added xmlstarlet.
...
svn path=/nixpkgs/trunk/; revision=23271
2010-08-20 10:07:35 +00:00
Eelco Dolstra
2e230288bf
* Latest kernels.
...
svn path=/nixpkgs/trunk/; revision=23270
2010-08-20 09:29:10 +00:00
Eelco Dolstra
7120017365
* Add meta info to xpf.
...
svn path=/nixpkgs/trunk/; revision=23269
2010-08-20 09:18:53 +00:00
Rob Vermaas
544cb2a0c9
updated calibre to 0.7.14
...
svn path=/nixpkgs/trunk/; revision=23268
2010-08-20 09:07:35 +00:00
Eelco Dolstra
9d4feab5c5
* NixOS: use nixStable.
...
svn path=/nixpkgs/trunk/; revision=23267
2010-08-20 08:52:59 +00:00
Yury G. Kudryashov
6345fa2d1d
kdepim-runtime-4.4.92
...
svn path=/nixpkgs/trunk/; revision=23265
2010-08-19 22:57:09 +00:00
Yury G. Kudryashov
b16167a028
Add kdepim{,-runtime}-4.4.92 to manifest
...
svn path=/nixpkgs/trunk/; revision=23264
2010-08-19 22:56:06 +00:00
Yury G. Kudryashov
c7c210735d
Fix symlink. TODO: upstream fix
...
svn path=/nixpkgs/trunk/; revision=23263
2010-08-19 22:54:38 +00:00
Yury G. Kudryashov
9e4202d273
make makeOverridable noop for functions like a: b: c(a, b)
...
svn path=/nixpkgs/trunk/; revision=23262
2010-08-19 22:52:53 +00:00
Yury G. Kudryashov
e16427a899
Fix broken datadir in 4.5.0 as well
...
svn path=/nixpkgs/trunk/; revision=23261
2010-08-19 22:52:00 +00:00
Ludovic Courtès
c8b7ed425b
GNU Autoconf 2.67.
...
svn path=/nixpkgs/trunk/; revision=23260
2010-08-19 16:58:08 +00:00
Ludovic Courtès
1b56623a8a
GnuPG 2.0.16.
...
svn path=/nixpkgs/trunk/; revision=23259
2010-08-19 16:57:09 +00:00
Ludovic Courtès
82968aa583
GNU Parallel 20100722.
...
svn path=/nixpkgs/trunk/; revision=23258
2010-08-19 16:56:41 +00:00
Ludovic Courtès
d9e30eb4a4
GNU Rush 1.7.
...
svn path=/nixpkgs/trunk/; revision=23257
2010-08-19 16:55:51 +00:00
Ludovic Courtès
1f2cf89914
GNU Bison 2.4.3.
...
svn path=/nixpkgs/trunk/; revision=23256
2010-08-19 16:55:00 +00:00
Ludovic Courtès
b4cea12d6a
GnuTLS 2.10.1.
...
svn path=/nixpkgs/trunk/; revision=23255
2010-08-19 16:54:39 +00:00
Ludovic Courtès
b4f887b7fb
GNU Zile 2.3.19.
...
svn path=/nixpkgs/trunk/; revision=23254
2010-08-19 16:53:28 +00:00
Eelco Dolstra
e8f1c8a08a
* Check eval-release.nix.
...
svn path=/nixpkgs/trunk/; revision=23250
2010-08-19 14:33:44 +00:00
Rob Vermaas
cf336d9c1d
maven-build: use single target in stead of assembly to prevent test from being run twice
...
svn path=/nixpkgs/trunk/; revision=23249
2010-08-19 13:36:57 +00:00
Eelco Dolstra
1ac9dcd24d
* Fix eval-release.nix by testing whether all attributes of a
...
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
2010-08-19 12:37:10 +00:00
Rob Vermaas
12bfda97b8
maven-build: if surefire was run, generate html and add to result
...
svn path=/nixpkgs/trunk/; revision=23246
2010-08-19 12:24:14 +00:00
Eelco Dolstra
435ba71ac0
* Fix a "undefined variable `pyrex'" error that only happens on Nix
...
0.15, not 0.16.
svn path=/nixpkgs/trunk/; revision=23244
2010-08-19 09:55:50 +00:00
Rob Vermaas
105d0e540b
startSamba: reintroduce force user option set to current user
...
svn path=/nixpkgs/trunk/; revision=23242
2010-08-19 08:31:13 +00:00
Yury G. Kudryashov
2957f9cc11
Now packageOverrides = p: { kde4 = kde45; qt4 = qt47; } should work
...
svn path=/nixpkgs/trunk/; revision=23241
2010-08-18 23:04:21 +00:00
Yury G. Kudryashov
9c1a9c2c4b
Make qt47 more override-friendly
...
svn path=/nixpkgs/trunk/; revision=23240
2010-08-18 22:53:42 +00:00
Yury G. Kudryashov
59e4742a6a
kdepim-4.4.5: don't build kleopatra
...
It doesn't compile with new boost. If someone cares, find a patch in KDE SVN history.
svn path=/nixpkgs/trunk/; revision=23239
2010-08-18 22:52:59 +00:00
Yury G. Kudryashov
0b8bd11ce3
Add kdeadmin-4.5.0
...
svn path=/nixpkgs/trunk/; revision=23238
2010-08-18 18:58:53 +00:00
Yury G. Kudryashov
96edbab084
kdewebdev-4.5.0
...
svn path=/nixpkgs/trunk/; revision=23237
2010-08-18 18:58:02 +00:00