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
Eelco Dolstra
698328c2af
svn path=/nixpkgs/trunk/; revision=12724
2008-08-26 13:27:50 +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
d9bacf89d2
Build EMMS, mpg321 and Vorbis Tools.
...
svn path=/nixpkgs/trunk/; revision=12676
2008-08-21 09:37:04 +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
Michael Raskin
f972b13ac5
A paranoia-induced refactoring, a cleanup of buildInputs bypass in font-related part, fix for builderDefsPackage for cleaner overrides.
...
svn path=/nixpkgs/trunk/; revision=12671
2008-08-20 11:30:06 +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
e35ac23ac8
* Disable splashutils, need to investigate...
...
svn path=/nixpkgs/trunk/; revision=12608
2008-08-13 08:08:21 +00:00
Eelco Dolstra
60e10c5f5a
svn path=/nixpkgs/trunk/; revision=12607
2008-08-13 07:06:57 +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
Eelco Dolstra
8db29f5628
* Grmbl grmbl.
...
svn path=/nixpkgs/trunk/; revision=12605
2008-08-12 19:27:23 +00:00
Eelco Dolstra
f6a55ce2ff
* Don't build iwlwifi for Linux 2.6.{25,26}.
...
svn path=/nixpkgs/trunk/; revision=12604
2008-08-12 18:10:11 +00:00
Ludovic Courtès
b5f9171704
Build Xpdf.
...
svn path=/nixpkgs/trunk/; revision=12603
2008-08-12 16:08:50 +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
Eelco Dolstra
c920af8a7f
* Include the kernel packages in the channel.
...
svn path=/nixpkgs/trunk/; revision=12593
2008-08-12 12:55:52 +00:00
Eelco Dolstra
3a057ce066
* Build Linux 2.6.{23,25,26} in the build farm.
...
svn path=/nixpkgs/trunk/; revision=12580
2008-08-11 11:28: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
Sander van der Burg
e920df26c6
Added two useful packages that I don't want to compile over and over again
...
svn path=/nixpkgs/trunk/; revision=12543
2008-08-08 14:36:51 +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
Eelco Dolstra
590ba6453e
* GCC 3.3.x doesn't build on x86_64.
...
svn path=/nixpkgs/trunk/; revision=12528
2008-08-07 08:01:22 +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
Michael Raskin
e0db29c8f5
Removed 5 offending packages that caused latest build to fail
...
svn path=/nixpkgs/trunk/; revision=12507
2008-08-05 19:21:05 +00:00
Sander van der Burg
7abbe5889f
Added expect
...
svn path=/nixpkgs/trunk/; revision=12502
2008-08-05 13:44:13 +00:00
Sander van der Burg
90d46bba63
Added GCC 3.3 because it takes ages to compile and some proprietary components depends on libstdc++
...
svn path=/nixpkgs/trunk/; revision=12501
2008-08-05 13:28:32 +00:00
Michael Raskin
915909ecfa
Now build-for-release.nix can be instantiated.
...
svn path=/nixpkgs/trunk/; revision=12498
2008-08-05 08:37:12 +00:00
Michael Raskin
e8cc5fedb0
Fixing build-for-release.nix typo
...
svn path=/nixpkgs/trunk/; revision=12494
2008-08-04 17:50:23 +00:00
Pjotr Prins
b156f58d3e
Added R-language to build-for-release
...
svn path=/nixpkgs/trunk/; revision=12492
2008-08-04 17:02:23 +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
Eelco Dolstra
c62b4b2135
* Add Automake 1.10.x to the channel.
...
* Fix some incorrect x86_64-linux attributes.
svn path=/nixpkgs/trunk/; revision=12484
2008-08-04 14:07:00 +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
Pjotr Prins
7b5ab1117d
Added two (large) biology builds
...
svn path=/nixpkgs/trunk/; revision=12471
2008-08-03 21:19:31 +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
b0fb32ef3c
Build Evince on the build farm.
...
svn path=/nixpkgs/trunk/; revision=12436
2008-07-28 10:22:44 +00:00
Eelco Dolstra
ec8d941064
* Subversion 1.5.1.
...
svn path=/nixpkgs/trunk/; revision=12435
2008-07-28 08:14:55 +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
622634d6dd
Added doCheck support to builder-defs.nix
...
svn path=/nixpkgs/trunk/; revision=12371
2008-07-17 13:39:58 +00:00
Michael Raskin
ecefcac4d7
Added PLT Scheme
...
svn path=/nixpkgs/trunk/; revision=12370
2008-07-17 09:57:47 +00:00
Ludovic Courtès
93c7d52dfb
Kindly ask the build farm to build GnuTLS and GNU Guile.
...
svn path=/nixpkgs/trunk/; revision=12367
2008-07-16 19:24:56 +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
Michael Raskin
f0c44c69aa
I added extra dependencies to TeXLive - just in case.
...
svn path=/nixpkgs/trunk/; revision=12323
2008-07-08 18:23:15 +00:00
Peter Simons
b01f89ad38
new: wdfs-1.4.2 is a user-space file system that allows mounting a webdav share
...
svn path=/nixpkgs/trunk/; revision=12316
2008-07-07 23:24:48 +00:00
Peter Simons
5f8571613d
glibcUnstable: added low-priority expression for the latest glibc 2.8 snapshot
...
svn path=/nixpkgs/trunk/; revision=12315
2008-07-07 23:11:53 +00:00
Peter Simons
4797dddeb0
new: pdsh is a fast and efficient parallel remote shell
...
svn path=/nixpkgs/trunk/; revision=12313
2008-07-07 23:11:36 +00:00
Peter Simons
fff2917058
openssh: Let $NIXPKGS_CONFIG determine whether OpenSSH supports PAM or not.
...
PAM is enabled by default, as before. To disable it, set
openssh { pam = false; };
or simply
pam = false;
in ~/.nixpkgs/config.nix.
svn path=/nixpkgs/trunk/; revision=12312
2008-07-07 23:11:13 +00:00
Peter Simons
100b902bd5
Added xautolock 2.1.
...
Xautolock can be used to fire up a screen saver like xautolock after a certain
period of inactivity. The tool probably doesn't belong into misc/screensavers,
but I had no better idea.
svn path=/nixpkgs/trunk/; revision=12305
2008-07-07 11:54:25 +00:00
Peter Simons
9fde4e6921
gnpg: let $NIXPKGS_CONFIG decide whether to support IDEA or not.
...
svn path=/nixpkgs/trunk/; revision=12304
2008-07-07 11:54:03 +00:00
Peter Simons
c4b77fbd37
haskell-mode: updated to version 2.4
...
Pass emacs package to this expression so that we can byte-compile the
lisp files.
svn path=/nixpkgs/trunk/; revision=12301
2008-07-07 11:49:57 +00:00
Peter Simons
4244407bc9
new: qgit is a qt-based graphical front-end for git
...
svn path=/nixpkgs/trunk/; revision=12299
2008-07-07 11:48:24 +00:00
Ludovic Courtès
834144b5d3
GNU Gnash: Depend on Libtool.
...
This (1) allows Gnash to be linked against the available `libltdl' rather
than its own, and (2) it prevents `libtld.h' to be installed (which was the
case when Gnash's own libltdl was used), thereby avoiding a collision with
Libtool.
svn path=/nixpkgs/trunk/; revision=12292
2008-07-06 21:46:33 +00:00
Sander van der Burg
4a245ea99c
Added Disnix SOAP service
...
svn path=/nixpkgs/trunk/; revision=12290
2008-07-06 21:38:12 +00:00
Ludovic Courtès
eded0900ae
Add Gnash to `build-for-release.nix'.
...
svn path=/nixpkgs/trunk/; revision=12286
2008-07-06 20:36:58 +00:00
Sander van der Burg
6c582fbc89
Added disnix
...
svn path=/nixpkgs/trunk/; revision=12276
2008-07-06 15:44:46 +00:00
Michael Raskin
0160fb04ed
Added ArkPandora fonts
...
svn path=/nixpkgs/trunk/; revision=12264
2008-07-05 05:26:58 +00:00
Michael Raskin
d5f8975449
Replaced teTeX with TeXLive in build-for-release.nix
...
svn path=/nixpkgs/trunk/; revision=12262
2008-07-04 19:30:00 +00:00
Michael Raskin
b64f88faac
tailor update
...
svn path=/nixpkgs/trunk/; revision=12260
2008-07-04 06:54:11 +00:00
Eelco Dolstra
b81473922d
* OO.o in the channel again.
...
svn path=/nixpkgs/trunk/; revision=12256
2008-07-04 05:56:22 +00:00
Eelco Dolstra
d051b20a39
* Graphviz updated to 2.20.2. Now built with fontconfig, gd and pango
...
support.
* New function makeFontsConf to generate a fontconfig configuration
file. Moved from NixOS.
* dot2pdf: use makeFontsConf to generate a fonts.conf containing just
the Ghostscript fonts (see NIXPKGS-29).
* dot2pdf: generate PDF directly, don't go through PS. Note that this
and using fontconfig changes the interpretation of "fontname"
attributes in dot graphs.
svn path=/nixpkgs/trunk/; revision=12251
2008-07-03 14:27:19 +00:00
Ludovic Courtès
7a1735a705
Add GNU M4 1.4.11, with test suite and all.
...
Can't replace 1.4.9 right now since it's part of stdenv.
svn path=/nixpkgs/trunk/; revision=12238
2008-07-01 19:50:34 +00:00
Ludovic Courtès
a81701cd79
Add GNU lightning, a run-time code generation library.
...
svn path=/nixpkgs/trunk/; revision=12237
2008-07-01 14:47:49 +00:00
Michael Raskin
594b087c5f
Added dovecot-1.1.1; not making it default as it is too fd hungry for Upstart..
...
svn path=/nixpkgs/trunk/; revision=12236
2008-07-01 14:40:53 +00:00
Ludovic Courtès
117865a28f
Switch to GNU Autoconf 2.62.
...
svn path=/nixpkgs/trunk/; revision=12230
2008-07-01 08:31:48 +00:00
Michael Raskin
cd9f816c08
Some security options added to mail-related servers..
...
svn path=/nixpkgs/trunk/; revision=12222
2008-06-30 21:11:07 +00:00
Eelco Dolstra
3f1d35c985
* Oops.
...
svn path=/nixpkgs/trunk/; revision=12213
2008-06-29 17:07:23 +00:00
Eelco Dolstra
7d1ba0ace0
* gcc-wrapper: use the right dynamic linker when -m32 is used.
...
* An attribute `stdenv_32bit' that returns a stdenv capable of
building 32-bit binaries.
* grub: build on x86_64-linux.
svn path=/nixpkgs/trunk/; revision=12211
2008-06-29 16:13:02 +00:00
Michael Raskin
66b3c35d9c
Added WebKit; made it install webkit-program-GtkLauncher (originally it is just GtkLauncher) - minimalistic http/file-only browser which passes Acid3
...
svn path=/nixpkgs/trunk/; revision=12210
2008-06-29 07:02:11 +00:00
Peter Simons
6c58c97f3a
boost: updated to 1.35.0 and added selectVersion dispatcher
...
svn path=/nixpkgs/trunk/; revision=12207
2008-06-28 15:22:23 +00:00
Michael Raskin
5ba53d93b5
Added DrGeo
...
svn path=/nixpkgs/trunk/; revision=12204
2008-06-27 19:15:01 +00:00
Eelco Dolstra
48ac8018ca
Improved support for building 32-bit binaries on x86_64-linux.
...
* glibc_multi: a wrapper that combines the 32-bit and 64-bit Glibcs.
This is necessary so that 64-bit GCC can find gnu/stubs-32.h and the
32-bit Glibc libraries.
To build glibc_multi on x86_64-linux, you still need either the
i686-linux Glibc derivation from a channel, or to have configured
Nix with support for forwarding the build to a i686-linux machine.
In the future this may become unnecessary by providing a prebuilt
binary of 32-bit Glibc somewhere (like the binaries used in the
stdenvLinux bootstrap).
* With glibc_multi, it becomes possible to build gcc with multilib
support (i.e. it builds 32-bit and 64-bit versions of libgcc,
libstdc++, etc.).
svn path=/nixpkgs/trunk/; revision=12203
2008-06-27 18:26:19 +00:00