Eelco Dolstra
86173ade50
* Rogue 5.4.4.
...
svn path=/nixpkgs/trunk/; revision=12745
2008-08-27 14:48:28 +00:00
Nicolas Pierron
6a9944cdd9
pcmcia-utils:
...
- Fix udev rules.
- Accept multiple firmwares.
- Allow redefinition of arguments.
svn path=/nixpkgs/trunk/; revision=12741
2008-08-27 13:59:33 +00:00
Eelco Dolstra
5e5eeedaa6
* Quick proof-of-concept of making it easy to override package
...
configuration options in ~/.nixpkgs/config.nix. Example:
{
packageOverrides = pkgs: {
subversion = pkgs.subversion.function (origArgs: {
bdbSupport = false;
pythonBindings = !origArgs.pythonBindings;
});
};
}
I.e. pkgs.subversion.function is the original function call to the
Subversion function in all-packages.nix.
This requires the "subversion" attribute to use makeOverridable,
which stores the original function and function arguments in the
"function" attribute of the result.
svn path=/nixpkgs/trunk/; revision=12728
2008-08-26 16:50:33 +00:00
Eelco Dolstra
6dbbd93d03
* Allow packages to be overriden globally via the `packageOverrides'
...
configuration option. For instance, to override GCC globally for
all of Nixpkgs, you can put the following in ~/.nixpkgs/config.nix:
{
packageOverrides = pkgs: {
gcc = pkgs.gcc41;
}
}
This should make a lot of configuration support in Nixpkgs
unnecessary, like selectVersion and many little-used configuration
options.
It also provides a somewhat convenient place to put custom,
private additions to Nixpkgs, e.g.
{
packageOverrides = pkgs: {
myHello = pkgs.stdenv.mkDerivation {
name = "my-hello-0.1";
buildCommand = ...;
};
};
};
Note that this requires Nix >= 0.12pre12726.
* Removed the `myPackages' option `packageOverrides' obsoletes it.
svn path=/nixpkgs/trunk/; revision=12727
2008-08-26 15:35:00 +00:00
Peter Simons
f6374fbc5b
Add recent versions of the Haskell libraries HTTP, HaXml, haxr, and haxr-th. Unfortunately, the latter library doesn't build successfully because of the following error:
...
Setup: ../LICENSE: copyFile: does not exist (No such file or directory)
I'm not sure where this comes from. Also, it seems that passing haxr-th the
library haxr as a build input doesn't suffice; it also needs to be passed the
libraries that haxr depends on to configure successfully. Something isn't
right. Andreas, do you know how to fix this?
svn path=/nixpkgs/trunk/; revision=12722
2008-08-26 12:50:03 +00:00
Michael Raskin
988a1f1ef3
One more bison inheritance fix
...
svn path=/nixpkgs/trunk/; revision=12713
2008-08-25 17:55:09 +00:00
Ludovic Courtès
956a4e1ed2
Add Cscope, a C code browser.
...
svn path=/nixpkgs/trunk/; revision=12711
2008-08-25 15:34:14 +00:00
Michael Raskin
dbce08a664
Minor fix of "inherit"s.
...
svn path=/nixpkgs/trunk/; revision=12708
2008-08-25 14:52:53 +00:00
Peter Simons
2d7a15266f
bison: use version 2.3 by default (the latest)
...
svn path=/nixpkgs/trunk/; revision=12703
2008-08-25 13:25:07 +00:00
Peter Simons
0ee3317bc5
boost: added version 1.36.0
...
Also added support for expat library (used by the graph library). This package
should probably be built on the compile farm because it takes quite a while to
complete, even on a fast machine. Having pre-built binaries would be very nice.
svn path=/nixpkgs/trunk/; revision=12702
2008-08-25 10:00:46 +00:00
Ludovic Courtès
eddce10d13
Add GNUnet, GNU's anonymous peer-to-peer communication framework.
...
svn path=/nixpkgs/trunk/; revision=12699
2008-08-24 18:48:09 +00:00
Ludovic Courtès
3328fd9d3d
Add Sparse, a static analysis tool for C.
...
svn path=/nixpkgs/trunk/; revision=12696
2008-08-22 18:33:52 +00:00
Eelco Dolstra
f27856e3fa
* KVM 73.
...
svn path=/nixpkgs/trunk/; revision=12689
2008-08-22 10:51:37 +00:00
Marc Weber
3091c81082
tm (terminal mixer), ts (task spooler) added, provided by viric
...
svn path=/nixpkgs/trunk/; revision=12688
2008-08-21 21:35:14 +00:00
Marc Weber
01979f7940
add window-manager dwm contributed by viric
...
svn path=/nixpkgs/trunk/; revision=12687
2008-08-21 20:44:08 +00:00
Marc Weber
2d354aa6f1
added ngspice
...
svn path=/nixpkgs/trunk/; revision=12686
2008-08-21 20:43:53 +00:00
Marc Weber
a98da2c748
rename devEnvs -> myPackgages in all-packages.nix
...
The usage is not tight to devEnvs, you can add arbitrary
packages to .nixpkgs/config.nix this way
svn path=/nixpkgs/trunk/; revision=12685
2008-08-21 20:43:37 +00:00
Marc Weber
c4270fb9b8
moved hasktags to ghc68executables, updated url to new location
...
svn path=/nixpkgs/trunk/; revision=12680
2008-08-21 11:07:44 +00:00
Marc Weber
0686eecf4f
slsnif-0.4.4 added
...
svn path=/nixpkgs/trunk/; revision=12679
2008-08-21 11:07:29 +00:00
Ludovic Courtès
d4e5ed0596
Add EMMS, the Emacs Multimedia System.
...
svn path=/nixpkgs/trunk/; revision=12675
2008-08-21 08:58:51 +00:00
Marc Weber
9075ea2218
moved nix-repository-manager to add additional feature automatically updating given bleeding-edge-fetch-infos.nix
...
svn path=/nixpkgs/trunk/; revision=12658
2008-08-19 12:36:00 +00:00
Michael Raskin
87ff8d6347
Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made overrides in builderDefsPackage to work in an intuitive manner.
...
svn path=/nixpkgs/trunk/; revision=12655
2008-08-19 05:54:09 +00:00
Marc Weber
fea2f910e5
snd shows it's help in firefox now
...
svn path=/nixpkgs/trunk/; revision=12651
2008-08-18 16:03:38 +00:00
Marc Weber
9a0fc0863b
added qjackctl
...
svn path=/nixpkgs/trunk/; revision=12650
2008-08-18 16:03:21 +00:00
Marc Weber
ba6c703918
jackaudio connection kit (jackd) is back
...
svn path=/nixpkgs/trunk/; revision=12649
2008-08-18 16:03:04 +00:00
Marc Weber
5479dfea93
added beast Sound Engine
...
svn path=/nixpkgs/trunk/; revision=12647
2008-08-18 10:50:16 +00:00
Michael Raskin
1e33a71c90
A small function not unlike symlinkJoin.
...
svn path=/nixpkgs/trunk/; revision=12641
2008-08-16 18:48:50 +00:00
Eelco Dolstra
77ce75b095
* Disable splashutils on x86_64 for now; it fails to link statically
...
because of an issue in Glibc (see
http://bugs.gentoo.org/show_bug.cgi?id=198949 ).
svn path=/nixpkgs/trunk/; revision=12635
2008-08-15 14:18:11 +00:00
Eelco Dolstra
85897fa31a
* iptables updated to 1.4.1.1.
...
svn path=/nixpkgs/trunk/; revision=12630
2008-08-15 09:49:43 +00:00
Michael Raskin
f1f9e38e94
Big breaking change. I have radically reduced number of nulls used in all-packages.nix and generally switched to composedArgsAndFun which simply adds .meta.function to everything that has come through it.. I have not tested the build, because OO.o has to be updated...
...
svn path=/nixpkgs/trunk/; revision=12625
2008-08-14 22:04:30 +00:00
Ludovic Courtès
a8b28c34af
Try out expression for OpenOffice.org 2.4.1.
...
Warning: I have *not* built it locally, so the main purpose is
to run the whole build on the build farm, hoping it won't fail.
Feel free to fix or revert if it does.
svn path=/nixpkgs/trunk/; revision=12622
2008-08-14 15:09:41 +00:00
Michael Raskin
61b285d660
Added xnee utility for X11 action recording
...
svn path=/nixpkgs/trunk/; revision=12612
2008-08-14 09:25:26 +00:00
Ludovic Courtès
2f5212ef5a
Add KeyJnote, a nifty presentation tool.
...
svn path=/nixpkgs/trunk/; revision=12610
2008-08-13 09:15:14 +00:00
Eelco Dolstra
7493ae8010
* Added convertlit, a tool for converting Microsoft Reader ebooks,
...
plus its dependency libtommath.
svn path=/nixpkgs/trunk/; revision=12606
2008-08-12 19:57:35 +00:00
Ludovic Courtès
135147ca6c
Fix invocation of the PIL expression.
...
svn path=/nixpkgs/trunk/; revision=12600
2008-08-12 15:43:36 +00:00
Ludovic Courtès
cf56d20b0d
Remove duplicate expression for PIL (Python Imaging Library).
...
svn path=/nixpkgs/trunk/; revision=12599
2008-08-12 15:42:21 +00:00
Ludovic Courtès
61c0f30155
Add PyOpenGL.
...
svn path=/nixpkgs/trunk/; revision=12598
2008-08-12 15:40:01 +00:00
Ludovic Courtès
9c161c21e7
Add PIL, the Python Imaging Library.
...
svn path=/nixpkgs/trunk/; revision=12597
2008-08-12 15:10:53 +00:00
Michael Raskin
eb50dd2c0d
Added StumpWM
...
svn path=/nixpkgs/trunk/; revision=12566
2008-08-09 20:21:33 +00:00
Michael Raskin
83509605b3
Added possibility to change klibc version
...
svn path=/nixpkgs/trunk/; revision=12563
2008-08-09 08:40:37 +00:00
Michael Raskin
abe260b6c5
Now CLisp builds with full CLX (XShape included)
...
svn path=/nixpkgs/trunk/; revision=12559
2008-08-08 22:37:37 +00:00
Eelco Dolstra
a9d19f45db
* A function `useKlibc' to build a package using klibc as the C
...
library.
* Removed devicemapperStatic, e2fsprogsDiet, lvm2Static since they're
redundant (it's what you get when you use pkgsDiet/pkgsStatic).
svn path=/nixpkgs/trunk/; revision=12554
2008-08-08 19:05:32 +00:00
Eelco Dolstra
3dc0ad3aa9
* KVM no longer needs GCC 3.4.
...
svn path=/nixpkgs/trunk/; revision=12542
2008-08-08 11:53:01 +00:00
Eelco Dolstra
d4f7a93f31
* KVM 72, plus stable 2.6.26 kernel headers (needed for KVM).
...
svn path=/nixpkgs/trunk/; revision=12541
2008-08-08 11:49:06 +00:00
Michael Raskin
aaba3d2440
Added lincity - a city simulation. And if I build houses, I build houses here.
...
svn path=/nixpkgs/trunk/; revision=12539
2008-08-08 07:16:34 +00:00
Eelco Dolstra
5030b79f44
* NVIDIA driver updated to 173.14.12.
...
svn path=/nixpkgs/trunk/; revision=12537
2008-08-07 16:47:08 +00:00
Pjotr Prins
07595b0397
Introduced biolib package
...
svn path=/nixpkgs/trunk/; revision=12535
2008-08-07 15:01:21 +00:00
Eelco Dolstra
9d0b7c4aa9
* Linux 2.6.26.2. Totally untested of course.
...
svn path=/nixpkgs/trunk/; revision=12534
2008-08-07 14:57:10 +00:00
Pjotr Prins
f222b38f00
Added rightly named package gfortran and updated gcc version for compiling gfortran
...
r-lang debends on gfortran
svn path=/nixpkgs/trunk/; revision=12529
2008-08-07 08:33:03 +00:00
Marc Weber
9e55727832
Added:
...
* dmenu
* gftp
* micropolis
* byacc as a build-time dependency for micropolis
contributed by baldo <baldo@quimby.lan>
svn path=/nixpkgs/trunk/; revision=12526
2008-08-06 20:39:01 +00:00
Marc Weber
ec717200c8
ghc68extralibraries: tidied up, no longer many small files, nicer indentation (at least same level now)
...
svn path=/nixpkgs/trunk/; revision=12517
2008-08-06 16:56:05 +00:00
Eelco Dolstra
decf974c94
* Command for mounting CIFS file systems.
...
svn path=/nixpkgs/trunk/; revision=12515
2008-08-06 15:43:03 +00:00
Marc Weber
7608d6f063
update ghc stuff (hsp is now supported as well except hsp-xml)
...
svn path=/nixpkgs/trunk/; revision=12509
2008-08-06 11:41:17 +00:00
Eelco Dolstra
0846ca2e5b
* Don't fixup "#! /bin/sh" in Autoconf/Automake/Libtool, otherwise they
...
will use the "fixed" path in generated files.
svn path=/nixpkgs/trunk/; revision=12485
2008-08-04 14:37:51 +00:00
Sander van der Burg
6dd7896b4e
Added shared JDBC driver support for tomcat
...
svn path=/nixpkgs/trunk/; revision=12476
2008-08-04 12:04:24 +00:00
Michael Raskin
c4216c4aba
Updated OpenFire
...
svn path=/nixpkgs/trunk/; revision=12470
2008-08-03 17:08:52 +00:00
Marc Weber
43d7fe0cfb
Merge branch 'git_patch_glob'
...
svn path=/nixpkgs/trunk/; revision=12468
2008-08-03 12:23:27 +00:00
Michael Raskin
f10cfdbcc5
Adding xulrunner for Firefox3. Unfortunately, interface updates kill MPlayer plugin anyway
...
svn path=/nixpkgs/trunk/; revision=12464
2008-08-02 15:14:54 +00:00
Andres Löh
25fa56e74f
* updated the ghc HEAD snapshot
...
svn path=/nixpkgs/trunk/; revision=12454
2008-07-31 12:36:47 +00:00
Sander van der Burg
3bd550f170
Some fixes
...
svn path=/nixpkgs/trunk/; revision=12450
2008-07-30 13:37:44 +00:00
Sander van der Burg
4f13fdc34d
Fixed kile
...
svn path=/nixpkgs/trunk/; revision=12448
2008-07-30 11:43:47 +00:00
Ludovic Courtès
3b1eea4c83
aMule 2.2.1.
...
svn path=/nixpkgs/trunk/; revision=12446
2008-07-29 16:52:26 +00:00
Ludovic Courtès
2a5a982ad1
Add Crypto++, a C++ cryptography library.
...
svn path=/nixpkgs/trunk/; revision=12444
2008-07-29 14:26:03 +00:00
Ludovic Courtès
95fb46a440
Add Simon Josefsson's Autobuild tool.
...
svn path=/nixpkgs/trunk/; revision=12442
2008-07-28 21:29:17 +00:00
Ludovic Courtès
00230d4132
IceCat: Use GNOME VFS and libgnomeui.
...
svn path=/nixpkgs/trunk/; revision=12441
2008-07-28 20:41:14 +00:00
Ludovic Courtès
6cb7c2fa68
Generalize `firefox-wrapper' so that it can be used for GNU IceCat.
...
svn path=/nixpkgs/trunk/; revision=12439
2008-07-28 16:25:09 +00:00
Ludovic Courtès
a898666dc4
Add GNU IceCat 3, GNU's free variant of Mozilla Firefox 3.
...
Currently, MPlayerPlugin can't be built with IceCat 3.
svn path=/nixpkgs/trunk/; revision=12437
2008-07-28 15:55:11 +00:00
Ludovic Courtès
1e63385865
Add Evince, GNOME's document viewer (PS, PDF, DVI, DjVu, TIFF, etc.).
...
Currently, a few theme icons provided by Evince are not found. This is
possibly due to the lack of an `index.theme' file under `share/evince/icons',
but there's no rule to make it.
svn path=/nixpkgs/trunk/; revision=12434
2008-07-27 10:24:08 +00:00
Marc Weber
01cbcd94b3
added support for building uml_mconsole
...
svn path=/nixpkgs/trunk/; revision=12433
2008-07-26 01:02:27 +00:00
Nicolas Pierron
0abfffc0f2
Add pcmcia-utils.
...
Merge branch 'tmp' into tmp2
svn path=/nixpkgs/trunk/; revision=12432
2008-07-25 15:54:19 +00:00
Nicolas Pierron
e2d94c740c
Add sysfsutils.
...
svn path=/nixpkgs/trunk/; revision=12431
2008-07-25 15:53:23 +00:00
Andres Löh
49804a43be
* ghc-6.9 should have low priority
...
svn path=/nixpkgs/trunk/; revision=12430
2008-07-25 14:21:54 +00:00
Eelco Dolstra
a2613e936a
* Move dvd+rw-tools and cdrkit to tools/cd-dvd.
...
* Added cdrdao.
svn path=/nixpkgs/trunk/; revision=12426
2008-07-25 13:04:51 +00:00
Eelco Dolstra
8ea9bd1d83
* cdrkit 1.1.8.
...
svn path=/nixpkgs/trunk/; revision=12425
2008-07-25 12:32:12 +00:00
Eelco Dolstra
0558b3587d
* dvd+rw-tools updated to 7.1.
...
svn path=/nixpkgs/trunk/; revision=12424
2008-07-25 11:31:33 +00:00
Eelco Dolstra
c32f7569dc
* ntfs-3g: install sbin/mount.ntfs-3g. Don't pass FUSE as
...
a dependency (ntfs-3g has its own copy of FUSE).
svn path=/nixpkgs/trunk/; revision=12416
2008-07-24 13:11:02 +00:00
Eelco Dolstra
a7c209e474
* Interface to support mirror:// in nix-prefetch-url. The function
...
resolveMirrorURLs produces a file containing the URLs to which a
mirror:// URL resolves.
svn path=/nixpkgs/trunk/; revision=12410
2008-07-23 16:04:10 +00:00
Eelco Dolstra
32fc747f3e
* Tab removal.
...
svn path=/nixpkgs/trunk/; revision=12405
2008-07-23 13:40:03 +00:00
Eelco Dolstra
39cfcd6929
* clustalw2 removed.
...
svn path=/nixpkgs/trunk/; revision=12403
2008-07-23 10:39:40 +00:00
Andres Löh
cf7b225cf4
* changed from haddock-2.0.0.0 to haddock-2.1.0
...
(both only work with ghc-6.8.2, not ghc-6.8.3)
* added haddock-0.9 as a version that compiles with
nearly all ghc's we have
* added haddock-0.9-boot the works with ghc-6.4.2-boot
* the haddock-0.9-boot is now used to generate library
documentation while building ghc-6.8.3
svn path=/nixpkgs/trunk/; revision=12392
2008-07-22 13:01:30 +00:00
Andres Löh
dd4a4a1dc4
* Added ghc-6.8.3 as the new default version of ghc.
...
* Added a ghc HEAD snapshot (ghc-6.9.x).
svn path=/nixpkgs/trunk/; revision=12391
2008-07-21 14:43:33 +00:00
Wouter den Breejen
26e6eb0f7f
truecrypt
...
svn path=/nixpkgs/trunk/; revision=12389
2008-07-19 16:14:24 +00:00
Marc Weber
e2a6d56a0d
added patchutils
...
svn path=/nixpkgs/trunk/; revision=12387
2008-07-18 23:36:28 +00:00
Peter Simons
057bd7c1c2
maude: build of unstable beta version because it has less bugs in full-maude
...
svn path=/nixpkgs/trunk/; revision=12385
2008-07-18 20:11:12 +00:00
Peter Simons
b64e42ce35
added maude beta version
...
svn path=/nixpkgs/trunk/; revision=12384
2008-07-18 20:11:02 +00:00
Eelco Dolstra
f1d9c0a852
* Build Firefox 3 in the channel.
...
svn path=/nixpkgs/trunk/; revision=12378
2008-07-18 10:41:27 +00:00
Ludovic Courtès
ee9998e303
Poppler data 0.2.0.
...
svn path=/nixpkgs/trunk/; revision=12376
2008-07-18 07:45:48 +00:00
Ludovic Courtès
de9bbc1aa5
Libspectre 0.2.0, a PostScript rendering library.
...
svn path=/nixpkgs/trunk/; revision=12375
2008-07-17 19:43:11 +00:00
Ludovic Courtès
8d32e65de6
Poppler 0.8.4.
...
svn path=/nixpkgs/trunk/; revision=12372
2008-07-17 15:02:57 +00:00
Michael Raskin
ecefcac4d7
Added PLT Scheme
...
svn path=/nixpkgs/trunk/; revision=12370
2008-07-17 09:57:47 +00:00
Eelco Dolstra
c441868a7e
* bash: use the global /etc/bashrc and /etc/bash_logout files.
...
Changed the built-in default $PATH to /no-such-path. (This also
applies to the "standard utilities path" used by "command -p", so
that doesn't work anymore, but it didn't work anyway on NixOS and
nobody uses it.) Include the startup files for non-interactive
login shells. Use bashrc when started from ssh.
svn path=/nixpkgs/trunk/; revision=12365
2008-07-16 15:05:49 +00:00
Eelco Dolstra
dd91141a06
* bash needs texinfo if you want the manpages / info docs.
...
svn path=/nixpkgs/trunk/; revision=12363
2008-07-16 13:36:41 +00:00
Peter Simons
b1cdb57a77
maude-mode: new package
...
svn path=/nixpkgs/trunk/; revision=12361
2008-07-15 14:53:07 +00:00
Peter Simons
8d7fe32a0e
maude, tecla, buddy: new packages
...
Maude is a high-level specification language. Buddy and libtecla are required
to build Maude.
svn path=/nixpkgs/trunk/; revision=12358
2008-07-15 09:58:30 +00:00
Eelco Dolstra
e266c599f4
* Exult 1.4 snapshot.
...
svn path=/nixpkgs/trunk/; revision=12349
2008-07-12 17:00:57 +00:00
Marc Weber
78e9d3eef0
bfr added (pipe buffer)
...
svn path=/nixpkgs/trunk/; revision=12348
2008-07-11 20:27:53 +00:00
Ludovic Courtès
57030a28aa
Add Splint, a static code analyzer for C.
...
svn path=/nixpkgs/trunk/; revision=12343
2008-07-11 09:13:34 +00:00
Nicolas Pierron
bb72d90805
Add "ddd": Graphical front-end for command-line debuggers.
...
svn path=/nixpkgs/trunk/; revision=12336
2008-07-10 16:56:51 +00:00
Ludovic Courtès
942199655b
Make GNU Make's nix-log2xml' support optional via
getConfig'.
...
svn path=/nixpkgs/trunk/; revision=12335
2008-07-10 15:19:28 +00:00
Marc Weber
1683256259
added stgit
...
svn path=/nixpkgs/trunk/; revision=12330
2008-07-09 16:21:03 +00:00