Peter Simons
785e9630f0
gmp: use standard GNU config.guess
...
libgmp comes with an extended config.guess script that features more
accurate CPU detection. Unfortunately, use of that script causes the
configure phase to choose fairly aggressive optimization flags and the
resulting binaries might not work on architectures other than the
machine those binaries were built on.
The standard GNU config.guess script, however, recognizes a CPU type of
'x86' only. Thus, libgmp chooses the following settings:
ABI="32"
CC="gcc"
CFLAGS="-m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro"
CPPFLAGS=""
MPN_PATH=" x86/p6 x86 generic"
svn path=/nixpkgs/branches/stdenv-updates/; revision=16084
2009-06-29 11:01:10 +00:00
Eelco Dolstra
8af7ad5798
* Firefox 3.0.11.
...
svn path=/nixpkgs/trunk/; revision=16083
2009-06-29 08:35:54 +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
42161470ae
buildPythonPackage: Wrap binaries with an appropriate $PATH.
...
svn path=/nixpkgs/trunk/; revision=16081
2009-06-28 21:00:36 +00:00
Ludovic Courtès
a84297a6e3
buildPythonPackage: Inherit extra attributes from its argument.
...
svn path=/nixpkgs/trunk/; revision=16080
2009-06-28 14:05:41 +00:00
Ludovic Courtès
705205340b
buildPythonPackage: Allow callers to get rid of the `python-' name prefix.
...
svn path=/nixpkgs/trunk/; revision=16079
2009-06-28 13:44:21 +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
7f5364f6dc
GNU IceCat 3.0.11-g1.
...
svn path=/nixpkgs/trunk/; revision=16074
2009-06-28 12:52:42 +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
f156a809cc
Update GNU Emacs 23 snapshot.
...
svn path=/nixpkgs/trunk/; revision=16072
2009-06-27 23:00:32 +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
5d72685300
Namazu: Fix builds, broken in r15324.
...
svn path=/nixpkgs/trunk/; revision=16069
2009-06-27 21:16:59 +00:00
Ludovic Courtès
7519caa4f4
Quack 0.36.
...
svn path=/nixpkgs/trunk/; revision=16068
2009-06-27 21:05:43 +00:00
Peter Simons
0ee475b7f9
Renamed "magit-mode" to "magit", which is the upstream package name anyway.
...
svn path=/nixpkgs/trunk/; revision=16067
2009-06-27 13:28:39 +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
6bc07c8e68
fix my wrong opplication of the patch
...
svn path=/nixpkgs/trunk/; revision=16062
2009-06-26 17:00:02 +00:00
Marc Weber
f316832e3a
update default ocmal to 3.11.1. patch provided by olegfink
...
svn path=/nixpkgs/trunk/; revision=16061
2009-06-26 16:53:02 +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
Marc Weber
ffb53a0e6f
adding sqlalchemy which is a nice orm mapper for python
...
svn path=/nixpkgs/trunk/; revision=16059
2009-06-26 16:52:54 +00:00
Marc Weber
738858983a
ctags wrapper: find ruby classes (eg class Gem::Dependency)
...
svn path=/nixpkgs/trunk/; revision=16058
2009-06-26 16:52:52 +00:00
Marc Weber
9dbc0bd614
adding gmic (a tool which can denoise images and much more)
...
svn path=/nixpkgs/trunk/; revision=16057
2009-06-26 16:52:35 +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
Eelco Dolstra
a440fba8e3
* Refactoring: move the types out of options.nix, which is much too
...
big. Also, they could be useful beyond option handling.
svn path=/nixpkgs/trunk/; revision=16055
2009-06-26 13:53:31 +00:00
Nicolas Pierron
dd50af4923
Add a description of values which cause a bad type the failure.
...
svn path=/nixpkgs/trunk/; revision=16054
2009-06-26 12:42:00 +00:00
Eelco Dolstra
c69010d6eb
* Fix that annoying deprecated getAttr warning.
...
svn path=/nixpkgs/trunk/; revision=16049
2009-06-26 11:03:14 +00:00
Marc Weber
c59fb90f62
make fetchgit and nix-prefetch-git use --depth 1 to receive only a shallow clone cutting history
...
svn path=/nixpkgs/trunk/; revision=16047
2009-06-26 00:56:54 +00:00
Nicolas Pierron
6c0912ee9c
- partition based on the content of the properties. (rmProperties * isOption)
...
- Do not eval properties on option declarations.
-> mkIf does not mask option declarations if the condition is evaluated to false.
svn path=/nixpkgs/trunk/; revision=16043
2009-06-25 21:25:33 +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
8bd6a26806
Removed misleading comment that no longer applies.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=16038
2009-06-24 20:10:59 +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
8f0f5c403d
* gmp 4.3.1. Hopefully this fixes those weird build errors people
...
have been reporting.
svn path=/nixpkgs/branches/stdenv-updates/; revision=16030
2009-06-22 19:55:47 +00:00
Eelco Dolstra
a830968c53
* New bootstrap binaries (from r16022 in the trunk). Don't set
...
LD_LIBRARY_PATH since it breaks /bin/sh on non-NixOS platforms (and
reverted the previous "fix" in r15470).
svn path=/nixpkgs/branches/stdenv-updates/; revision=16029
2009-06-22 19:49:42 +00:00
Eelco Dolstra
ef83c754f6
* Updated the function that builds the bootstrap binaries.
...
* Use patchelf 0.5 and use the --force-rpath flag. This removes the
need for setting LD_LIBRARY_PATH and so should fix bootstrapping
Nixpkgs on non-NixOS platforms.
svn path=/nixpkgs/trunk/; revision=16022
2009-06-22 14:28:07 +00:00
Eelco Dolstra
a40dbf619d
* Fix duplication of the version in dietlibc's gcc wrapper.
...
svn path=/nixpkgs/trunk/; revision=16021
2009-06-22 14:26:14 +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
Rob Vermaas
93f767d897
* bumped version for file
...
svn path=/nixpkgs/trunk/; revision=16018
2009-06-22 11:41:14 +00:00
Eelco Dolstra
e7edaef873
* Latest patchelf.
...
svn path=/nixpkgs/trunk/; revision=16017
2009-06-22 11:14:51 +00:00
Rob Vermaas
1c3f49e06f
* Changed version of gcc to 4.0.1 - 5484 on darwin
...
* Added dsymutil to gcc wrapper env on darwin
* turned off make check for gnugrep on darwin
* added --enable-bsd=libs configure flag for gnugrep on darwin
svn path=/nixpkgs/trunk/; revision=16014
2009-06-21 18:37:54 +00:00
Michael Raskin
62a867c558
Removing obsolete override from xclip expression
...
svn path=/nixpkgs/trunk/; revision=16013
2009-06-20 05:01:49 +00:00
Eelco Dolstra
d0b03cbe1a
* The vidmode patch was kind of broken (it didn't zero-terminate the
...
`mode' buffer).
svn path=/nixpkgs/trunk/; revision=16009
2009-06-19 14:26:04 +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
d0cf102957
Update xclip
...
svn path=/nixpkgs/trunk/; revision=16007
2009-06-19 08:52:57 +00:00
Michael Raskin
35bd2c76b0
Adding uzbl - a tiny browser
...
svn path=/nixpkgs/trunk/; revision=16006
2009-06-19 08:05:21 +00:00
Michael Raskin
9765da15e0
Propagate zenity fix to gnome-2.26
...
svn path=/nixpkgs/trunk/; revision=16004
2009-06-19 06:45:25 +00:00
Michael Raskin
5eb66bcf90
Fix zenity build
...
svn path=/nixpkgs/trunk/; revision=16003
2009-06-19 06:29:00 +00:00
Eelco Dolstra
645c91708f
* Updated some drivers.
...
svn path=/nixpkgs/trunk/; revision=16002
2009-06-18 17:20:01 +00:00
Eelco Dolstra
6d7f27704a
svn path=/nixpkgs/trunk/; revision=16001
2009-06-18 16:48:29 +00:00
Eelco Dolstra
445598ad4c
* Support the "vga" kernel command line option when using the -kernel
...
option. Patch from
http://www.mail-archive.com/qemu-commits@nongnu.org/msg00202.html .
svn path=/nixpkgs/trunk/; revision=15997
2009-06-18 15:55:38 +00:00
Rob Vermaas
e89d4a39c6
* added checkstyle, pmd, jdepends.
...
* changed version of ant to 1.7
svn path=/nixpkgs/trunk/; revision=15995
2009-06-18 12:52:10 +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
Michael Raskin
e15e850360
Account for RC1 xulrunner claiming to be 1.9.1
...
svn path=/nixpkgs/trunk/; revision=15993
2009-06-18 11:37:49 +00:00
Michael Raskin
603e3e8c6f
Firefox 3.5 RC1
...
svn path=/nixpkgs/trunk/; revision=15991
2009-06-18 10:03:07 +00:00
Sander van der Burg
262f696a42
Updated axis2 to 1.5
...
svn path=/nixpkgs/trunk/; revision=15987
2009-06-17 14:02:37 +00:00
Eelco Dolstra
e16fe2a1eb
svn path=/nixpkgs/trunk/; revision=15984
2009-06-17 13:56:46 +00:00
Eelco Dolstra
85479e92d1
* Linux 2.6.29.5.
...
* Build the PC speaker as a module. This allows people who are
annoyed by beeps (e.g. users of Dell Latitude D6xx laptops) to get
rid of them :-)
svn path=/nixpkgs/trunk/; revision=15983
2009-06-17 12:26:22 +00:00
Rob Vermaas
cd2c0b26ad
moved finalPhase so it is possible to override through args
...
svn path=/nixpkgs/trunk/; revision=15977
2009-06-17 07:02:59 +00:00
Sander van der Burg
891991a1d9
Link lgcc_s to mysql in order to make it work on x86-64-linux
...
svn path=/nixpkgs/trunk/; revision=15973
2009-06-16 13:36:10 +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
Eelco Dolstra
49d141ed01
* Work around a bizarre bug that causes nvidia-settings to be able to
...
find libXrandr when invoked as "nvidia-settings", but not when
invoked by absolute path
(e.g. "/var/run/current-system/sw/bin/nvidia-settings"). Adding it
to libGL's RUNPATH fixes this. Strangely, libGL doesn't even
contain a reference to libXrandr.
svn path=/nixpkgs/trunk/; revision=15971
2009-06-16 12:51:35 +00:00
Andres Löh
b7032e7fc4
Version bump for uu-parsinglib.
...
svn path=/nixpkgs/trunk/; revision=15970
2009-06-16 08:59:19 +00:00
Andres Löh
a889b5bb66
Updated multirec and zipper for Haskell.
...
svn path=/nixpkgs/trunk/; revision=15969
2009-06-16 08:56:31 +00:00
Eelco Dolstra
619433c88b
* psmisc 22.7.
...
svn path=/nixpkgs/trunk/; revision=15968
2009-06-15 21:43:48 +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
Lluís Batlle i Rossell
4855ff6979
Updating radare.
...
svn path=/nixpkgs/trunk/; revision=15966
2009-06-15 18:37:31 +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
Eelco Dolstra
588eb7a351
* Linux 2.6.27.25.
...
svn path=/nixpkgs/trunk/; revision=15962
2009-06-15 15:05:42 +00:00
Eelco Dolstra
16fef1d9d6
* dontMakeSourcesWritable: should be a variable. Caught by Marc
...
Weber.
svn path=/nixpkgs/trunk/; revision=15961
2009-06-15 13:39:09 +00:00
Michael Raskin
861c12a13c
XulRunner needs the same version bump as FF
...
svn path=/nixpkgs/trunk/; revision=15960
2009-06-15 13:18:19 +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
Michael Raskin
0d32e9950c
Firefox beta version bump. Preview before Release Candidate or whatever Mozilla calls it.
...
svn path=/nixpkgs/trunk/; revision=15958
2009-06-15 12:59:52 +00:00
Eelco Dolstra
36b4a9b3f3
* Rename types.enable -> types.bool.
...
svn path=/nixpkgs/trunk/; revision=15955
2009-06-14 11:06:16 +00:00
Marc Weber
f4262cf010
adding some gimp plugins *joy*
...
svn path=/nixpkgs/trunk/; revision=15954
2009-06-14 01:30:12 +00:00
Marc Weber
959342d209
PHP enable SOAP and openssl support
...
svn path=/nixpkgs/trunk/; revision=15953
2009-06-14 01:30:04 +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
Eelco Dolstra
7442d90d32
* tcsh: create a "csh" symlink.
...
svn path=/nixpkgs/trunk/; revision=15950
2009-06-13 16:09:26 +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
Eelco Dolstra
47eb07cfeb
* Latest NVIDIA driver.
...
svn path=/nixpkgs/trunk/; revision=15944
2009-06-12 12:56:03 +00:00
Nicolas Pierron
6f0b3b683e
option types: Fix the generated template name used for the documentation.
...
svn path=/nixpkgs/trunk/; revision=15938
2009-06-11 16:03:43 +00:00
Nicolas Pierron
8f8971144f
optionAttrSetToDocList: Re-implement with the collect function.
...
Use the option name computed by "handleOptionSets" instead of
computing it a second time. Handle option containing option sets.
svn path=/nixpkgs/trunk/; revision=15937
2009-06-11 16:03:38 +00:00
Nicolas Pierron
0f6a67814a
Add 'collect' a function which recursively collects all attribute values verifying a predicate.
...
svn path=/nixpkgs/trunk/; revision=15936
2009-06-11 16:03:33 +00:00
Nicolas Pierron
b32002c3a3
Add support for a new module syntax.
...
Introduce optional argument to optionSet options.
svn path=/nixpkgs/trunk/; revision=15935
2009-06-11 16:03:26 +00:00
Michael Raskin
2b68672d1c
Setserial source fix
...
svn path=/nixpkgs/trunk/; revision=15933
2009-06-11 05:41:30 +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
Eelco Dolstra
a0399dd8a2
* mksquashfs needs pthread_cancel.
...
svn path=/nixpkgs/trunk/; revision=15925
2009-06-10 13:29:12 +00:00
Rob Vermaas
ee88032be9
* bumped gcc to 4.2.1 build 5531 on darwin
...
svn path=/nixpkgs/trunk/; revision=15920
2009-06-10 11:08:57 +00:00
Rob Vermaas
68d5a14183
* xargsFlag empty on darwin
...
svn path=/nixpkgs/trunk/; revision=15919
2009-06-10 11:08:53 +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
342d9834bf
* -msse2 flag for python on i686-darwin
...
svn path=/nixpkgs/trunk/; revision=15914
2009-06-10 09:18:51 +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
43cc5950fa
Fixed compilation of kdewebdev
...
svn path=/nixpkgs/trunk/; revision=15911
2009-06-09 15:04:57 +00:00
Eelco Dolstra
cee3ca1228
svn path=/nixpkgs/trunk/; revision=15909
2009-06-09 14:32:31 +00:00
Eelco Dolstra
813909d153
* Fedora 11 uses SHA-256 hashes instead of SHA-1 in primary.xml.
...
svn path=/nixpkgs/trunk/; revision=15908
2009-06-09 14:25:45 +00:00
Eelco Dolstra
d8cc981d90
* Fedora 11. Completely untested.
...
svn path=/nixpkgs/trunk/; revision=15907
2009-06-09 14:10:16 +00:00
Sander van der Burg
3ad53bd75e
Upgraded KDE to 4.2.4
...
svn path=/nixpkgs/trunk/; revision=15902
2009-06-09 10:59:02 +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
Rob Vermaas
22474c3539
* enable i686-darwin for mesa
...
svn path=/nixpkgs/trunk/; revision=15900
2009-06-09 09:19:32 +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
6408a6a6fd
* Trivial function to create a singleton list. Can reduce unnecessary
...
indentation in expressions like
environent.extraJobs =
[ { name = "foo";
job =
''
bla bla
'';
}
];
which becomes
environent.extraJobs = singleton
{ name = "foo";
job =
''
bla bla
'';
};
svn path=/nixpkgs/trunk/; revision=15892
2009-06-08 22:42:42 +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
Armijn Hemel
6375c2f236
update to 2.5.6
...
svn path=/nixpkgs/trunk/; revision=15889
2009-06-08 18:31:07 +00:00
Armijn Hemel
5af34a4ef7
update to 2.16.2
...
svn path=/nixpkgs/trunk/; revision=15888
2009-06-08 17:50:57 +00:00
Eelco Dolstra
e559192847
* Fix module installation.
...
svn path=/nixpkgs/trunk/; revision=15887
2009-06-07 21:49:14 +00:00
Eelco Dolstra
83c3123617
* Wine 1.1.23.
...
svn path=/nixpkgs/trunk/; revision=15886
2009-06-07 19:48:49 +00:00
Rob Vermaas
935d9f3610
* libX11 dep MCRL2
...
svn path=/nixpkgs/trunk/; revision=15885
2009-06-07 16:17:49 +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
Eelco Dolstra
50e91e3fdd
* kbd updated to 1.15.
...
svn path=/nixpkgs/trunk/; revision=15880
2009-06-05 17:16:14 +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
Eelco Dolstra
57cf606d47
* squashfs tools: updated to 4.0.
...
svn path=/nixpkgs/trunk/; revision=15873
2009-06-05 13:52:24 +00:00
Ludovic Courtès
d3f18d66bc
Build tangoGPS.
...
svn path=/nixpkgs/trunk/; revision=15872
2009-06-05 13:51:11 +00:00
Rob Vermaas
d009f7f996
* added mCRL2
...
svn path=/nixpkgs/trunk/; revision=15870
2009-06-05 13:33:41 +00:00
Rob Vermaas
d7b4e11220
* added mCRL
...
svn path=/nixpkgs/trunk/; revision=15869
2009-06-05 13:32:39 +00:00
Rob Vermaas
9f7731c3d6
* added openmpi
...
svn path=/nixpkgs/trunk/; revision=15868
2009-06-05 13:31:57 +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
Rob Vermaas
8c3809729c
* --fstrans=no for building debian packages
...
svn path=/nixpkgs/trunk/; revision=15859
2009-06-05 10:42:14 +00:00
Michael Raskin
3f036ae7ce
SGT Puzzles tarball changed back (!).
...
svn path=/nixpkgs/trunk/; revision=15858
2009-06-05 08:34:30 +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
Sander van der Burg
8a75e50456
Added a few more GNOME 2.26 packages
...
svn path=/nixpkgs/trunk/; revision=15856
2009-06-04 13:35:48 +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
1c5056a7d7
Updating the xkeyboard_config patch for esperanto with alt_gr
...
svn path=/nixpkgs/trunk/; revision=15848
2009-06-03 21:21:10 +00:00
Lluís Batlle i Rossell
3fae4aa6b3
Updating radare to 1.4.
...
svn path=/nixpkgs/trunk/; revision=15847
2009-06-03 19:45:38 +00:00
Rob Vermaas
a46e339352
typo
...
svn path=/nixpkgs/trunk/; revision=15846
2009-06-03 19:20:13 +00:00
Rob Vermaas
59ae0e5bae
svn path=/nixpkgs/trunk/; revision=15845
2009-06-03 19:19:24 +00:00
Lluís Batlle i Rossell
65bc653910
Fixing psi, which needed -lqca still.
...
svn path=/nixpkgs/trunk/; revision=15844
2009-06-03 18:39:32 +00:00
Rob Vermaas
1fe82f7ff9
* added pre-/postInstall hook to debbuild
...
svn path=/nixpkgs/trunk/; revision=15843
2009-06-03 18:33:04 +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
Lluís Batlle i Rossell
abed7b8441
Made kde-4.2 packages work, adding the proper derivation attribute to get all qt include
...
paths into NIX_CFLAGS_COMPILE. This helps build kde42 packages, because they have a broken
FindQt4.cmake, which doesn't find properly the qt4 header files.
svn path=/nixpkgs/trunk/; revision=15841
2009-06-03 17:33:54 +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
Lluís Batlle i Rossell
94d2e57c62
Trying to fix the cmake-qt problems, fixing cmake's FindQt4. Paraview now builds beyond 25%, while
...
before it didn't. Through this commit I expect the build farm to try to build kde, and see
whether this way it builds without the unusual NIX_CFLAGS_COMPILE set in the qt setup-hook.
svn path=/nixpkgs/trunk/; revision=15838
2009-06-03 09:19:19 +00:00
Andres Löh
107d41f96c
New Haskell Platform release.
...
svn path=/nixpkgs/trunk/; revision=15837
2009-06-03 08:44:41 +00:00
Michael Raskin
e9eea90443
Compile SBCL with sb-thread enabled..
...
svn path=/nixpkgs/trunk/; revision=15835
2009-06-03 07:07:01 +00:00
Eelco Dolstra
6556756115
* ntp 4.2.4p7.
...
svn path=/nixpkgs/trunk/; revision=15828
2009-06-02 19:35:26 +00:00
Lluís Batlle i Rossell
889bf6bfd8
Made the setup-hook more friendly to packages which use qt4 more normally
...
(that is, they are aware that the header files are in $QTDIR/include/*/)
svn path=/nixpkgs/trunk/; revision=15827
2009-06-02 19:07:50 +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
Eelco Dolstra
6645fcb0c5
* Oops.
...
svn path=/nixpkgs/trunk/; revision=15821
2009-06-02 12:29:40 +00:00
Eelco Dolstra
9d25c4d4e2
* Lots of Qt packages fail to build if the subdirectories of
...
$out/include aren't explicitly included in the include path.
svn path=/nixpkgs/trunk/; revision=15820
2009-06-02 12:27:27 +00:00
Eelco Dolstra
32aa1eacf3
* Linux 2.6.27.24, 2.6.28.10.
...
svn path=/nixpkgs/trunk/; revision=15819
2009-06-02 09:48:01 +00:00
Eelco Dolstra
2d8003ff6d
* NVIDIA X11 driver updated to 180.60.
...
svn path=/nixpkgs/trunk/; revision=15818
2009-06-02 09:47:48 +00:00
Eelco Dolstra
0da609d9d4
* Graphviz updated to 2.22.2.
...
svn path=/nixpkgs/trunk/; revision=15817
2009-06-02 09:38:42 +00:00
Rob Vermaas
b217e83691
* renamed installCommand -> installPhase for debian build
...
svn path=/nixpkgs/trunk/; revision=15816
2009-06-02 08:11:40 +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
Lluís Batlle i Rossell
d7e96a4e58
Fixing the qt4 setup hook, where "[ -n $blabla ]" always evaluated to true.
...
svn path=/nixpkgs/trunk/; revision=15808
2009-05-31 08:35:00 +00:00
Lluís Batlle i Rossell
07caf9a9bd
Updated cmake
...
svn path=/nixpkgs/trunk/; revision=15807
2009-05-31 08:34:57 +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
Sander van der Burg
da25b2498b
Upgraded VirtualBox to 2.2.4
...
svn path=/nixpkgs/trunk/; revision=15803
2009-05-30 16:35:41 +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
ec871e6400
Upgraded DOSBox to 0.73 and removed glibc fixes which are obsolete now
...
svn path=/nixpkgs/trunk/; revision=15786
2009-05-29 12:14: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
Eelco Dolstra
151031e233
* Fix nix-env evaluation on non-Linux platforms.
...
svn path=/nixpkgs/trunk/; revision=15783
2009-05-29 09:59:26 +00:00
Sander van der Burg
0b2dbc4d40
Added KOffice package
...
svn path=/nixpkgs/trunk/; revision=15782
2009-05-29 09:53:24 +00:00
Eelco Dolstra
ac7eb7d25a
* nix-env gets confused when an attrset contains an attribute named
...
"type".
svn path=/nixpkgs/trunk/; revision=15781
2009-05-29 09:47:55 +00:00
Ludovic Courtès
f3706471e8
GNU Ghostscript: Add pointers to the URW++ font files in the fontmap.
...
svn path=/nixpkgs/trunk/; revision=15780
2009-05-28 22:11:02 +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
Sander van der Burg
5990b0d95f
Added VICE emulator package
...
svn path=/nixpkgs/trunk/; revision=15776
2009-05-28 19:22:00 +00:00
Andres Löh
0c5786e22d
Added Shellac Haskell package.
...
svn path=/nixpkgs/trunk/; revision=15775
2009-05-28 19:06:33 +00:00
Andres Löh
2c096bf75f
Fix the ghc-wrapper in order to enable runghc/runhaskell.
...
svn path=/nixpkgs/trunk/; revision=15774
2009-05-28 19:06:29 +00:00
Eelco Dolstra
58b4add4e6
* Updated the IANA /etc info.
...
svn path=/nixpkgs/trunk/; revision=15763
2009-05-28 12:42:41 +00:00
Nicolas Pierron
49b4942f0e
Add option types.
...
svn path=/nixpkgs/trunk/; revision=15749
2009-05-27 20:25:17 +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
Eelco Dolstra
ded055c896
* Remove an attrset comparison.
...
svn path=/nixpkgs/trunk/; revision=15736
2009-05-26 16:25:59 +00:00
Eelco Dolstra
c36d75a40a
* Latest unstable Nix.
...
svn path=/nixpkgs/trunk/; revision=15735
2009-05-26 16:25:41 +00:00
Eelco Dolstra
8b52e84e1a
* Fix a comparison of function values (disallowed in the Nix trunk).
...
Thanks to Nicolas.
svn path=/nixpkgs/trunk/; revision=15734
2009-05-26 16:00:30 +00:00
Rob Vermaas
3c21e81203
* added qemu to channel
...
svn path=/nixpkgs/trunk/; revision=15732
2009-05-26 13:27:42 +00:00
Ludovic Courtès
010edd3739
buildPythonPackage: Simplify attribute inheritance.
...
Suggested by Eelco Dolstra.
svn path=/nixpkgs/trunk/; revision=15731
2009-05-26 10:03:33 +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
Lluís Batlle i Rossell
51321bceed
Updating akonadi, because the src URL gave 404
...
svn path=/nixpkgs/trunk/; revision=15711
2009-05-24 21:32:57 +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
4fc80e9497
buildPythonPackage: Handle patches.
...
svn path=/nixpkgs/trunk/; revision=15708
2009-05-24 21:14:32 +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
Eelco Dolstra
8d7bf1a11e
* Typo.
...
svn path=/nixpkgs/trunk/; revision=15699
2009-05-24 18:12:39 +00:00
Ludovic Courtès
fb087d2598
GNU Ed 1.3.
...
svn path=/nixpkgs/trunk/; revision=15698
2009-05-24 17:45:43 +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
ed69e9ed94
getAttr can call builtins.getAttr
...
svn path=/nixpkgs/trunk/; revision=15694
2009-05-24 10:57:49 +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
Eelco Dolstra
7d45b35d1e
* OpenSSH 5.2.
...
svn path=/nixpkgs/trunk/; revision=15689
2009-05-23 16:14:26 +00:00
Marc Weber
2774979bf7
missing patch
...
svn path=/nixpkgs/trunk/; revision=15688
2009-05-23 13:15:07 +00:00
Marc Weber
3c25ec6a3a
adding soappy
...
svn path=/nixpkgs/trunk/; revision=15687
2009-05-23 13:04:41 +00:00
Marc Weber
8e5771e543
dbus-glib update making gnome-terminal compile
...
by Christoph Herbst
svn path=/nixpkgs/trunk/; revision=15686
2009-05-22 19:16:16 +00:00
Marc Weber
94ba737704
fix atlas by Tobias Neumann
...
svn path=/nixpkgs/trunk/; revision=15685
2009-05-21 17:39:17 +00:00
Marc Weber
8d3c1ea9e2
adding pyxml
...
svn path=/nixpkgs/trunk/; revision=15684
2009-05-21 17:39:13 +00:00
Lluís Batlle i Rossell
904a4ad868
Adding vtun.
...
svn path=/nixpkgs/trunk/; revision=15682
2009-05-20 17:51:41 +00:00
Marc Weber
88eb04c0dc
adding zenity to gnome desktop nix expressions
...
making it possible to build metacity and gconf-editor
patch provided by Christoph Herbst
svn path=/nixpkgs/trunk/; revision=15681
2009-05-20 17:39:18 +00:00
Michael Raskin
c7c225d5fe
Update monotone
...
svn path=/nixpkgs/trunk/; revision=15680
2009-05-20 17:35:48 +00:00
Eelco Dolstra
84e60bf3c8
* Latest e2fsprogs.
...
svn path=/nixpkgs/trunk/; revision=15679
2009-05-20 17:13:51 +00:00
Ludovic Courtès
689f3cfaaa
Build GNU Automake 1.11.
...
svn path=/nixpkgs/trunk/; revision=15675
2009-05-20 12:22:40 +00:00
Ludovic Courtès
20701b16cc
Automake 1.11: Run the test suite by default.
...
svn path=/nixpkgs/trunk/; revision=15674
2009-05-20 12:21:53 +00:00
Ludovic Courtès
599b1c1af2
Add GNU Automake 1.11.
...
svn path=/nixpkgs/trunk/; revision=15673
2009-05-20 12:20:51 +00:00
Marc Weber
ea3688db98
added documentation illustrating behaviour of the new textClosureMap
...
implementation
svn path=/nixpkgs/trunk/; revision=15663
2009-05-19 23:26:08 +00:00
Marc Weber
52647ea3b0
FullDepEntry -> fullDepEntry, PackEntry -> packEntry
...
svn path=/nixpkgs/trunk/; revision=15662
2009-05-19 23:25:58 +00:00
Nicolas Pierron
1500252e6f
* options.nix:
...
Remove attribute set comparison. Imported attribute sets
are traverse assuming that no duplicate could exists.
svn path=/nixpkgs/trunk/; revision=15659
2009-05-19 23:07:07 +00:00
Nicolas Pierron
47679b20af
Remove unused feature which allowed to add properties on the required elements.
...
svn path=/nixpkgs/trunk/; revision=15658
2009-05-19 23:07:02 +00:00
Nicolas Pierron
36dcabd7be
Add support for require attribute with a filename as argument.
...
svn path=/nixpkgs/trunk/; revision=15657
2009-05-19 23:06:56 +00:00
Michael Raskin
5fff65dce9
As newest ejabberd will not run with Erlang R13B, use SVN version
...
svn path=/nixpkgs/trunk/; revision=15655
2009-05-19 17:08:10 +00:00
Michael Raskin
754eef0250
Update fetchsvn for proxy support
...
svn path=/nixpkgs/trunk/; revision=15654
2009-05-19 17:07:20 +00:00
Eelco Dolstra
b9d560d30e
* Get rid of __primop.
...
* newMergeOptionSets -> mergeOptionSets.
svn path=/nixpkgs/trunk/; revision=15652
2009-05-19 14:54:41 +00:00
Peter Simons
4b7fc6f5d6
all-packages.nix: commented out package 'vice'
...
error: getting status of `/usr/local/src/nix-pkgs-current/pkgs/misc/emulators/vice': No such file or directory
svn path=/nixpkgs/trunk/; revision=15646
2009-05-18 13:53:01 +00:00
Eelco Dolstra
85e16ee19e
* Removed seccureUser because -DNOMEMLOCK no longer seems to have any
...
effect in version 0.4.
svn path=/nixpkgs/trunk/; revision=15632
2009-05-18 11:24:16 +00:00
Lluís Batlle i Rossell
5d72346338
Adding pkgconfig to MPlayer, as now it uses it for finding some libs as theora.
...
svn path=/nixpkgs/trunk/; revision=15629
2009-05-17 20:34:12 +00:00
Lluís Batlle i Rossell
291260a325
Updating mldonkey to 3.0.0.
...
svn path=/nixpkgs/trunk/; revision=15628
2009-05-17 20:34:04 +00:00
Lluís Batlle i Rossell
226d5cf608
Changing the xscreensaver expression, so nix-env operations with '*' work.
...
svn path=/nixpkgs/trunk/; revision=15627
2009-05-17 20:33:58 +00:00
Sander van der Burg
1b7f187af2
Added VICE, a Commodore 64 emulator
...
svn path=/nixpkgs/trunk/; revision=15626
2009-05-17 14:00:20 +00:00
Lluís Batlle i Rossell
24b76784e1
Adding trackballs
...
svn path=/nixpkgs/trunk/; revision=15625
2009-05-16 23:14:37 +00:00
Lluís Batlle i Rossell
9f34ef8cf5
Making tightvnc use given fonts, instead of depending of an X Font Server started
...
at the usual unix socket.
svn path=/nixpkgs/trunk/; revision=15624
2009-05-16 23:04:06 +00:00
Lluís Batlle i Rossell
c4c6c2a224
Fixing wxGTK build in x86_64 (mesa related)
...
svn path=/nixpkgs/trunk/; revision=15623
2009-05-16 13:53:26 +00:00
Andres Löh
ffcdec785b
Added a number of Haskell packages.
...
svn path=/nixpkgs/trunk/; revision=15622
2009-05-15 18:53:00 +00:00
Andres Löh
cd7dba4f0b
Some Haskell library updates.
...
svn path=/nixpkgs/trunk/; revision=15621
2009-05-15 18:52:55 +00:00
Sander van der Burg
2c0ef01583
The CON file is not mandatory for running Duke
...
svn path=/nixpkgs/trunk/; revision=15607
2009-05-14 19:52:19 +00:00
Lluís Batlle i Rossell
c1d2a2e2d1
Fixing the version in the name of freeimage.
...
svn path=/nixpkgs/trunk/; revision=15606
2009-05-14 15:03:31 +00:00
Eelco Dolstra
6b611bc0f1
svn path=/nixpkgs/trunk/; revision=15605
2009-05-14 14:43:50 +00:00
Eelco Dolstra
120a82d7b9
* NASM: updated to the latest version.
...
* eduke: needs NASM on i686-linux.
svn path=/nixpkgs/trunk/; revision=15604
2009-05-14 14:42:20 +00:00
Sander van der Burg
1cfc364e98
Fixed wrapper script to use environment variables from the user profile
...
svn path=/nixpkgs/trunk/; revision=15602
2009-05-14 14:05:38 +00:00
Sander van der Burg
16ffeaead6
Added EDuke32 package to celebrate the moment that 3DRealms is dead and Duke Nukem Forever is never going to be released
...
svn path=/nixpkgs/trunk/; revision=15601
2009-05-14 13:48:45 +00:00
Eelco Dolstra
d15fc44b23
* Firefox 3.0.9.
...
svn path=/nixpkgs/trunk/; revision=15600
2009-05-14 12:34:13 +00:00
Sander van der Burg
c0605f9d3c
Added desktop item to DOSBox
...
svn path=/nixpkgs/trunk/; revision=15599
2009-05-14 11:17:41 +00:00
Lluís Batlle i Rossell
5ee7338cd2
Adding povray
...
svn path=/nixpkgs/trunk/; revision=15598
2009-05-14 08:49:46 +00:00
Andres Löh
f8a30d60d0
Updated multirec and zipper Haskell packages.
...
svn path=/nixpkgs/trunk/; revision=15597
2009-05-13 20:34:22 +00:00
Sander van der Burg
271c960f67
Added GTK-Qt engine package for KDE 4.2 to make GTK+ applications look better in KDE
...
svn path=/nixpkgs/trunk/; revision=15596
2009-05-13 20:10:48 +00:00
Andres Löh
677f91a6d1
Added Idris and updated fetchdarcs.
...
svn path=/nixpkgs/trunk/; revision=15595
2009-05-13 19:02:23 +00:00
Ludovic Courtès
1ffa8f0c17
Build smartmontools.
...
svn path=/nixpkgs/trunk/; revision=15594
2009-05-13 15:31:10 +00:00
Rob Vermaas
86f343eb70
updated opera for x86_64
...
svn path=/nixpkgs/trunk/; revision=15593
2009-05-13 14:47:10 +00:00
Sander van der Burg
895587ef61
Upgraded kdesvn to 1.3.0
...
svn path=/nixpkgs/trunk/; revision=15592
2009-05-13 14:11:46 +00:00
Sander van der Burg
b430c032fd
Fixed command-line argument support for Eclipse wrapper script
...
svn path=/nixpkgs/trunk/; revision=15591
2009-05-13 14:05:25 +00:00
Sander van der Burg
b506afc1a3
Added my own Eclipse expression which supports version 3.4 and provides a desktop item
...
svn path=/nixpkgs/trunk/; revision=15590
2009-05-13 13:55:53 +00:00
Sander van der Burg
b4d94e82cd
Modified WPA supplicant expression so that it includes an icon
...
svn path=/nixpkgs/trunk/; revision=15588
2009-05-13 10:56:53 +00:00
Eelco Dolstra
f786614e7e
* PHP: build with an external, dynamically linked sqlite. Otherwise
...
PHP builds an internal copy of sqlite, and we get into trouble when
other Apache modules use a dynamically linked sqlite. For instance,
Subversion 1.6 barfs with "(20014)Internal error: SQLite compiled for
3.6.12, but running with 3.3.7".
svn path=/nixpkgs/trunk/; revision=15587
2009-05-13 10:43:34 +00:00
Eelco Dolstra
57757bed7f
* Make Subversion 1.6 the default.
...
svn path=/nixpkgs/trunk/; revision=15586
2009-05-13 10:40:09 +00:00
Lluís Batlle i Rossell
6e1e2d5aba
Adding muparser and meshlab.
...
svn path=/nixpkgs/trunk/; revision=15585
2009-05-13 10:21:29 +00:00
Lluís Batlle i Rossell
6094c84369
Fixing cdrkit cdrecord link.
...
svn path=/nixpkgs/trunk/; revision=15584
2009-05-13 10:21:24 +00:00
Eelco Dolstra
0a54c9bcff
* Subversion updated to 1.6.2.
...
svn path=/nixpkgs/trunk/; revision=15583
2009-05-13 10:18:05 +00:00
Sander van der Burg
ab75faaa82
Added a minor symlink to OpenOffice.org to make desktop files work
...
svn path=/nixpkgs/trunk/; revision=15582
2009-05-13 09:44:26 +00:00
Sander van der Burg
f6a4c64f0f
Added desktop file support for openoffice.org
...
svn path=/nixpkgs/trunk/; revision=15579
2009-05-12 19:08:02 +00:00
Sander van der Burg
2a633e75c8
Added qt4 gui front-end package for WPA supplicant
...
svn path=/nixpkgs/trunk/; revision=15578
2009-05-12 18:52:48 +00:00
Michael Raskin
0b4b21325f
Properly create save directory for zangband
...
svn path=/nixpkgs/trunk/; revision=15576
2009-05-12 17:27:00 +00:00
Michael Raskin
fed0f330e7
Fix nethack/zangband wrappers
...
svn path=/nixpkgs/trunk/; revision=15575
2009-05-12 16:03:10 +00:00
Michael Raskin
f616199fb5
Fix relfs build
...
svn path=/nixpkgs/trunk/; revision=15574
2009-05-12 16:01:38 +00:00
Michael Raskin
d59710a58c
Fix construo build
...
svn path=/nixpkgs/trunk/; revision=15573
2009-05-12 16:00:58 +00:00
Michael Raskin
852603e4df
Fix indent build
...
svn path=/nixpkgs/trunk/; revision=15572
2009-05-12 16:00:26 +00:00
Sander van der Burg
908b2b6d47
Added kmplayer for KDE 4.2 package
...
svn path=/nixpkgs/trunk/; revision=15571
2009-05-12 15:12:26 +00:00
Eelco Dolstra
8202de939d
* Acrobat Reader -> Adobe Reader, and updated to version 9.0.1.
...
Removed the fastStart option; it seems to start fast enough without
it nowadays. Include CUPS in the RPATH so that the printer dialog
box shows actual printers (especially useful since KDE 4 no longer
include the kprinter program ;-).
svn path=/nixpkgs/trunk/; revision=15570
2009-05-12 14:49:01 +00:00
Eelco Dolstra
d78a404063
* Removed some assertions that rely on pointer equality. (It's kind
...
of unfortunate that consitency checks like "httpd.apr == apr" don't
really work. Perhaps equality tests on derivations should just
compare the drvPath or outPath attributes.)
svn path=/nixpkgs/trunk/; revision=15569
2009-05-12 12:50:07 +00:00
Sander van der Burg
895f15eb04
Upgraded popper to 0.10.6
...
svn path=/nixpkgs/trunk/; revision=15566
2009-05-12 11:55:17 +00:00
Eelco Dolstra
89aa70112a
* Better not use stdenv.coreutils, since not every stdenv has a coreutils.
...
svn path=/nixpkgs/trunk/; revision=15564
2009-05-12 09:45:24 +00:00
Andres Löh
16beccec03
Added ghc-6.10.3 to release.
...
svn path=/nixpkgs/trunk/; revision=15563
2009-05-12 07:06:17 +00:00
Andres Löh
9b21f98b0a
Added two Haskell packages.
...
svn path=/nixpkgs/trunk/; revision=15562
2009-05-12 07:06:13 +00:00
Michael Raskin
e5b9540053
All-packages changes for last commits
...
svn path=/nixpkgs/trunk/; revision=15561
2009-05-12 04:28:30 +00:00
Michael Raskin
95d28d5247
Adding nethack
...
svn path=/nixpkgs/trunk/; revision=15560
2009-05-12 04:27:10 +00:00
Michael Raskin
1da8871ffa
Adding zangband
...
svn path=/nixpkgs/trunk/; revision=15559
2009-05-12 04:26:52 +00:00
Michael Raskin
4bdeb83cf3
Reduced number of build errors in audacity. Still fails in the end complaining on not building part of itself
...
svn path=/nixpkgs/trunk/; revision=15558
2009-05-12 04:26:22 +00:00
Ludovic Courtès
f9f56062c1
Gnash: Remove pointless configure flag.
...
svn path=/nixpkgs/trunk/; revision=15557
2009-05-11 22:51:54 +00:00
Ludovic Courtès
a80578b312
Propagate GDBM from PulseAudio to make hints from `.la' files work.
...
svn path=/nixpkgs/trunk/; revision=15556
2009-05-11 21:11:25 +00:00
Ludovic Courtès
777f805eba
SDL: Add PulseAudio support.
...
svn path=/nixpkgs/trunk/; revision=15555
2009-05-11 19:57:42 +00:00
Lluís Batlle i Rossell
344712303d
Fixing the name of vxl, which didn't reflect the proper version.
...
svn path=/nixpkgs/trunk/; revision=15554
2009-05-11 17:49:07 +00:00
Eelco Dolstra
5abb878393
svn path=/nixpkgs/trunk/; revision=15552
2009-05-11 15:22:22 +00:00
Eelco Dolstra
abf71d5352
* textClosure: don't use uniqList, and don't rely on buggy behaviour
...
in the Nix expression evaluator (namely that comparison of attribute
sets works properly).
* Removed some redundant parentheses in builder-defs.
svn path=/nixpkgs/trunk/; revision=15551
2009-05-11 15:21:42 +00:00
Eelco Dolstra
2f33cdec38
* Die tabs die. Also, renamed FullDepEntry and PackEntry to
...
fullDepEntry and packEntry for consistency.
svn path=/nixpkgs/trunk/; revision=15549
2009-05-11 11:55:05 +00:00
Eelco Dolstra
27152e987a
* ldcpp in all-packages.nix still referred to 1.0.1.
...
svn path=/nixpkgs/trunk/; revision=15547
2009-05-11 11:22:26 +00:00
Marc Weber
57baa6617f
fix eclipse start script
...
svn path=/nixpkgs/trunk/; revision=15546
2009-05-11 06:00:27 +00:00
Marc Weber
fe62c65b59
update qgis so that it compiles again
...
svn path=/nixpkgs/trunk/; revision=15545
2009-05-11 06:00:23 +00:00
Michael Raskin
d8e3181425
Update URLs for TeXLive
...
svn path=/nixpkgs/trunk/; revision=15544
2009-05-10 23:26:19 +00:00
Michael Raskin
e420d8f5d4
Update kQemu source location
...
svn path=/nixpkgs/trunk/; revision=15543
2009-05-10 21:22:36 +00:00
Michael Raskin
cd61acfa10
Update qemu
...
svn path=/nixpkgs/trunk/; revision=15542
2009-05-10 21:22:16 +00:00
Andres Löh
61a000b056
Added ghc-6.10.3.
...
svn path=/nixpkgs/trunk/; revision=15541
2009-05-10 21:04:58 +00:00