Eelco Dolstra
4407e6464f
* Remove the hard-coded reference to Python 2.6.
...
svn path=/nixpkgs/branches/modular-python/; revision=26676
2011-04-04 13:28:13 +00:00
Andres Löh
291df5f0c1
Added the RC of Haskell Platform 2011.2.0.1 ...
...
svn path=/nixpkgs/trunk/; revision=26674
2011-04-04 08:45:05 +00:00
Shea Levy
bec9352ae7
Use g++ -E as the C++ preprocessor
...
The problem with gnat46 not building was because gnatboot replaces the stdenv
gcc with the gnat45 gcc, so calling g++ directly as the C++ preprocessor fixes
this.
svn path=/nixpkgs/trunk/; revision=26671
2011-04-02 19:13:36 +00:00
Shea Levy
72a9ea5c5c
Only set the C++ preprocessor if C++ is enabled
...
svn path=/nixpkgs/trunk/; revision=26669
2011-04-02 16:09:09 +00:00
Shea Levy
ea7a559290
Add support for the new Go frontend to GCC 4.6.0.
...
This isn't as useful as it could be, since gcc-wrapper doesn't know about
the gccgo binary so there is no gccgo wrapper script. Since changing
gcc-wrapper would lead to a nearly full rebuild, I thing the change to
gcc-wrapper should go into stdenv-updates.
svn path=/nixpkgs/trunk/; revision=26668
2011-04-02 15:21:36 +00:00
Shea Levy
2b3d751095
Use install-strip when installing a stripped GCC 4.6
...
svn path=/nixpkgs/trunk/; revision=26652
2011-04-01 10:36:53 +00:00
Shea Levy
93d86b97f6
Merged in changes from stdenv-updates on gcc-4.5 into gcc-4.6
...
svn path=/nixpkgs/trunk/; revision=26650
2011-04-01 03:17:55 +00:00
Shea Levy
9ec8f9aefb
Add myself as a gcc-4.6 maintainer
...
svn path=/nixpkgs/trunk/; revision=26649
2011-04-01 00:25:39 +00:00
Andres Löh
e5da05349c
Updating Hakyll and dependencies.
...
Patch supplied by Vladimír Čunát. Thanks.
svn path=/nixpkgs/trunk/; revision=26648
2011-03-31 23:21:36 +00:00
Eelco Dolstra
8844b1545a
* Libvirt keeps state (such as information about running VMs) in
...
$(sysconfdir). So this needs to be /etc rather than $out/etc. No
wonder libvirt forgot about my VMs every time it got upgraded...
(I guess it should really be /var, but that's upstream's decision.)
svn path=/nixpkgs/branches/modular-python/; revision=26643
2011-03-31 22:09:07 +00:00
Shea Levy
9511b89ec1
Update to GCC 4.6.0:
...
* Modify the builder to not fail when a static library is in $out/libexec/gcc/*/*
* Disable libquadmath when building a static-only bootstrap of GCC, see http://gcc.gnu.org/ml/gcc/2011-03/msg00465.html
* Add handling for cloog if it is passed in in place of cloog-ppl
svn path=/nixpkgs/trunk/; revision=26639
2011-03-31 21:51:39 +00:00
Shea Levy
4940efa008
Modify update-gcc.sh to allow it to work with gpg2 as well as gpg
...
svn path=/nixpkgs/trunk/; revision=26638
2011-03-31 21:47:03 +00:00
Shea Levy
6c033b18ee
Initial copy of gcc-4.5 to gcc-4.6
...
svn path=/nixpkgs/trunk/; revision=26637
2011-03-31 21:44:55 +00:00
Shea Levy
812e7c93ee
Add ppl version 0.11, necessary for Graphite optimizations in GCC 4.6.0
...
svn path=/nixpkgs/trunk/; revision=26636
2011-03-31 21:32:01 +00:00
Shea Levy
8002302a31
Add CLooG, an alternative to CLooG-PPL based on the integer set library, an optional dependency for GCC 4.6.0
...
svn path=/nixpkgs/trunk/; revision=26635
2011-03-31 21:25:08 +00:00
Shea Levy
bc6ee5020d
Add isl, the integer set library (needed for cloog, an optional dependency for GCC 4.6.0)
...
svn path=/nixpkgs/trunk/; revision=26633
2011-03-31 21:19:39 +00:00
Eelco Dolstra
2cf4ac9c33
* libvirt updated to 0.9.0rc2. Nova likes this one better.
...
svn path=/nixpkgs/branches/modular-python/; revision=26627
2011-03-31 13:20:49 +00:00
Eelco Dolstra
4585c62aec
* Erlang updated to R14B02.
...
svn path=/nixpkgs/branches/modular-python/; revision=26619
2011-03-31 08:44:11 +00:00
Lluís Batlle i Rossell
627812ffbb
Adding Rigs of Rods.
...
Basically it builds, but I still don't know how to run it. I imagine the
installPhase is still too poor, but it's better than nothing.
I also added two mygui versions. That stable, and that required by Rigs of Roads (svn).
svn path=/nixpkgs/trunk/; revision=26618
2011-03-30 22:08:33 +00:00
Lluís Batlle i Rossell
48748dedcb
Adding the rally game Trigger. As a side effect, I add jam.
...
svn path=/nixpkgs/trunk/; revision=26615
2011-03-30 18:45:11 +00:00
Eelco Dolstra
69b974bda6
* Generic Python builder: support preCheck and postCheck.
...
svn path=/nixpkgs/branches/modular-python/; revision=26602
2011-03-30 12:27:04 +00:00
Eelco Dolstra
353d450867
* wrapPythonPrograms: don't hard-code the Python library prefix.
...
svn path=/nixpkgs/branches/modular-python/; revision=26594
2011-03-29 15:19:59 +00:00
Eelco Dolstra
11b67ccee5
* Move buildPythonPackage and setuptools into python-packages.nix.
...
This ensures that they're built with the same "python" argument.
svn path=/nixpkgs/branches/modular-python/; revision=26593
2011-03-29 15:02:15 +00:00
Andres Löh
3ae597033d
Added tuple and OneTuple.
...
svn path=/nixpkgs/trunk/; revision=26592
2011-03-29 14:17:19 +00:00
Andres Löh
f9c356ad17
Adding ghc-7.0.3.
...
svn path=/nixpkgs/trunk/; revision=26588
2011-03-28 21:33:21 +00:00
Eelco Dolstra
1439ae44be
* Sync with the trunk.
...
svn path=/nixpkgs/branches/modular-python/; revision=26586
2011-03-28 20:22:30 +00:00
Lluís Batlle i Rossell
497fc7bb94
Making btanks work (and adding smpeg).
...
svn path=/nixpkgs/trunk/; revision=26585
2011-03-28 18:58:49 +00:00
Eelco Dolstra
968496e69b
* wrapPythonPrograms: rewrite the common "#! .../env python" idiom to
...
"#! .../python".
svn path=/nixpkgs/branches/modular-python/; revision=26583
2011-03-28 17:19:27 +00:00
Eelco Dolstra
47adaa80e3
* Move the wrapPythonPrograms function into a separate setup hook
...
(wrapPython).
svn path=/nixpkgs/branches/modular-python/; revision=26580
2011-03-28 16:33:33 +00:00
Lluís Batlle i Rossell
655a9ea9c3
Adding the racing videogame VDrift.
...
I added the asio library as a side effect.
svn path=/nixpkgs/trunk/; revision=26575
2011-03-28 16:08:21 +00:00
Lluís Batlle i Rossell
97182f0bcb
Making SDL_gfx and SDL_image find the SDL headers, by a postInstall patch.
...
They expected to sit in the same directory as the SDL headers.
svn path=/nixpkgs/trunk/; revision=26574
2011-03-28 16:08:17 +00:00
Eelco Dolstra
120d1757fe
* buildPythonPackage: added an argument `pythonPath' to specify Python
...
dependencies that are *not* propagated to the user environment
(as opposed to `propagatedBuildInputs'). For instance, if you
install `iotop', you typically don't want its Python dependencies
polluting the user environment.
* buildPythonPackage: some cleanup (e.g. use function argument
defaults instead of `if attrs ? foo then attrs.foo else []').
svn path=/nixpkgs/branches/modular-python/; revision=26571
2011-03-28 15:30:48 +00:00
Andres Löh
b18dd91057
Removing trailing whitespace.
...
svn path=/nixpkgs/trunk/; revision=26570
2011-03-28 15:04:00 +00:00
Andres Löh
127a2fc8e0
Added random-fu plus dependencies.
...
(Unfortunately doesn't compile yet with ghc-7.)
svn path=/nixpkgs/trunk/; revision=26569
2011-03-28 15:03:51 +00:00
Ludovic Courtès
ed10cda58d
Guile-Lib 0.2.0.
...
svn path=/nixpkgs/trunk/; revision=26563
2011-03-28 12:05:17 +00:00
Ludovic Courtès
b56430e7c0
MPC is now a GNU project.
...
svn path=/nixpkgs/trunk/; revision=26562
2011-03-28 12:04:59 +00:00
Eelco Dolstra
d449c4db98
* Remove Python 2.6, since the only remaining package that used it
...
(Calibre) also works with 2.7.
svn path=/nixpkgs/branches/modular-python/; revision=26561
2011-03-28 11:50:47 +00:00
Lluís Batlle i Rossell
5142fda2bf
Updating freeimage.
...
svn path=/nixpkgs/trunk/; revision=26560
2011-03-28 10:22:55 +00:00
Eelco Dolstra
8ca5d5d8b6
* Move python/2.7/modules.nix into python/2.7/default.nix. Also
...
remove the pythonModules attribute. The built-in modules are now
accessible as (e.g.) "python.modules.ssl" or "pythonPackages.ssl".
svn path=/nixpkgs/branches/modular-python/; revision=26559
2011-03-28 09:48:57 +00:00
Michael Raskin
1233bbb9fa
Adding PicoLisp
...
svn path=/nixpkgs/trunk/; revision=26558
2011-03-28 08:16:15 +00:00
Lluís Batlle i Rossell
20ef19e1d2
Updating enet
...
svn path=/nixpkgs/trunk/; revision=26546
2011-03-27 14:07:38 +00:00
Russell O'Connor
72124a0aa9
Bitcoin.
...
svn path=/nixpkgs/trunk/; revision=26544
2011-03-27 06:44:34 +00:00
Evgeny Egorochkin
836b0d259d
ustr: packaged
...
svn path=/nixpkgs/trunk/; revision=26540
2011-03-27 04:46:05 +00:00
Evgeny Egorochkin
9f7e3964d4
taglib: version bump
...
svn path=/nixpkgs/trunk/; revision=26533
2011-03-26 18:23:30 +00:00
Karn Kallio
f477fe9d3d
Update libssh version to latest release 0.4.8
...
svn path=/nixpkgs/trunk/; revision=26519
2011-03-25 23:14:01 +00:00
Lluís Batlle i Rossell
ef57b57b92
Adding two NES emulators.
...
Because of them, I made allegro build the allegrogl library.
I also added the HawkNL library.
svn path=/nixpkgs/trunk/; revision=26517
2011-03-25 22:15:48 +00:00
Karn Kallio
9eb80e4f94
URL to libssh has changed.
...
svn path=/nixpkgs/trunk/; revision=26516
2011-03-25 15:27:30 +00:00
Peter Simons
cec39fe1a8
ghc-7.0.2: moved 'homepage' setting into the meta section
...
svn path=/nixpkgs/trunk/; revision=26514
2011-03-25 12:55:42 +00:00
Peter Simons
b579f4fd5c
ghc-7.0.2: fix build on Darwin
...
There were two problems preventing GHC 7.0.2 from being built on MacOS. For
one, the 'configure' script automatically added the flag
-isysroot /Developer/SDKs/MacOSX10.5.sdk
to the command-line that's being passed to GCC. This setting doesn't work with
our GCC, and resulted in build errors because standard headers like <stdargs.h>
could no longer be found.
Secondly, the build depends on install_name_tool, which has been added as a
buildInput.
These changes trigger a re-build on all platforms, not just on Darwin. I
realize that this could have been avoided by adding some cruft. However, I
didn't want to add cruft, so there you are.
svn path=/nixpkgs/trunk/; revision=26513
2011-03-25 12:55:37 +00:00
Peter Simons
05474e174b
cmake: updated meta.platforms to reflect the fact that CMake is supposed to build on all Unix-like platforms
...
svn path=/nixpkgs/trunk/; revision=26512
2011-03-25 12:55:33 +00:00
Peter Simons
5ba10a94e1
cmake: add install_name_tool on Darwin to fix the build
...
svn path=/nixpkgs/trunk/; revision=26511
2011-03-25 12:55:29 +00:00
Peter Simons
0e5593b0f6
libarchive: don't try to build e2fsprogs, attr, or acl unless running on Linux
...
These packages give errors when built on, say, Darwin.
svn path=/nixpkgs/trunk/; revision=26510
2011-03-25 12:55:22 +00:00
Rob Vermaas
592abae649
add patch for boost to get rid of ' what(): locale::facet::_S_create_c_locale name not valid' errors in some packages
...
svn path=/nixpkgs/trunk/; revision=26500
2011-03-25 08:04:00 +00:00
Karn Kallio
7df7521dd1
Add the PAKCS (Portland Aachen Kiel Curry System) Curry compiler to Nixpkgs.
...
svn path=/nixpkgs/trunk/; revision=26497
2011-03-24 19:22:30 +00:00
Lluís Batlle i Rossell
0b176e1bd0
Adding a first attempt of expression for wxwidgets 2.9.
...
It looks like building and installing. Part of the expression I copied from wxGTK 2.8,
and some parts of it may be irrelevant or wrong.
svn path=/nixpkgs/trunk/; revision=26484
2011-03-23 22:05:14 +00:00
Ludovic Courtès
acffafe66f
GStreamer: Actually use the setup hook.
...
svn path=/nixpkgs/trunk/; revision=26482
2011-03-23 21:56:05 +00:00
Ludovic Courtès
53eb747a5c
GNU uCommon C++ 4.2.0.
...
svn path=/nixpkgs/trunk/; revision=26478
2011-03-23 21:55:43 +00:00
Peter Simons
2e24a92971
pathtype: added initial version 0.5.2
...
svn path=/nixpkgs/trunk/; revision=26471
2011-03-23 15:57:58 +00:00
Alexander Tsamutali
e54a964632
development/libraries/sfml: New nixpkg.
...
svn path=/nixpkgs/trunk/; revision=26433
2011-03-20 18:21:37 +00:00
Alexander Tsamutali
4cbc38255f
development/libraries/fribidi: Updated to 0.19.2.
...
svn path=/nixpkgs/trunk/; revision=26431
2011-03-20 14:54:39 +00:00
Andres Löh
19b2375799
Fix Haskell x11-xft package.
...
svn path=/nixpkgs/trunk/; revision=26430
2011-03-20 13:23:53 +00:00
Michael Raskin
6879f1e3b1
Update NSPR
...
svn path=/nixpkgs/trunk/; revision=26416
2011-03-18 08:26:11 +00:00
Michael Raskin
36af24fc05
Fix SWI-Prolog build
...
svn path=/nixpkgs/trunk/; revision=26407
2011-03-17 22:09:22 +00:00
Michael Raskin
4aacdee4e1
Adding J language
...
svn path=/nixpkgs/trunk/; revision=26398
2011-03-17 15:36:38 +00:00
Eelco Dolstra
a8334929f1
* Delete Python 2.4. It was only used by "zope", which doesn't even
...
build.
svn path=/nixpkgs/branches/modular-python/; revision=26350
2011-03-16 09:56:19 +00:00
Eelco Dolstra
b3667a1e8f
* Sync with the trunk.
...
svn path=/nixpkgs/branches/modular-python/; revision=26347
2011-03-16 09:39:40 +00:00
Yury G. Kudryashov
6923a32b33
Add funambol
...
svn path=/nixpkgs/trunk/; revision=26336
2011-03-15 23:09:27 +00:00
Yury G. Kudryashov
e37f85adb7
Add liblikeback
...
svn path=/nixpkgs/trunk/; revision=26335
2011-03-15 23:09:21 +00:00
Yury G. Kudryashov
a9eb45ae18
Add bluedevil
...
svn path=/nixpkgs/trunk/; revision=26333
2011-03-15 23:09:07 +00:00
Eelco Dolstra
f208edd1a5
* Merge the x-updates branch.
...
svn path=/nixpkgs/trunk/; revision=26330
2011-03-15 18:29:27 +00:00
Ludovic Courtès
497c46e5e5
Hydra: Update.
...
svn path=/nixpkgs/trunk/; revision=26323
2011-03-15 14:01:33 +00:00
Andres Löh
1a7d72731b
Added AC-Vector package.
...
svn path=/nixpkgs/trunk/; revision=26322
2011-03-15 13:56:55 +00:00
Ludovic Courtès
2dcf4fbfcc
Hydra: Update.
...
svn path=/nixpkgs/trunk/; revision=26320
2011-03-15 13:42:01 +00:00
Eelco Dolstra
0648ceff32
* Enable the "tee" backend in Cairo. Apparently Firefox 4.0 needs
...
this.
svn path=/nixpkgs/branches/x-updates/; revision=26312
2011-03-15 09:25:08 +00:00
Eelco Dolstra
60510f2145
* One last glib/gtk update.
...
svn path=/nixpkgs/branches/x-updates/; revision=26309
2011-03-15 08:43:06 +00:00
Eelco Dolstra
3e3eac2e30
* Sync with the trunk.
...
svn path=/nixpkgs/branches/x-updates/; revision=26303
2011-03-14 18:26:46 +00:00
Eelco Dolstra
e5fcf7ebe9
* Fix the libvirt build on x86_64-linux
...
(http://hydra.nixos.org/build/959072 ).
svn path=/nixpkgs/trunk/; revision=26301
2011-03-14 14:46:41 +00:00
Eelco Dolstra
fd2f86820c
* Glib 2.28.2.
...
svn path=/nixpkgs/branches/x-updates/; revision=26299
2011-03-14 12:26:51 +00:00
Andres Löh
b043946163
More Haskell library updates.
...
svn path=/nixpkgs/trunk/; revision=26292
2011-03-13 11:03:49 +00:00
Andres Löh
f89b676312
Upgraded Hakyll to 2.4.3.
...
I know, that's not the latest version, but Hakyll-3 is rather
different from Hakyll-2 and the upgrade would require more work.
svn path=/nixpkgs/trunk/; revision=26291
2011-03-13 08:46:54 +00:00
Andres Löh
3e0ac9b040
Major Haskell packages overhaul.
...
Several changes, some highlights:
* Structure of haskell-packages.nix updated. It's now easier to
select different default versions of packages for different
versions of GHC.
* GHC 7.0.2 is now default.
* Haskell Platform 2011.2.0.0 has been added and is now default.
* Several packages have been updated
(gtk2hs, gitit, xmonad, darcs, ...).
* Some old packages have been removed.
svn path=/nixpkgs/trunk/; revision=26288
2011-03-12 17:28:15 +00:00
Yury G. Kudryashov
03b3d85fbf
qt-4.7.2
...
svn path=/nixpkgs/trunk/; revision=26287
2011-03-12 06:59:49 +00:00
Ludovic Courtès
7b395420a0
GNU DejaGNU 1.5.
...
svn path=/nixpkgs/trunk/; revision=26285
2011-03-11 19:45:51 +00:00
Karn Kallio
33fb7aef16
Update flapjax compiler to the latest release, version 2.1
...
Also add to nixpkgs new dependencies from hackage.
svn path=/nixpkgs/trunk/; revision=26283
2011-03-11 16:49:56 +00:00
Lluís Batlle i Rossell
d58c5e2821
Adding GMU, a music player for small portable devices, written in SDL.
...
svn path=/nixpkgs/trunk/; revision=26266
2011-03-10 22:20:35 +00:00
Ludovic Courtès
9f34f8ea61
GNU uCommon C++ 4.1.7.
...
svn path=/nixpkgs/trunk/; revision=26263
2011-03-10 16:27:53 +00:00
Ludovic Courtès
6400cf78f0
GnuTLS 2.10.5.
...
svn path=/nixpkgs/trunk/; revision=26257
2011-03-10 14:53:51 +00:00
Ludovic Courtès
5cf585dce2
GNU libidn 1.20.
...
svn path=/nixpkgs/trunk/; revision=26256
2011-03-10 14:53:46 +00:00
Ludovic Courtès
69fec8a6a0
GNU GLOBAL 5.9.4.
...
svn path=/nixpkgs/trunk/; revision=26252
2011-03-10 14:53:24 +00:00
Eelco Dolstra
cc3d1e1c09
* Sync with trunk.
...
svn path=/nixpkgs/branches/x-updates/; revision=26243
2011-03-10 08:48:14 +00:00
Andres Löh
92db39f586
Added ghc-7.0.2.
...
This is supposed to become the new default version of GHC once
the new Haskell Platform is released (but only then).
svn path=/nixpkgs/trunk/; revision=26217
2011-03-09 08:29:12 +00:00
Ludovic Courtès
117c51cf2a
Hydra: Update from SVN.
...
svn path=/nixpkgs/trunk/; revision=26209
2011-03-08 15:01:18 +00:00
Lluís Batlle i Rossell
dd190a5fb8
Updating cminpack (+ the meta homepage)
...
svn path=/nixpkgs/trunk/; revision=26206
2011-03-08 09:19:41 +00:00
Lluís Batlle i Rossell
a136bd7968
Adding flann
...
svn path=/nixpkgs/trunk/; revision=26205
2011-03-08 09:19:37 +00:00
Lluís Batlle i Rossell
d95300f90f
Adding cminpack
...
svn path=/nixpkgs/trunk/; revision=26204
2011-03-08 09:19:32 +00:00
Eelco Dolstra
cf6bc1aeae
* Apply a patch to prevent the X server from segfaulting if kwin is
...
run with swrast_dri (e.g. with the VGA driver). (NixOS/121)
svn path=/nixpkgs/branches/x-updates/; revision=26201
2011-03-07 21:16:34 +00:00
Eelco Dolstra
d10651a8b7
* zOMG, a new Pan release!
...
* Delete gmime 2.2.x because the old version of Pan was the only
package that needed it.
svn path=/nixpkgs/trunk/; revision=26200
2011-03-07 17:11:50 +00:00
Eelco Dolstra
5a437c99d6
* Valgrind 3.6.1.
...
svn path=/nixpkgs/trunk/; revision=26191
2011-03-07 12:37:01 +00:00
Eelco Dolstra
f16a2dc2f6
* Sync with the trunk. Remove glib_2_28 because the branch already
...
has it.
svn path=/nixpkgs/branches/x-updates/; revision=26189
2011-03-07 12:17:12 +00:00
Eelco Dolstra
3e9de5097d
* Mesa updated to 7.10.1.
...
svn path=/nixpkgs/branches/x-updates/; revision=26186
2011-03-07 11:51:08 +00:00
Eelco Dolstra
c3e68778ae
* libdrm updated to 2.4.24.
...
svn path=/nixpkgs/branches/x-updates/; revision=26185
2011-03-07 11:22:40 +00:00
Michael Raskin
32b0f76435
Missing glib-2.28 expression
...
svn path=/nixpkgs/trunk/; revision=26165
2011-03-04 21:04:44 +00:00
Eelco Dolstra
bf8e36dd4f
* Revert PyQt and sip because the upgrade breaks KDE, but use
...
tarballs on nixos.org.
svn path=/nixpkgs/trunk/; revision=26164
2011-03-04 19:57:52 +00:00
Lluís Batlle i Rossell
3d50c7c0d7
Updating SDL_gfx, as it should fix a memory corruption:
...
http://yellowgrass.org/issue/Nixpkgs/108
https://gna.org/bugs/?17768
svn path=/nixpkgs/trunk/; revision=26163
2011-03-04 19:37:56 +00:00
Eelco Dolstra
69b8bc9ed7
* Remove the removal of swrast_dri.so :-) It's better to address this
...
in the NixOS X server module.
svn path=/nixpkgs/branches/x-updates/; revision=26157
2011-03-04 12:03:53 +00:00
Eelco Dolstra
927a41492d
* Updated dbus, glib, gtk+.
...
svn path=/nixpkgs/branches/x-updates/; revision=26156
2011-03-04 11:59:04 +00:00
Lluís Batlle i Rossell
31c38d7dd2
Updating pyqt and sip because the 'src' there mentioned is not at the urls anymore.
...
svn path=/nixpkgs/trunk/; revision=26152
2011-03-04 09:48:29 +00:00
Lluís Batlle i Rossell
a76b0fb6fa
Making freecad install; it still does not find all shared objects though.
...
Either eigen changed the hash of the tarball, or I did not commit its latest hash.
I add boost 1.46 apart, because 1.44 does not work easily for freecad.
svn path=/nixpkgs/trunk/; revision=26151
2011-03-04 09:48:24 +00:00
Lluís Batlle i Rossell
5148ee9654
I revert the "Updating boost" change. I don't really need it new I think, and
...
it breaks things, niksnut reports.
svn path=/nixpkgs/trunk/; revision=26146
2011-03-03 14:10:18 +00:00
Lluís Batlle i Rossell
7912200505
Adding libf2c
...
svn path=/nixpkgs/trunk/; revision=26144
2011-03-03 13:41:06 +00:00
Lluís Batlle i Rossell
b679cf6a66
Updating boost
...
svn path=/nixpkgs/trunk/; revision=26143
2011-03-03 13:41:01 +00:00
Eelco Dolstra
eb4b1e8b04
* Sync with the trunk.
...
svn path=/nixpkgs/branches/x-updates/; revision=26141
2011-03-03 12:02:50 +00:00
Yury G. Kudryashov
efb12635d3
Qca2: do not separate debug info
...
svn path=/nixpkgs/trunk/; revision=26138
2011-03-02 18:50:00 +00:00
Yury G. Kudryashov
53a7f85871
cmake-2.8.4
...
svn path=/nixpkgs/trunk/; revision=26137
2011-03-02 18:49:56 +00:00
Lluís Batlle i Rossell
d11c00e5a5
Adding xercesc, the references to coin3d and soqt, and trying to add
...
freecad (that still does not build).
svn path=/nixpkgs/trunk/; revision=26135
2011-03-02 17:18:30 +00:00
Lluís Batlle i Rossell
f58e7158e0
Updating ODE.
...
svn path=/nixpkgs/trunk/; revision=26134
2011-03-02 17:18:24 +00:00
Lluís Batlle i Rossell
6381040f0a
Adding coin3d and soqt
...
svn path=/nixpkgs/trunk/; revision=26133
2011-03-02 17:18:20 +00:00
Lluís Batlle i Rossell
e1cf8f90e6
Adding GNU Triangulated Surface library
...
svn path=/nixpkgs/trunk/; revision=26132
2011-03-02 17:18:15 +00:00
Andres Löh
b13e4ebdef
Updated ghc HEAD expression to 7.0.2-rc2.
...
svn path=/nixpkgs/trunk/; revision=26127
2011-03-01 11:56:41 +00:00
Michael Raskin
9e204fec07
Update SBCL
...
svn path=/nixpkgs/trunk/; revision=26124
2011-02-27 18:56:15 +00:00
Eelco Dolstra
f543078655
* Install the libvirt-guests boot script for saving/restoring VMs
...
across host reboots.
svn path=/nixpkgs/trunk/; revision=26120
2011-02-25 15:56:10 +00:00
Eelco Dolstra
583053d018
* libvirt: enable some more features.
...
svn path=/nixpkgs/trunk/; revision=26111
2011-02-25 13:24:41 +00:00
Eelco Dolstra
6538f20485
* Revert to Boost 1.44 for now, as 1.46 breaks several packages.
...
svn path=/nixpkgs/branches/x-updates/; revision=26110
2011-02-25 11:01:50 +00:00
Eelco Dolstra
a9ca5acac3
* Grrr, we should really mirror jquery-ui.
...
svn path=/nixpkgs/trunk/; revision=26099
2011-02-24 16:20:47 +00:00
Eelco Dolstra
9bbe78533e
* Add readline support to libvirt.
...
svn path=/nixpkgs/trunk/; revision=26097
2011-02-24 15:42:51 +00:00
Eelco Dolstra
6bab14437c
* libvirt: use /var and set the correct paths to ip/iptables.
...
svn path=/nixpkgs/trunk/; revision=26091
2011-02-24 13:36:18 +00:00
Eelco Dolstra
a35dcdb281
* libvirt updated to 0.8.8.
...
svn path=/nixpkgs/trunk/; revision=26088
2011-02-24 11:59:30 +00:00
Yury G. Kudryashov
072df43f00
boost-1.46.0
...
svn path=/nixpkgs/branches/x-updates/; revision=26066
2011-02-23 11:29:23 +00:00
Ludovic Courtès
7201a275db
GNU AutoGen 5.11.6.
...
svn path=/nixpkgs/trunk/; revision=26060
2011-02-22 13:40:01 +00:00
Yury G. Kudryashov
4a5b7854a8
Move eigen outside of kde-4.x
...
Michael, sorry for overriding your work but I want to maintain it...
svn path=/nixpkgs/trunk/; revision=26058
2011-02-22 11:54:56 +00:00
Yury G. Kudryashov
0646cfee1e
Move strigi outside of kde-4.x
...
svn path=/nixpkgs/trunk/; revision=26057
2011-02-22 11:54:49 +00:00
Yury G. Kudryashov
78127c3b86
Move qimageblitz outside of kde-4.x
...
svn path=/nixpkgs/trunk/; revision=26056
2011-02-22 11:54:42 +00:00
Eelco Dolstra
d47cf5a35e
* Sync with the trunk.
...
svn path=/nixpkgs/branches/x-updates/; revision=26054
2011-02-22 10:00:18 +00:00
Yury G. Kudryashov
68299a0202
Move qca2 outside of kde-4.x
...
svn path=/nixpkgs/trunk/; revision=26053
2011-02-22 09:53:01 +00:00
Yury G. Kudryashov
3b3f50e405
Move automoc4 out of kde-4.x/
...
kde-4.x/ is for software that is released with kde releases,
not for anything hosted on *.kde.org or in kde svn/git.
svn path=/nixpkgs/trunk/; revision=26048
2011-02-22 06:19:05 +00:00
Karn Kallio
db53a4e36a
Advance version of libjpeg to 8c.
...
svn path=/nixpkgs/trunk/; revision=26037
2011-02-19 22:16:31 +00:00
Eelco Dolstra
b35383d9b2
* jquery-ui updated to 1.8.9.
...
svn path=/nixpkgs/trunk/; revision=26033
2011-02-19 16:54:54 +00:00
Eelco Dolstra
e5d12bbca7
* Disable swrast_dri.so because it doesn't work properly (NixOS/121).
...
svn path=/nixpkgs/branches/x-updates/; revision=26020
2011-02-18 09:16:11 +00:00
Eelco Dolstra
9b6dfe840a
* Sync with the trunk.
...
svn path=/nixpkgs/branches/x-updates/; revision=25993
2011-02-16 15:14:04 +00:00
Karn Kallio
7c339958f9
Fix missing semicolon
...
svn path=/nixpkgs/trunk/; revision=25992
2011-02-16 15:11:58 +00:00
Ludovic Courtès
59904446e4
GNU Guile 2.0.0!
...
svn path=/nixpkgs/trunk/; revision=25990
2011-02-16 13:18:08 +00:00
Karn Kallio
db25406910
Advance racket to latest release version 5.1
...
svn path=/nixpkgs/trunk/; revision=25984
2011-02-16 00:48:58 +00:00
Andres Löh
0a69fe9898
Restored HaXml-1.13.3 to keep happstack and gitit working.
...
svn path=/nixpkgs/trunk/; revision=25974
2011-02-15 10:36:52 +00:00
Andres Löh
bcb46affc2
Version bump for Haskell libs: HaXml and json.
...
svn path=/nixpkgs/trunk/; revision=25973
2011-02-15 09:47:36 +00:00
Eelco Dolstra
070f7debe0
* gdk-pixbuf: build gdk-pixbuf-xlib.
...
svn path=/nixpkgs/branches/x-updates/; revision=25961
2011-02-14 13:44:01 +00:00
Eelco Dolstra
5042a81534
* Fix broken icons such as the back/forward buttons in Firefox.
...
svn path=/nixpkgs/branches/x-updates/; revision=25944
2011-02-13 23:38:28 +00:00
Yury G. Kudryashov
33e30b8601
libdbusmenu-qt-0.7.0
...
svn path=/nixpkgs/trunk/; revision=25936
2011-02-13 04:36:55 +00:00
Florian Friesdorf
db47cdae9d
xapian(-bindings)-1.0.23 from 1.0.14
...
svn path=/nixpkgs/trunk/; revision=25928
2011-02-13 00:49:07 +00:00
David Guibert
188b3c00ba
libmatroska: 1.0.0
...
svn path=/nixpkgs/trunk/; revision=25924
2011-02-12 20:18:46 +00:00
David Guibert
489b0e2fe5
libebml: 1.0.0
...
svn path=/nixpkgs/trunk/; revision=25923
2011-02-12 20:18:41 +00:00