Eelco Dolstra
ae03990f6a
* setup-new -> setup.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=16133
2009-07-02 09:01:37 +00:00
Eelco Dolstra
255a4a91f0
* Get rid of some dietlibc stuff.
...
svn path=/nixpkgs/trunk/; revision=16132
2009-07-02 08:58:58 +00:00
Ludovic Courtès
725ed45940
Add GNU Nettle, a cryptographic library.
...
svn path=/nixpkgs/trunk/; revision=16127
2009-07-01 15:42:01 +00:00
Marc Weber
5b638a94a5
make urxvt install its terminfo file, see longDescription
...
svn path=/nixpkgs/trunk/; revision=16122
2009-06-30 21:45:15 +00:00
Marc Weber
62f9851f07
doh - fix rubygems
...
svn path=/nixpkgs/trunk/; revision=16109
2009-06-30 16:14:37 +00:00
Marc Weber
b241732d8c
adding ufraw (a standalone tool and gimp plugin to read raw data images)
...
adding exposureBlend (gimp plugin)
enabling gimpPlugins again. nix-env -qa \* --out-path suceeds
svn path=/nixpkgs/trunk/; revision=16108
2009-06-30 16:14:34 +00:00
Marc Weber
349de9bafe
revrting my accident only keeping rubygem updates and ruby libs
...
This partially reverts commit -r 16100
svn path=/nixpkgs/trunk/; revision=16107
2009-06-30 15:58:02 +00:00
Marc Weber
d1e39e78f9
adding rubygems support to nix - implemented target libraries/apps: sup mail client
...
svn path=/nixpkgs/trunk/; revision=16100
2009-06-30 14:29:20 +00:00
Marc Weber
8661c406f2
ruby / gems update
...
svn path=/nixpkgs/trunk/; revision=16099
2009-06-30 14:29:17 +00:00
Eelco Dolstra
cdf4cf5c23
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=16094
2009-06-30 11:42:15 +00:00
Andres Löh
785b190861
Added pandoc and dependencies.
...
svn path=/nixpkgs/trunk/; revision=16091
2009-06-30 08:04:12 +00:00
Ludovic Courtès
d0c6b200e0
Add Tahoe, a decentralized, fault-tolerant file system.
...
svn path=/nixpkgs/trunk/; revision=16082
2009-06-28 21:03:00 +00:00
Ludovic Courtès
482f7769e7
Add Python darcsver' and
pycryptopp'.
...
svn path=/nixpkgs/trunk/; revision=16078
2009-06-28 13:43:40 +00:00
Ludovic Courtès
dec29ba477
Build IceCat on all GNU/Linux platforms; build Zfec.
...
svn path=/nixpkgs/trunk/; revision=16077
2009-06-28 13:35:16 +00:00
Ludovic Courtès
dc05657cdc
Python packages: keep alphabetical order.
...
svn path=/nixpkgs/trunk/; revision=16076
2009-06-28 13:21:37 +00:00
Ludovic Courtès
dfcbb87cbc
Python: Fix pyutil'; add
argparse' and `zfec'.
...
svn path=/nixpkgs/trunk/; revision=16075
2009-06-28 13:19:44 +00:00
Ludovic Courtès
1526ba9d33
Rename emacsUnicode' to
emacs23'.
...
svn path=/nixpkgs/trunk/; revision=16073
2009-06-27 23:09:21 +00:00
Ludovic Courtès
c46b748958
Add GNU Libunistring, a Unicode string handling library.
...
svn path=/nixpkgs/trunk/; revision=16071
2009-06-27 21:44:47 +00:00
Ludovic Courtès
e70fa5abc3
Build Namazu.
...
svn path=/nixpkgs/trunk/; revision=16070
2009-06-27 21:17:45 +00:00
Ludovic Courtès
eba599b798
Reinstate GNU Idutils, erroneously (?!) removed by r15967.
...
svn path=/nixpkgs/trunk/; revision=16066
2009-06-26 23:54:36 +00:00
Marc Weber
3fa07803c6
adding jruby-1.1.6 cause the one shipping with netbeans can't get uid.
...
svn path=/nixpkgs/trunk/; revision=16060
2009-06-26 16:52:58 +00:00
Eelco Dolstra
d095fa0dd9
* Install the sudo manpages. Also updated to 1.7.1.
...
svn path=/nixpkgs/trunk/; revision=16056
2009-06-26 16:10:38 +00:00
Peter Simons
b12683e174
Added magit-mode 0.7, an Emacs mode for managing Git repositories.
...
svn path=/nixpkgs/trunk/; revision=16042
2009-06-25 14:31:20 +00:00
Peter Simons
acffa10add
Temporarily disable gimpPlugins to remedy the following failure when
...
calling nix-env:
error: undefined variable `gtkLibs', in `nix-pkgs-current/pkgs/applications/graphics/gimp/plugins/default.nix'
svn path=/nixpkgs/trunk/; revision=16041
2009-06-25 13:37:59 +00:00
Eelco Dolstra
674211ac9d
* Revive klibc 1.5 for now since vmtools still uses its insmod.
...
svn path=/nixpkgs/trunk/; revision=16040
2009-06-25 08:22:51 +00:00
Peter Simons
7534cbe4b8
Define "brokenRedHatKernel = true" in $NIXPKGS_CONFIG to build a system that
...
works on Red Hat Linux, i.e. that is based on glibc version 2.5.
Furthermore, this patch fixes a number of gcc 4.3.3 build errors in glibc 2.5
that occur on both x86 and x86_64. The older version of this library is still
useful for running Nix on a Red Hat host. Newer version of glibc fail to detect
the kernel's capabilities correctly (due to mad patches applied to the kernel
by Red Hat).
The individual changes are:
* Re-activated glibc 2.5 in all-packages.nix.
* Fix incomplete header search path in bootstrap tools.
Gcc-wrapper sets "-B<prefix>" to tell the compiler about its installation
root. Unfortunately, the setting doesn't add $gcc/lib/gcc/*/*/include-fixed
to the search path. That directory is required, however, because it contains
the system-specific "limits.h" file, and the glibc 2.5 builds tries to find
that file via #include_next.
* Support intrinsic functions like __signbit() or atof() correctly to avoid
compile-time conflicts.
* Switch to NPTL. Linuxthreads is no longer supported.
* Added a meta attribute to glibc package.
* Updated nixUnstable to version 0.13pre15614 from trunk. The previous version
failed regression tests.
* Fix more strict type checking in binutils since 2.18.50.0.3.
Without this patch, the build failed on x86, saying:
../sysdeps/i386/fpu/ftestexcept.c: Assembler messages:
../sysdeps/i386/fpu/ftestexcept.c:33: Error: suffix or operands invalid for `fnstsw'
svn path=/nixpkgs/branches/stdenv-updates/; revision=16037
2009-06-24 20:10:51 +00:00
Rob Vermaas
205fb0c87e
* fetchgit and nix-prefetch-git
...
svn path=/nixpkgs/trunk/; revision=16035
2009-06-24 12:48:01 +00:00
Eelco Dolstra
1df4221cb3
* klibc 1.5.15. Fixes a segfault in cpio.
...
svn path=/nixpkgs/trunk/; revision=16020
2009-06-22 14:14:58 +00:00
Lluís Batlle i Rossell
a422cec621
Adding tkcvs (which manages also subversion repositories well, they claim)
...
svn path=/nixpkgs/trunk/; revision=16008
2009-06-19 09:02:48 +00:00
Michael Raskin
35bd2c76b0
Adding uzbl - a tiny browser
...
svn path=/nixpkgs/trunk/; revision=16006
2009-06-19 08:05:21 +00:00
Eelco Dolstra
6d7f27704a
svn path=/nixpkgs/trunk/; revision=16001
2009-06-18 16:48:29 +00:00
Rob Vermaas
c1c7dce5d5
* added checkstyle, pmd, jdepends.
...
* changed version of ant to 1.7
svn path=/nixpkgs/trunk/; revision=15994
2009-06-18 12:51:51 +00:00
Eelco Dolstra
f26130770b
* nix-env -i gcc-wrapper matched two derivations, lower the priority
...
of the second one.
svn path=/nixpkgs/trunk/; revision=15972
2009-06-16 13:06:02 +00:00
Lluís Batlle i Rossell
f82d27593c
Adding imapsync, with the two needed perl packages.
...
svn path=/nixpkgs/trunk/; revision=15967
2009-06-15 18:37:42 +00:00
Eelco Dolstra
85978b1efa
* e2fsprogs updated to 1.41.6. Also keep the previous version around
...
so that we don't have to rebuild everything that depends on libuuid
(such as all X programs).
svn path=/nixpkgs/trunk/; revision=15964
2009-06-15 16:45:48 +00:00
Michael Raskin
17242ae92f
Remove gpsd build on non-linux: they fail anyway
...
svn path=/nixpkgs/trunk/; revision=15959
2009-06-15 13:12:24 +00:00
Marc Weber
f4262cf010
adding some gimp plugins *joy*
...
svn path=/nixpkgs/trunk/; revision=15954
2009-06-14 01:30:12 +00:00
Eelco Dolstra
143787ad74
* PatchELF 0.5pre15500. Needed for --force-rpath.
...
svn path=/nixpkgs/trunk/; revision=15951
2009-06-13 16:10:24 +00:00
Andres Löh
97ad35b531
Version bump for HDBC.
...
svn path=/nixpkgs/trunk/; revision=15946
2009-06-12 13:39:05 +00:00
Andres Löh
3f26456240
New version of vacuum.
...
svn path=/nixpkgs/trunk/; revision=15945
2009-06-12 13:11:37 +00:00
Andres Löh
3466e0d6c9
New versions of vty and uu-parsinglib.
...
svn path=/nixpkgs/trunk/; revision=15929
2009-06-10 16:27:39 +00:00
Michael Raskin
09a719b1a0
Adding gnokii
...
svn path=/nixpkgs/trunk/; revision=15916
2009-06-10 09:45:03 +00:00
Eelco Dolstra
2d0b32453c
* setup.sh: quote $NIX_BUILD_TOP. Otherwise a line like
...
export > $NIX_BUILD_TOP/env-vars
will fail if the name attribute contains a metacharacter
(e.g. "?"):
building path(s) `/nix/store/yk93gk3lc5bslcn5hklnzs0bdkp2r0an-icu-3.8-setBreakType-public.diff?rev=1.1'
/nix/store/gj8ac12mrwinbq7wzzhwfjjs3028a11x-stdenv-linux/setup: line 374: $NIX_BUILD_TOP/env-vars: ambiguous redirect
I guess this only happens if you happen to have an old temporary
build directory for the same derivation in /tmp.
This affects fetchurl in particular.
svn path=/nixpkgs/trunk/; revision=15915
2009-06-10 09:34:42 +00:00
Rob Vermaas
e85cc883e7
* enabled mesa on darwin
...
svn path=/nixpkgs/trunk/; revision=15913
2009-06-09 16:21:45 +00:00
Sander van der Burg
1817c3acde
Enabled VICE again, which was commented out
...
svn path=/nixpkgs/trunk/; revision=15901
2009-06-09 10:08:55 +00:00
Michael Raskin
1b5fa6e1ee
Adding setserial
...
svn path=/nixpkgs/trunk/; revision=15898
2009-06-09 04:22:46 +00:00
Eelco Dolstra
c8ba912b42
* It makes more sense for "path" to point at the top of the Nixpkgs
...
tree, rather than the pkgs subdirectory.
svn path=/nixpkgs/trunk/; revision=15893
2009-06-08 22:43:27 +00:00
Eelco Dolstra
ff715fa8ed
svn path=/nixpkgs/trunk/; revision=15891
2009-06-08 22:04:03 +00:00
Michael Raskin
76fe4077a6
Build Blender
...
svn path=/nixpkgs/trunk/; revision=15890
2009-06-08 18:49:04 +00:00
Eelco Dolstra
86e3458dd7
* Linux 2.6.29. It doesn't build yet due to some depmod problem.
...
svn path=/nixpkgs/trunk/; revision=15884
2009-06-06 23:09:38 +00:00
Rob Vermaas
3bd08ffe8a
* added mcrl, mcrl2 and openmpi to all-packages.nix
...
svn path=/nixpkgs/trunk/; revision=15874
2009-06-05 14:36:35 +00:00
Ludovic Courtès
d3f18d66bc
Build tangoGPS.
...
svn path=/nixpkgs/trunk/; revision=15872
2009-06-05 13:51:11 +00:00
Eelco Dolstra
c8245719f6
* Export the paths-from-graph.pl script.
...
svn path=/nixpkgs/trunk/; revision=15865
2009-06-05 13:20:14 +00:00
Michael Raskin
859359c026
Update SGT Puzzles version. Build it on buildfarm just not to keep track so closely
...
svn path=/nixpkgs/trunk/; revision=15857
2009-06-05 06:54:17 +00:00
Michael Raskin
2692ba25d2
Use fresh and SSL-enabled libsoup for midori
...
svn path=/nixpkgs/trunk/; revision=15855
2009-06-04 13:35:47 +00:00
Michael Raskin
0847f2286f
Accounting for incompleteness and lack of GTK reexporting in Gnome-2.26 expression
...
svn path=/nixpkgs/trunk/; revision=15854
2009-06-04 12:35:00 +00:00
Michael Raskin
df867eddba
Fixing wrong merge again - hopefully correctly this time
...
svn path=/nixpkgs/trunk/; revision=15853
2009-06-04 12:24:08 +00:00
Sander van der Burg
8faec095df
Updated libxklavier to version 3.9
...
svn path=/nixpkgs/trunk/; revision=15852
2009-06-04 11:38:56 +00:00
Michael Raskin
b98aa7e401
Fixing wrong merge
...
svn path=/nixpkgs/trunk/; revision=15851
2009-06-04 11:27:41 +00:00
Michael Raskin
73f036cebd
Use bleeding-edge Gnome 2.26 for bleeding-edge WebKit snapshot.
...
svn path=/nixpkgs/trunk/; revision=15850
2009-06-04 11:21:50 +00:00
Michael Raskin
260e13ddeb
Update WebKit and Midori
...
svn path=/nixpkgs/trunk/; revision=15849
2009-06-04 11:20:26 +00:00
Lluís Batlle i Rossell
b49285ad27
Updating psi to a working version with ssl, using kde42 qca.
...
svn path=/nixpkgs/trunk/; revision=15842
2009-06-03 18:23:49 +00:00
Ludovic Courtès
d051501d69
Add tangoGPS, a friendly GPS and map user interface.
...
svn path=/nixpkgs/trunk/; revision=15840
2009-06-03 13:52:38 +00:00
Sander van der Burg
7bea3189aa
Added my very experimental GNOME 2.26 expression
...
svn path=/nixpkgs/trunk/; revision=15839
2009-06-03 12:28:25 +00:00
Andres Löh
107d41f96c
New Haskell Platform release.
...
svn path=/nixpkgs/trunk/; revision=15837
2009-06-03 08:44:41 +00:00
Eelco Dolstra
d69a0b8a89
svn path=/nixpkgs/trunk/; revision=15826
2009-06-02 16:08:57 +00:00
Eelco Dolstra
97ad838137
* KVM 86. This one finally seems to have decent CIFS performance
...
again.
svn path=/nixpkgs/trunk/; revision=15825
2009-06-02 15:59:42 +00:00
Ludovic Courtès
2ec0381fcb
Build more GPS applications.
...
svn path=/nixpkgs/trunk/; revision=15815
2009-06-01 22:48:12 +00:00
Ludovic Courtès
08d25bd326
Add `gpscorrelate', a GPS photo correlation tool.
...
svn path=/nixpkgs/trunk/; revision=15814
2009-06-01 22:43:36 +00:00
Andres Löh
61f2653783
Added dotgen Haskell package.
...
svn path=/nixpkgs/trunk/; revision=15813
2009-06-01 12:39:55 +00:00
Ludovic Courtès
e0586a7936
gpsd: Fix client programs.
...
svn path=/nixpkgs/trunk/; revision=15812
2009-06-01 00:03:08 +00:00
Ludovic Courtès
b179d2c480
Viking: Link against libgps from `gpsd', thanks to a couple of Debian patches.
...
svn path=/nixpkgs/trunk/; revision=15810
2009-05-31 15:01:33 +00:00
Ludovic Courtès
1660db54ff
Add `gpsd', a GPS service daemon.
...
svn path=/nixpkgs/trunk/; revision=15809
2009-05-31 11:29:42 +00:00
Michael Raskin
526f6f63c7
Updating CLisp and adding SBCL. SBCL currently has to be symlinked to a writable directory (I am investigating a fix). CLisp 2.47 is somewhat incompatible with lots of software, so I added 2.44.1 as preserved version
...
svn path=/nixpkgs/trunk/; revision=15806
2009-05-31 06:07:25 +00:00
Ludovic Courtès
3245777347
Viking: Make tests happier.
...
svn path=/nixpkgs/trunk/; revision=15805
2009-05-30 21:32:01 +00:00
Ludovic Courtès
aa2fe97649
Add Viking, a GPS trace editor.
...
svn path=/nixpkgs/trunk/; revision=15804
2009-05-30 20:52:10 +00:00
Ludovic Courtès
6a053d324a
Build GPSBabel.
...
svn path=/nixpkgs/trunk/; revision=15802
2009-05-29 23:31:57 +00:00
Ludovic Courtès
71d1aa7d84
Add GPSBabel.
...
svn path=/nixpkgs/trunk/; revision=15801
2009-05-29 23:30:10 +00:00
Eelco Dolstra
410403c406
* Build the bash man/info pages again :-)
...
svn path=/nixpkgs/trunk/; revision=15790
2009-05-29 13:00:56 +00:00
Sander van der Burg
a39c2a0e88
Added ALSA sound support to VirtualBox
...
svn path=/nixpkgs/trunk/; revision=15785
2009-05-29 11:39:24 +00:00
Lluís Batlle i Rossell
6175b1d633
Updating to the latest cinepaint. I haven't checked thoroughly the bunch of
...
dependencies, whether any is no more needed in the update.
svn path=/nixpkgs/trunk/; revision=15778
2009-05-28 21:57:05 +00:00
Sander van der Burg
5239d4b26b
Added wv2 library
...
svn path=/nixpkgs/trunk/; revision=15777
2009-05-28 19:22:32 +00:00
Andres Löh
0c5786e22d
Added Shellac Haskell package.
...
svn path=/nixpkgs/trunk/; revision=15775
2009-05-28 19:06:33 +00:00
Ludovic Courtès
8c2a5ccdcb
Add Autojump, a smart replacement for `cd'.
...
svn path=/nixpkgs/trunk/; revision=15738
2009-05-26 22:05:05 +00:00
Rob Vermaas
3c21e81203
* added qemu to channel
...
svn path=/nixpkgs/trunk/; revision=15732
2009-05-26 13:27:42 +00:00
Eelco Dolstra
1635ec4bdf
* Put strings-with-deps in lib.
...
svn path=/nixpkgs/trunk/; revision=15729
2009-05-25 18:22:19 +00:00
Peter Simons
fb9b06d694
Commented out broken packages eclipse{Spoofax,MinimalPlugins}.
...
Unfortunately, the package database is still broken:
$ nix-env -u \*
trace: Str("Deprecated use of lib.getAttr!",[])
svn path=/nixpkgs/trunk/; revision=15721
2009-05-25 11:03:56 +00:00
Peter Simons
bf1efc6653
commented out non-existent package eclipseCDT
...
svn path=/nixpkgs/trunk/; revision=15720
2009-05-25 10:59:45 +00:00
Ludovic Courtès
f08797b1a3
Add Zbase32, and Pyutil.
...
svn path=/nixpkgs/trunk/; revision=15715
2009-05-24 22:15:26 +00:00
Ludovic Courtès
2dbba5bb17
Add `setuptools_darcs'.
...
svn path=/nixpkgs/trunk/; revision=15713
2009-05-24 21:55:39 +00:00
Ludovic Courtès
03f2655e97
Python packages: Sort packages alphabetically.
...
svn path=/nixpkgs/trunk/; revision=15712
2009-05-24 21:33:53 +00:00
Ludovic Courtès
eb59c50308
Remove from all-packages.nix' packages that are now in
python-packages.nix'.
...
svn path=/nixpkgs/trunk/; revision=15710
2009-05-24 21:27:30 +00:00
Ludovic Courtès
5b7525c631
Move Twisted to `buildPythonPackage'.
...
svn path=/nixpkgs/trunk/; revision=15709
2009-05-24 21:25:29 +00:00
Ludovic Courtès
bede9c4d50
Change Nevow, SimpleJSON, and Foolscap to use `buildPythonPackage'.
...
svn path=/nixpkgs/trunk/; revision=15707
2009-05-24 21:08:39 +00:00
Ludovic Courtès
7c34f5744b
Add a `buildPythonPackage' function.
...
svn path=/nixpkgs/trunk/; revision=15706
2009-05-24 21:02:59 +00:00
Michael Raskin
f4e6e80bcf
Restoring builderDefs functionality in setuptools
...
svn path=/nixpkgs/trunk/; revision=15697
2009-05-24 12:20:08 +00:00
Marc Weber
3157bb1098
removed all __primops from nixpkgs
...
svn path=/nixpkgs/trunk/; revision=15693
2009-05-24 10:57:46 +00:00
Marc Weber
f7f938a1d1
big breaking change: renaming lib.getAttr to lib.attrByPath
...
getAttr was ambiguous. It's also a builtin function
fix
svn path=/nixpkgs/trunk/; revision=15692
2009-05-24 10:57:41 +00:00
Marc Weber
62620f0411
add usage example to makeOverridable
...
svn path=/nixpkgs/trunk/; revision=15691
2009-05-24 10:57:32 +00:00
Ludovic Courtès
a50f278386
setuptools: Update to 0.6c9; fix the `easy_install' command line tool.
...
svn path=/nixpkgs/trunk/; revision=15690
2009-05-23 22:54:11 +00:00