Ludovic Courtès
32fcf8d32b
Add GNU MIG.
...
svn path=/nixpkgs/trunk/; revision=21750
2010-05-12 15:46:43 +00:00
Ludovic Courtès
5738f20c83
Add GNU Mach (headers).
...
svn path=/nixpkgs/trunk/; revision=21749
2010-05-12 15:46:38 +00:00
Eelco Dolstra
cde9d0fb13
* The old evaluator segfaults if the `outPath' attribute is missing.
...
Work around it for the moment.
svn path=/nixpkgs/trunk/; revision=21747
2010-05-12 13:24:09 +00:00
Marco Maggesi
891868a4fe
Add package for Fossil
...
svn path=/nixpkgs/trunk/; revision=21746
2010-05-12 13:17:19 +00:00
Marco Maggesi
d4785a25dd
Add myself to nixpkgs/pkgs/lib/maintainers.nix
...
svn path=/nixpkgs/trunk/; revision=21744
2010-05-12 12:25:23 +00:00
Ludovic Courtès
7a491b54fa
releaseTools.coverageAnalysis: Add `lcovExtraTraceFiles' parameter.
...
svn path=/nixpkgs/trunk/; revision=21743
2010-05-12 12:22:44 +00:00
Ludovic Courtès
3b9cee4638
gnupdate: Fix unbound-variable in `%ftp-login'.
...
* maintainers/scripts/gnu/gnupdate.scm (%ftp-login): Bind `command' to
the command.
svn path=/nixpkgs/trunk/; revision=21742
2010-05-12 12:22:40 +00:00
Eelco Dolstra
9ec34da2ee
* In the generation of the `options.xml' file used to produce the
...
NixOS manual and manpages, remove all derivation attributes except
the `name' attribute. This cuts the size of `options.xml' from 7.0
MiB to 473 KiB, and more importantly, cuts evaluation time of the
system derivation from 1.63s to 1.10s on my laptop (a 32%
improvement).
svn path=/nixpkgs/trunk/; revision=21739
2010-05-12 11:07:49 +00:00
Eelco Dolstra
da7e1fbea3
* Do not silently ignore broken "example" and "default" attributes
...
when generating the documentation. If they're broken, they should
be fixed.
svn path=/nixpkgs/trunk/; revision=21738
2010-05-12 09:31:46 +00:00
Peter Simons
55a322022c
pkgs/applications/editors/emacs-modes/magit: bumped to 0.8 release
...
svn path=/nixpkgs/trunk/; revision=21737
2010-05-12 09:09:55 +00:00
Marc Weber
657ae2a621
adding libdwg - optional dependency of grass
...
svn path=/nixpkgs/trunk/; revision=21736
2010-05-12 00:50:01 +00:00
Marc Weber
75ca72cf75
adding GIS application OpenJUMP
...
svn path=/nixpkgs/trunk/; revision=21735
2010-05-11 22:19:37 +00:00
Marco Maggesi
afbb01c90d
Add expression for Coq 8.3 beta
...
svn path=/nixpkgs/trunk/; revision=21734
2010-05-11 20:14:46 +00:00
Andres Löh
76167b5bd3
Added a few new Haskell libraries.
...
svn path=/nixpkgs/trunk/; revision=21733
2010-05-11 19:58:47 +00:00
Marc Weber
57cffe5040
pidgin plugin sipe contributed by David Brown
...
svn path=/nixpkgs/trunk/; revision=21730
2010-05-11 17:28:54 +00:00
Lluís Batlle i Rossell
f1fc3e3ef1
Fixing the putty name, from putty-rNUM to putty-NUM, so nix-env -i putty installs it.
...
svn path=/nixpkgs/trunk/; revision=21729
2010-05-11 16:17:39 +00:00
Lluís Batlle i Rossell
074e7db41a
Adding an assertion for pk2cmd to build only on linux.
...
svn path=/nixpkgs/trunk/; revision=21728
2010-05-11 16:17:35 +00:00
Lluís Batlle i Rossell
06eab9d0a7
Enabling AUTH_LOGIN in cyrus_sasl (thanks d3z#nixos)
...
svn path=/nixpkgs/trunk/; revision=21727
2010-05-11 16:17:31 +00:00
Lluís Batlle i Rossell
001a74368f
Adding the Microchip software for the PICKit2 programmer: pk2cmd
...
svn path=/nixpkgs/trunk/; revision=21726
2010-05-11 16:17:26 +00:00
Ludovic Courtès
f19a35aeeb
Magit: Latest version.
...
The tarball at crypt.to had vanished, and hopefully `fetchgit' over HTTP
will work for everyone.
svn path=/nixpkgs/trunk/; revision=21722
2010-05-11 14:56:28 +00:00
Ludovic Courtès
b43b098513
gnupdate: Re-fix thinko.
...
svn path=/nixpkgs/trunk/; revision=21717
2010-05-10 21:26:57 +00:00
Ludovic Courtès
5583d516d2
gnupdate: Add `--dry-run' option.
...
* maintainers/scripts/gnu/gnupdate.scm (%options): Add `dry-run'.
(main): Handle `--dry-run'.
svn path=/nixpkgs/trunk/; revision=21716
2010-05-10 21:26:53 +00:00
Ludovic Courtès
5dd1036a04
gnupdate: Add optional directory argument to `ftp-list'.
...
* maintainers/scripts/gnu/gnupdate.scm (ftp-list): Add optional
DIRECTORY argument.
(releases): Pass DIRECTORY to `ftp-list'.
svn path=/nixpkgs/trunk/; revision=21715
2010-05-10 21:26:48 +00:00
Ludovic Courtès
d8c33c1820
gnupdate: Handle FTP logins with password.
...
* maintainers/scripts/gnu/gnupdate.scm (%ftp-login): New procedure.
(ftp-open): Use it.
svn path=/nixpkgs/trunk/; revision=21714
2010-05-10 21:26:43 +00:00
Ludovic Courtès
659e48bbb0
GNU wdiff: Fix URL.
...
svn path=/nixpkgs/trunk/; revision=21713
2010-05-10 17:54:26 +00:00
Marc Weber
e97d2900d4
ctags: never use build dir as TMP
...
svn path=/nixpkgs/trunk/; revision=21712
2010-05-10 14:46:17 +00:00
Ludovic Courtès
fd9d4a5747
gnupdate: Add quirk for MIT/GNU Scheme.
...
* maintainers/scripts/gnu/gnupdate.scm (ftp-server/directory)[quirks]:
Add `mit-scheme'.
(nixpkgs->gnu-name)[quirks]: Ditto.
svn path=/nixpkgs/trunk/; revision=21711
2010-05-10 14:30:55 +00:00
Ludovic Courtès
f64cc94638
GnuTLS 2.8.6.
...
svn path=/nixpkgs/trunk/; revision=21710
2010-05-10 14:30:52 +00:00
Ludovic Courtès
d1bca917cd
GNU Scientific Library 1.14.
...
svn path=/nixpkgs/trunk/; revision=21709
2010-05-10 14:30:48 +00:00
Ludovic Courtès
340f826442
GNU Wdiff 0.6.1.
...
svn path=/nixpkgs/trunk/; revision=21708
2010-05-10 14:30:44 +00:00
Ludovic Courtès
714937bfa3
GNU Hello 2.6.
...
svn path=/nixpkgs/trunk/; revision=21707
2010-05-10 14:30:39 +00:00
Ludovic Courtès
fbb4886d49
gnupdate: Fix typo in the GNU predicate.
...
* maintainers/scripts/gnu/gnupdate.scm (gnu?): Fix typo analyzing
`meta.homepage'.
svn path=/nixpkgs/trunk/; revision=21706
2010-05-10 14:30:35 +00:00
Ludovic Courtès
86e3de70e1
GNU gettext 0.18 (not in stdenv).
...
svn path=/nixpkgs/trunk/; revision=21704
2010-05-10 12:57:10 +00:00
Ludovic Courtès
e4fecd6b8e
gnupdate: Fix typo.
...
svn path=/nixpkgs/trunk/; revision=21703
2010-05-10 12:33:58 +00:00
Lluís Batlle i Rossell
e47a2a9651
Adding blender 2.49, additional to the last 'alpha' 2.50 there already was in nixpkgs.
...
I put the alpha in lowPrio too; too many things don't work still, there.
svn path=/nixpkgs/trunk/; revision=21701
2010-05-10 10:20:51 +00:00
Ludovic Courtès
7e4f5567d4
gnupdate: Add quirk for `commoncpp2'.
...
* maintainers/scripts/gnu/gnupdate.scm (ftp-server/directory)[quirks]:
Add `commoncpp2'.
svn path=/nixpkgs/trunk/; revision=21700
2010-05-09 23:14:55 +00:00
Ludovic Courtès
53c13c6892
GNU libunistring 0.9.3.
...
svn path=/nixpkgs/trunk/; revision=21699
2010-05-09 23:14:50 +00:00
Ludovic Courtès
601f46e716
GNU libtasn1 2.6.
...
svn path=/nixpkgs/trunk/; revision=21698
2010-05-09 23:14:44 +00:00
Ludovic Courtès
a5bfd45419
GNU gv 3.6.9.
...
svn path=/nixpkgs/trunk/; revision=21697
2010-05-09 23:14:39 +00:00
Ludovic Courtès
c63a2c79a4
GNU Zile 2.3.16.
...
svn path=/nixpkgs/trunk/; revision=21696
2010-05-09 23:14:34 +00:00
Ludovic Courtès
11d4a76c27
gnupdate: Use SSAX instead of SXML to reduce the memory & CPU overhead.
...
* maintainers/scripts/gnu/gnupdate.scm (xml-element->snix): New
procedure.
(xml->snix): Rewrite to use a parser generated by `ssax:make-parser'.
(%options)[sxml]: Remove.
(main): Update accordingly.
svn path=/nixpkgs/trunk/; revision=21695
2010-05-09 23:14:29 +00:00
Ludovic Courtès
e583aae98c
Emacs: Add optional dependencies on GConf and librsvg.
...
svn path=/nixpkgs/trunk/; revision=21694
2010-05-09 23:14:23 +00:00
Marc Weber
27ef15a6bd
adding postgis + script enabling postgis features
...
Exporting builder.pl because it will be used in NixOS postgresql module
svn path=/nixpkgs/trunk/; revision=21691
2010-05-09 20:38:16 +00:00
Marc Weber
6a9f333cea
geos update 3.2.2 because of postgis
...
svn path=/nixpkgs/trunk/; revision=21690
2010-05-09 20:38:12 +00:00
Lluís Batlle i Rossell
7ccbfc1746
Fixing nfsUtils rpc.statd about pointing to the sm-notify binary. It pointed to
...
/usr/sbin
svn path=/nixpkgs/trunk/; revision=21689
2010-05-09 19:14:06 +00:00
Peter Simons
fd8c6ae43d
Moved 'maintainers' attribute into the meta section of the expression.
...
I've also set the 'platforms' attribute to ensure that Hydra actually
builds these packages. Thanks to Lluís Batlle i Rossell for pointing out
these mistakes.
svn path=/nixpkgs/trunk/; revision=21688
2010-05-09 16:01:44 +00:00
Marc Weber
3303106e97
python: support ncurses, replace composedArgsAndFun by makeOverridable
...
because composedArgsAndFun didn't pass values to the builder
svn path=/nixpkgs/trunk/; revision=21686
2010-05-09 14:33:50 +00:00
Marc Weber
258d886a17
remove duplication in derivation adding tags to source
...
svn path=/nixpkgs/trunk/; revision=21685
2010-05-09 14:17:24 +00:00
Marc Weber
d86dace29b
adding Eclipse note,
...
readding older version.
adding eclipseLatest top level name
svn path=/nixpkgs/trunk/; revision=21684
2010-05-09 14:17:21 +00:00
Marc Weber
6c21d81ae1
update wmii. libixp vanished
...
svn path=/nixpkgs/trunk/; revision=21683
2010-05-09 14:17:15 +00:00