Ludovic Courtès
343bbc2712
Have Hydra cross-build GNU Mach.
...
svn path=/nixpkgs/trunk/; revision=21987
2010-05-26 08:55:58 +00:00
Ludovic Courtès
883ab19eb4
GNU Mach: Add full build.
...
svn path=/nixpkgs/trunk/; revision=21986
2010-05-26 08:55:55 +00:00
Lluís Batlle i Rossell
f3ac7c55ec
Updating the go_oo expression to not to break the tarball (thanks to Rob)
...
svn path=/nixpkgs/trunk/; revision=21982
2010-05-26 07:03:25 +00:00
Yury G. Kudryashov
d737607b56
rekonq-0.4.90
...
svn path=/nixpkgs/trunk/; revision=21979
2010-05-26 05:57:55 +00:00
Ludovic Courtès
c5098ff56e
GCC 4.5: Add dependency on Perl.
...
svn path=/nixpkgs/trunk/; revision=21974
2010-05-25 19:38:18 +00:00
Ludovic Courtès
fc6b345f94
GCJ 4.5: Build with `--enable-java-home' & co.
...
svn path=/nixpkgs/trunk/; revision=21973
2010-05-25 19:38:13 +00:00
Lluís Batlle i Rossell
f7bd2a829e
Adding yasm and lame support to mplayer
...
svn path=/nixpkgs/trunk/; revision=21972
2010-05-25 18:39:29 +00:00
Lluís Batlle i Rossell
adc9f57c71
Adding lame to ffmpeg so it can encode mp3, and allow it also build its assembly
...
routines adding yasm, and --enable-runtime-cpudetection, that I hope will end in
faster executions
svn path=/nixpkgs/trunk/; revision=21971
2010-05-25 18:39:24 +00:00
Lluís Batlle i Rossell
a63c1f4c8a
Fix for go-oo: forgotten symlink, to make all work: soffice.bin
...
svn path=/nixpkgs/trunk/; revision=21970
2010-05-25 17:37:39 +00:00
Lluís Batlle i Rossell
8b59ac89bf
Adding go-oo in multiple languages. The expression and names can be improved, but at least
...
I reached a point where it works. Patches welcome - even without asking.
I should add a way to regenerate src.nix automatically too, but the information on what
to dowload is only inside their download script generated after configure.
There are more things that can be added: kde4 support, gstreamer, ...
I did not check that all the buildInputs are needed - most come from the old openoffice expression.
svn path=/nixpkgs/trunk/; revision=21969
2010-05-25 17:05:52 +00:00
Yury G. Kudryashov
5e846002d6
ati-drivers: restrict "platforms" to x86_64-linux
...
svn path=/nixpkgs/trunk/; revision=21967
2010-05-25 11:27:18 +00:00
Eelco Dolstra
719f023f33
* A quick hack to make release.nix evaluate in a reasonable amount of
...
time and space on the new (non-ATerm) Nix expression evaluator. It
turns out that release.nix relied rather heavily on maximal laziness
for efficiency: every job calls `allPackages { inherit system; }'
for each platform. This causes the dependencies of the job to be
reevaluated for every job/platform combination. This is very slow
and (because the evaluator doesn't have a garbage collector yet)
eventually causes the evaluator to run out of memory and be killed.
As a workaround, I've replaced the calls to `allPackages' with a
quasi-memoised `pkgsFor' function. It "caches" the result by going
through a variable such as `pkgs_x86_64_linux', which is evaluated
only once. Evaluation now only takes 4.4s and 545 MiB on my
machine.
A cleaner solution may be to move the `system' argument outwards so
that entire set of jobs is called only once for each value of
`system'.
svn path=/nixpkgs/trunk/; revision=21966
2010-05-25 10:35:14 +00:00
Yury G. Kudryashov
b6a166946d
yakuake: fix eval error
...
svn path=/nixpkgs/trunk/; revision=21964
2010-05-25 09:02:25 +00:00
Ludovic Courtès
9f50c154c3
Revert "releaseTools.sourceTarball: Make the bootstrap build inputs native."
...
This reverts commit 84b521c23b57108fc63731de7723885d68a92b08.
Reverting "releaseTools.sourceTarball: Fix regression introduced in r21955."
Reverting "releaseTools.sourceTarball: Make the bootstrap build inputs native."
svn path=/nixpkgs/trunk/; revision=21962
2010-05-25 08:24:50 +00:00
Yury G. Kudryashov
2f1b9ce8f9
consolekit: apply two upstream patches
...
svn path=/nixpkgs/trunk/; revision=21960
2010-05-25 06:43:34 +00:00
Ludovic Courtès
e436eb4915
releaseTools.sourceTarball: Fix regression introduced in r21955.
...
svn path=/nixpkgs/trunk/; revision=21959
2010-05-24 23:03:00 +00:00
Lluís Batlle i Rossell
a51bbc1992
Adding libvpx (the codec VP8). Still no package uses it.
...
svn path=/nixpkgs/trunk/; revision=21958
2010-05-24 21:57:45 +00:00
Ludovic Courtès
c293598da8
tor: Add self as co-maintainer; add to Hydra; improve formatting.
...
svn path=/nixpkgs/trunk/; revision=21957
2010-05-24 21:28:54 +00:00
Ludovic Courtès
bf9d470cc7
tor: Fix test suite.
...
svn path=/nixpkgs/trunk/; revision=21956
2010-05-24 21:28:43 +00:00
Ludovic Courtès
0146e9b7ab
releaseTools.sourceTarball: Make the bootstrap build inputs native.
...
svn path=/nixpkgs/trunk/; revision=21955
2010-05-24 21:28:36 +00:00
Yury G. Kudryashov
e1f009b9df
Add yakuake
...
svn path=/nixpkgs/trunk/; revision=21954
2010-05-24 08:19:41 +00:00
Marc Weber
32edcce80b
Build a package with debugging information so that you can run it within gdb or run valgrind on it.
...
Example: xmessageDebug = misc.debugVersion xorg.xmessage
svn path=/nixpkgs/trunk/; revision=21945
2010-05-23 15:54:10 +00:00
Marco Maggesi
0212a63e07
Add italian dictionary for aspell
...
svn path=/nixpkgs/trunk/; revision=21942
2010-05-22 16:53:17 +00:00
Ludovic Courtès
a57d897d94
cross-GNU: Choose a different package set.
...
svn path=/nixpkgs/trunk/; revision=21941
2010-05-21 15:07:54 +00:00
Ludovic Courtès
6eefe563bd
GNU Zile: Make `help2man' a native build input.
...
svn path=/nixpkgs/trunk/; revision=21940
2010-05-21 15:07:47 +00:00
Ludovic Courtès
23d4be19b4
Have Hydra cross-build the `basic' package set for GNU/Hurd.
...
svn path=/nixpkgs/trunk/; revision=21937
2010-05-21 13:47:07 +00:00
Ludovic Courtès
41cc998fd4
Have Hydra cross-build Coreutils.
...
svn path=/nixpkgs/trunk/; revision=21936
2010-05-21 13:47:00 +00:00
Ludovic Courtès
0b2906ca28
Add cross Coreutils.
...
svn path=/nixpkgs/trunk/; revision=21935
2010-05-21 13:46:54 +00:00
Ludovic Courtès
000c2c51fd
GCC 4.5: Patch the spec string for GNU/Hurd to add the right `-I' flags.
...
svn path=/nixpkgs/trunk/; revision=21934
2010-05-21 13:46:46 +00:00
Peter Simons
77430510ed
pkgs/top-level/perl-packages.nix: fixed build of perl-Net-SMTP-SSL on Darwin
...
Thanks to David Brown for explaining how to do this.
svn path=/nixpkgs/trunk/; revision=21933
2010-05-21 08:44:44 +00:00
Eelco Dolstra
fa94d434a1
* Install the manpage.
...
svn path=/nixpkgs/trunk/; revision=21931
2010-05-20 23:06:10 +00:00
Eelco Dolstra
f5ccde78ff
* Remove an unnecessary symlink.
...
svn path=/nixpkgs/trunk/; revision=21930
2010-05-20 22:12:42 +00:00
Eelco Dolstra
50712e5279
* Added miniupnpd, an implementation of the UPnP Internet Gateway
...
Device (IGD) specification.
* Updated iptables to 1.4.8.
svn path=/nixpkgs/trunk/; revision=21929
2010-05-20 22:11:44 +00:00
Eelco Dolstra
e316a95859
svn path=/nixpkgs/trunk/; revision=21924
2010-05-20 13:49:54 +00:00
Eelco Dolstra
0619aaf2ac
* Transmission updated to 1.93.
...
svn path=/nixpkgs/trunk/; revision=21923
2010-05-20 13:39:16 +00:00
Ludovic Courtès
1fe9b4a3b1
GNU GSS: Add dependency on GNU Shishi.
...
svn path=/nixpkgs/trunk/; revision=21922
2010-05-20 13:00:30 +00:00
Eelco Dolstra
b93b157771
svn path=/nixpkgs/trunk/; revision=21918
2010-05-20 12:23:16 +00:00
Ludovic Courtès
a7adcf1e3f
Have Hydra build the cross Hurd.
...
svn path=/nixpkgs/trunk/; revision=21917
2010-05-20 11:54:43 +00:00
Ludovic Courtès
012389b882
GNU Hurd: Add full cross build.
...
svn path=/nixpkgs/trunk/; revision=21916
2010-05-20 11:54:40 +00:00
Ludovic Courtès
620870eb0d
GNU Hurd: Don't try to install files as `root'.
...
svn path=/nixpkgs/trunk/; revision=21915
2010-05-20 11:54:37 +00:00
Ludovic Courtès
430b98a7c1
Remove `migCross' top-level attribute.
...
svn path=/nixpkgs/trunk/; revision=21914
2010-05-20 11:54:31 +00:00
Eelco Dolstra
1d4fb3340e
* qemu-kvm updated to 0.12.4.
...
svn path=/nixpkgs/trunk/; revision=21913
2010-05-20 11:18:52 +00:00
Eelco Dolstra
3dd55eef23
* Added aria2, a download utility.
...
svn path=/nixpkgs/trunk/; revision=21912
2010-05-20 11:11:24 +00:00
Eelco Dolstra
81cd88d83d
* Remove a bunch of empty files/directories.
...
svn path=/nixpkgs/trunk/; revision=21911
2010-05-20 10:51:19 +00:00
Eelco Dolstra
9db799acd5
* pycrypto updated to 2.1.0.
...
svn path=/nixpkgs/trunk/; revision=21910
2010-05-20 10:41:10 +00:00
Eelco Dolstra
0fa66dac1c
* Twisted updated to 10.0.0.
...
svn path=/nixpkgs/trunk/; revision=21909
2010-05-20 10:40:40 +00:00
Ludovic Courtès
882ff5a41b
GCC 4.5: Handle cross-glibc's propagated build inputs.
...
svn path=/nixpkgs/trunk/; revision=21907
2010-05-19 21:32:31 +00:00
Ludovic Courtès
ed19699d1f
glibc/hurd: Make Mach & Hurd headers propagated build inputs.
...
svn path=/nixpkgs/trunk/; revision=21906
2010-05-19 21:32:24 +00:00
Ludovic Courtès
63abc2ed86
GCC 4.5: Add support for a separate libpthread; rearrange target flags handling.
...
svn path=/nixpkgs/trunk/; revision=21905
2010-05-19 21:32:19 +00:00
Ludovic Courtès
91e3147622
GCC 4.5: Unset $CPATH and $LIBRARY_PATH if and only if they are empty.
...
svn path=/nixpkgs/trunk/; revision=21904
2010-05-19 21:31:49 +00:00
Ludovic Courtès
aa26710b44
GCC 4.5: Add patch to fix GNU/Hurd builds.
...
svn path=/nixpkgs/trunk/; revision=21903
2010-05-19 21:31:21 +00:00
Ludovic Courtès
fc763b15eb
hwloc 1.0.
...
svn path=/nixpkgs/trunk/; revision=21902
2010-05-19 21:30:37 +00:00
Ludovic Courtès
ee7ad85926
glibc/hurd: Add libhurduser and libmachuser to the libc.so linker script.
...
svn path=/nixpkgs/trunk/; revision=21901
2010-05-19 21:29:48 +00:00
Ludovic Courtès
e5571e9cd4
GNU Hurd: Add libpthread.
...
svn path=/nixpkgs/trunk/; revision=21900
2010-05-19 21:28:57 +00:00
Ludovic Courtès
2534ea88b1
GNU Hurd: Allow partial builds.
...
svn path=/nixpkgs/trunk/; revision=21899
2010-05-19 21:28:34 +00:00
Ludovic Courtès
89b9d2af52
GNU Mach, GNU Hurd: Add `-headers' in the name when asking for headers only.
...
svn path=/nixpkgs/trunk/; revision=21898
2010-05-19 21:28:28 +00:00
Ludovic Courtès
b9e28b8a8e
GNU Hurd: Use the date as the version number.
...
svn path=/nixpkgs/trunk/; revision=21897
2010-05-19 21:28:14 +00:00
Ludovic Courtès
5cb28c179c
GNU Mach: Use the date as the version number.
...
svn path=/nixpkgs/trunk/; revision=21896
2010-05-19 21:28:09 +00:00
Ludovic Courtès
82db7c3f0e
glibc/hurd: Use the date as the version number.
...
svn path=/nixpkgs/trunk/; revision=21895
2010-05-19 21:28:03 +00:00
Ludovic Courtès
5ecaa9ab32
GNU MIG: Move to `os-specific/gnu'.
...
svn path=/nixpkgs/trunk/; revision=21894
2010-05-19 21:27:53 +00:00
Ludovic Courtès
eeba31dfc9
GNU MIG: Use the date as the version number; remove misguided cross stuff.
...
svn path=/nixpkgs/trunk/; revision=21893
2010-05-19 21:27:38 +00:00
Ludovic Courtès
8ccb0fda33
fetchgit: Track all remote branches when `$rev' is non-empty.
...
svn path=/nixpkgs/trunk/; revision=21892
2010-05-19 21:27:01 +00:00
Ludovic Courtès
e7521238ae
glibc: Add comment about things to be fixed.
...
svn path=/nixpkgs/trunk/; revision=21891
2010-05-19 21:26:48 +00:00
Ludovic Courtès
0639ff01ea
glibc: Fix non-Linux builds.
...
svn path=/nixpkgs/trunk/; revision=21890
2010-05-19 21:26:36 +00:00
Yury G. Kudryashov
cc6ca8b2ae
Add gnupg1 compatibility wrapper
...
Gnupg1compat is symlinked gnupg2 with two additional symlinks:
gpg->gpg2 and gpgv->gpgv2.
Move original gnupg 1.x to gnupg1orig.
Set default gnupg1 to gnupg1compat.
svn path=/nixpkgs/trunk/; revision=21888
2010-05-19 20:59:20 +00:00
Yury G. Kudryashov
6a0318fead
Add libassuan1 back
...
opensc needs it
svn path=/nixpkgs/trunk/; revision=21887
2010-05-19 20:59:15 +00:00
Yury G. Kudryashov
b7a54122ef
Pass coreutils explicitly instead of using stdenv.coreutils
...
I hope that this fixes tarball creation for hydra
svn path=/nixpkgs/trunk/; revision=21886
2010-05-19 20:59:07 +00:00
Yury G. Kudryashov
fd63f04e4e
Remove gpg->gpg2 symlink
...
Also make gpgme compile&find gpg2
svn path=/nixpkgs/trunk/; revision=21885
2010-05-19 20:59:03 +00:00
Yury G. Kudryashov
d0b56edcf2
Mass GnuPG upgrade
...
gnupg tests fail. Will try to fix later.
svn path=/nixpkgs/trunk/; revision=21884
2010-05-19 20:58:56 +00:00
Yury G. Kudryashov
ea1953d744
Move gnupg to gnupg1 and gnupg2 to gnupg
...
Also add gnupg1-compatibility symlinks to gnupg2.
Most packages should be able to use gnupg2 instead of gnupg1.
svn path=/nixpkgs/trunk/; revision=21883
2010-05-19 20:58:47 +00:00
Yury G. Kudryashov
7751f8bd62
Upgrade pinentry to 0.8.0
...
Also add optional pinentry-qt4
svn path=/nixpkgs/trunk/; revision=21882
2010-05-19 20:58:35 +00:00
Lluís Batlle i Rossell
0ff12ea30b
Trying to fix the build of openoffice 3.2.0
...
svn path=/nixpkgs/trunk/; revision=21880
2010-05-19 16:46:48 +00:00
Lluís Batlle i Rossell
e283f86174
Making nixUnstable ready to cross build.
...
That requires bzip2 to cross build properly, and this is done only in stdenv-updates.
svn path=/nixpkgs/trunk/; revision=21878
2010-05-19 15:13:46 +00:00
Eelco Dolstra
90b3af3bd7
* Bittorrent updated to 5.2.2 (5.3 seems too hard to build).
...
svn path=/nixpkgs/trunk/; revision=21877
2010-05-19 14:42:52 +00:00
Eelco Dolstra
f8a818bf20
* Remove a redundant version of ktorrent (it's already in
...
kde/extra-gear).
svn path=/nixpkgs/trunk/; revision=21876
2010-05-19 13:57:20 +00:00
Eelco Dolstra
a310fc9ed0
* Latest kernels.
...
svn path=/nixpkgs/trunk/; revision=21874
2010-05-19 12:28:54 +00:00
Peter Simons
8d1637de33
pkgs/top-level/all-packages.nix, pkgs/applications/editors/emacs-23: prefer makeOverridable over getPkgConfig to customize GNU Emacs
...
Changed 'emacs23' expression to allow for argument overriding instead of
relying on getPkgConfig. While I was at it, I also simplified the actual build
expression a bit.
svn path=/nixpkgs/trunk/; revision=21873
2010-05-19 12:26:21 +00:00
Peter Simons
5e4bf97212
pkgs/applications/version-management/git-and-tools: disable sendEmailSupport on Darwin in gitFull
...
The required perl libraries don't build on Darwin.
svn path=/nixpkgs/trunk/; revision=21872
2010-05-19 12:26:17 +00:00
Peter Simons
dd5add68e1
pkgs/os-specific/linux/hal/default.nix: strip trailing white space
...
svn path=/nixpkgs/trunk/; revision=21871
2010-05-19 12:26:15 +00:00
Peter Simons
f90d6ec47d
pkgs/os-specific/linux/hal/default.nix: deal with 'udev' being null
...
svn path=/nixpkgs/trunk/; revision=21870
2010-05-19 12:26:12 +00:00
Peter Simons
d6201c6aac
pkgs/os-specific/linux/hal/default.nix: prefer explicit function arguments over implicit with style
...
svn path=/nixpkgs/trunk/; revision=21869
2010-05-19 12:26:09 +00:00
Peter Simons
3353ed9c88
pkgs/top-level/all-packages.nix, pkgs/tools/networking/openssh: prefer makeOverridable over getPkgConfig to customize openssh
...
Changed 'openssh' expression to allow for argument overriding instead of
relying on getPkgConfig. While I was at it, I also simplified the build
expression a bit.
svn path=/nixpkgs/trunk/; revision=21868
2010-05-19 12:26:06 +00:00
Peter Simons
3104ba89de
pkgs/top-level/all-packages.nix: prefer makeOverridable over getPkgConfig to customize pdsh
...
Changed 'pdsh' expression to allow for argument overriding instead of relying
on getPkgConfig.
svn path=/nixpkgs/trunk/; revision=21867
2010-05-19 12:26:00 +00:00
Peter Simons
2508c95763
pkgs/top-level/all-packages.nix: prefer makeOverridable over getPkgConfig to customize distcc
...
Changed 'distcc' expression to allow for argument overriding instead of relying
on getPkgConfig.
svn path=/nixpkgs/trunk/; revision=21866
2010-05-19 12:25:57 +00:00
Peter Simons
7f0dc973f4
pkgs/top-level/all-packages.nix: prefer makeOverridable over getConfig to customize libc version
...
Previously, the getConfig variable 'brokenRedHatKernel' was used to switch back
to glibc 2.5, which fixes various run-time problems on Red Hat Linux. Now, the
same can be achieved by configuring
{
packageOverrides = pkgs:
{
glibc = pkgs.useFromStdenv "glibc" pkgs.glibc25;
};
}
in $NIXPKGS_CONFIG. Similarly, the argument 'installLocales' can be overridden
by setting:
{
packageOverrides = pkgs:
{
glibc = pkgs.useFromStdenv "glibc" (pkgs.glibc25.override { installLocales = true; });
};
}
svn path=/nixpkgs/trunk/; revision=21865
2010-05-19 12:25:54 +00:00
Peter Simons
aa600ed8f7
pkgs/top-level/all-packages.nix: prefer makeOverridable over getPkgConfig to customize GNU plot
...
Changed 'gnuplot' expression to allow for argument overriding instead of
relying on getPkgConfig. While I was at it, I also simplified the actual build
expression a bit.
svn path=/nixpkgs/trunk/; revision=21864
2010-05-19 12:25:51 +00:00
Peter Simons
d9c1f1b118
pkgs/top-level/all-packages.nix: prefer makeOverridable over getPkgConfig to customize ipmitool
...
Changed 'ipmitool' expression to allow for argument overriding instead of
relying on getPkgConfig.
svn path=/nixpkgs/trunk/; revision=21863
2010-05-19 12:25:48 +00:00
Peter Simons
9c812655ce
pkgs/top-level/all-packages.nix: prefer makeOverridable over getPkgConfig to customize GNU Privacy Guard
...
Changed 'gnupg' and 'gnupg2' expressions to allow for argument overriding
instead of relying on getPkgConfig.
svn path=/nixpkgs/trunk/; revision=21862
2010-05-19 12:25:45 +00:00
Peter Simons
807ed4dea3
pkgs/desktops/gnome-2.28/default.nix: strip trailing white space
...
svn path=/nixpkgs/trunk/; revision=21861
2010-05-19 12:25:41 +00:00
Peter Simons
af899f1956
pkgs/desktops/gnome-2.28/platform/libIDL: fixed build failure on Darwin
...
The build needs gettext, or it will fail to link libintl.
svn path=/nixpkgs/trunk/; revision=21860
2010-05-19 12:25:38 +00:00
Peter Simons
0db2caa183
pkgs/desktops/gnome-2.28/platform/gnome-vfs: don't require hal unless the host OS is Linux
...
svn path=/nixpkgs/trunk/; revision=21859
2010-05-19 12:25:35 +00:00
Peter Simons
6d7f97bd0b
pkgs/applications/editors/emacs-23: Darwin builds require libXaw to avoid link-time errors
...
svn path=/nixpkgs/trunk/; revision=21858
2010-05-19 12:25:31 +00:00
Sander van der Burg
953469729f
Removed the VBoxRandR tool which does not exists anymore
...
svn path=/nixpkgs/trunk/; revision=21857
2010-05-19 11:10:15 +00:00
Eelco Dolstra
ad48452ee1
* NVIDIA drivers updated to 195.36.24.
...
svn path=/nixpkgs/trunk/; revision=21856
2010-05-19 10:35:44 +00:00
Marc Weber
26e718ba23
move assertions so that buildign the NixOS manual doesn't fail
...
svn path=/nixpkgs/trunk/; revision=21855
2010-05-19 10:01:07 +00:00
Peter Simons
fa9b6ef08d
Fix ledger to compile with recent gcc.
...
Also makes ledger overridable.
svn path=/nixpkgs/trunk/; revision=21854
2010-05-19 07:50:45 +00:00
Lluís Batlle i Rossell
b4536c217f
Fixing openoffice urls for 3.2.0
...
svn path=/nixpkgs/trunk/; revision=21853
2010-05-19 07:31:07 +00:00
Michael Raskin
e2736a0888
DMTX now needs libjasper.. pass that lib to dmtx
...
svn path=/nixpkgs/trunk/; revision=21852
2010-05-18 21:15:13 +00:00
Michael Raskin
ae476d641a
DMTX now needs libjasper..
...
svn path=/nixpkgs/trunk/; revision=21851
2010-05-18 21:08:19 +00:00
Lluís Batlle i Rossell
84f61fadd1
OpenOffice.org update attempt to 3.2.0 - maybe it will work
...
I'll wait for the hydra report.
svn path=/nixpkgs/trunk/; revision=21850
2010-05-18 20:57:00 +00:00
Michael Raskin
ad1684ae13
Replace codegen script which was failing with EACCESS. Test Gajim build worked fine
...
svn path=/nixpkgs/trunk/; revision=21849
2010-05-18 20:13:39 +00:00
Marc Weber
6361b3a682
adding ati-drivers There is still much to be done, see http://thread.gmane.org/gmane.linux.distributions.nixos/4145
...
svn path=/nixpkgs/trunk/; revision=21848
2010-05-18 19:36:55 +00:00
Sander van der Burg
202e36f856
Update VirtualBox + guest additions to version 3.1.8
...
svn path=/nixpkgs/trunk/; revision=21846
2010-05-18 19:10:28 +00:00
Lluís Batlle i Rossell
8523c93081
Fixing the build of consolekit (it wants libgcc_s)
...
svn path=/nixpkgs/trunk/; revision=21843
2010-05-18 16:40:40 +00:00
Yury G. Kudryashov
c270663fec
Move polkit-1 libexec files into libexec/polkit-1/
...
svn path=/nixpkgs/trunk/; revision=21842
2010-05-18 16:40:17 +00:00
Eelco Dolstra
cfd6e0f21b
* The desktop item should be named "Firefox", not "firefox".
...
svn path=/nixpkgs/trunk/; revision=21840
2010-05-18 14:58:45 +00:00
Peter Simons
1fc724cc5c
pkgs/applications/version-management/git-and-tools/git: build git on all platforms, not just Linux
...
svn path=/nixpkgs/trunk/; revision=21839
2010-05-18 14:41:18 +00:00
Peter Simons
1295493b18
pkgs/applications/science/logic/coq: install coqide libraries
...
Patch courtesy of Russell O'Connor.
svn path=/nixpkgs/trunk/; revision=21838
2010-05-18 13:40:19 +00:00
Peter Simons
5f36663ecc
pkgs/top-level/perl-packages.nix: updated Digest-SHA1 to version 2.12
...
svn path=/nixpkgs/trunk/; revision=21837
2010-05-18 13:35:06 +00:00
Rob Vermaas
a07cdd3b23
* added patchelf pre-release 0.6 until it gets stable
...
* updated chrome to latest version
svn path=/nixpkgs/trunk/; revision=21836
2010-05-18 12:36:23 +00:00
Peter Simons
0563e08996
pkgs/development/libraries/pango/1.26.x.nix: enable hydra builds on all platforms, not just Linux
...
svn path=/nixpkgs/trunk/; revision=21835
2010-05-18 12:07:48 +00:00
Eelco Dolstra
5f9542583f
* MPlayer updated (from David Brown).
...
svn path=/nixpkgs/trunk/; revision=21829
2010-05-18 08:48:43 +00:00
Rob Vermaas
6ab3528051
typo
...
svn path=/nixpkgs/trunk/; revision=21827
2010-05-18 08:39:31 +00:00
Rob Vermaas
29c68e4468
fix check of tarball
...
svn path=/nixpkgs/trunk/; revision=21826
2010-05-18 08:22:35 +00:00
Michael Raskin
bc720e1061
Update ikiwiki - previous tarball is unaccessible
...
svn path=/nixpkgs/trunk/; revision=21823
2010-05-18 06:35:43 +00:00
Armijn Hemel
fc1344e4c9
update to 0.6
...
svn path=/nixpkgs/trunk/; revision=21822
2010-05-17 20:22:04 +00:00
Peter Simons
c29e6c97f1
Only set font in wrapper if we have X.
...
Unison's wrapper was generating errors by calling xset even if DISPLAY
was not set. This was especially noticeable when connecting to a
remote server to sync with.
Fix this by only setting the font path if DISPLAY is set to something.
svn path=/nixpkgs/trunk/; revision=21821
2010-05-17 16:16:48 +00:00
Peter Simons
cbc19490b9
Add Xfce Terminal emulator.
...
Adds the terminal emulator, and the libraries that it depends upon.
svn path=/nixpkgs/trunk/; revision=21820
2010-05-17 16:16:39 +00:00
Rob Vermaas
93f0bf658e
irssi: enable perl support
...
svn path=/nixpkgs/trunk/; revision=21819
2010-05-17 15:52:56 +00:00
Marc Weber
aebfa8548f
Revert "update wmii. libixp vanished"
...
The new wmii has some wired behaviour:
- When you move windows the curser location changes.
Until the window manager has changed that location movement of mouse is
ignored.
- window do not always popup in the col which was focused.
- wmiimenu broke
old wmii does not build with newer libixp
Until I know how to fix those issues I'll revert my update
This reverts -r 21683
svn path=/nixpkgs/trunk/; revision=21816
2010-05-17 13:35:38 +00:00
Ludovic Courtès
38c35ba49b
GNU Inetutils 1.8.
...
svn path=/nixpkgs/trunk/; revision=21814
2010-05-17 09:31:43 +00:00
Peter Simons
71f164ac1e
Three Games and Perl Support for Irssi
...
Here are four patches. Three of them add expressions for games. The
fourth, irssi-perl.patch, adds perl as an input for irssi, so that one
can run perl plugins in irssi. I didn't make the perl input optional,
but maybe it should be to keep the irssi expression light.
svn path=/nixpkgs/trunk/; revision=21813
2010-05-17 09:21:42 +00:00
Lluís Batlle i Rossell
0dc24d9f04
Disabling tests on two perl packages, whose tests related to network
...
failed on chroot builds.
That should allow hydra to build git.
(Thanks to David Brown)
svn path=/nixpkgs/trunk/; revision=21812
2010-05-17 06:47:52 +00:00
Eelco Dolstra
fc0279c07e
svn path=/nixpkgs/trunk/; revision=21811
2010-05-16 22:38:00 +00:00
Lluís Batlle i Rossell
70302d2d18
Adding inputs to privoxy, so it gets more features (zlib, documentation, pcre)
...
svn path=/nixpkgs/trunk/; revision=21809
2010-05-16 22:14:02 +00:00
Alexander Tsamutali
03d8babdf5
applications/editors/emacs-modes/jabber: New nixbuild.
...
svn path=/nixpkgs/trunk/; revision=21806
2010-05-16 20:32:21 +00:00
Eelco Dolstra
e367687e29
* mdadm: Enable incremental activation of swraid arrays from udev.
...
svn path=/nixpkgs/trunk/; revision=21805
2010-05-16 20:25:57 +00:00
Eelco Dolstra
1b1e5e7d69
* xpdf updated to 3.02pl4.
...
svn path=/nixpkgs/trunk/; revision=21803
2010-05-16 18:59:50 +00:00
Eelco Dolstra
687376f426
* Updated Nix.
...
svn path=/nixpkgs/trunk/; revision=21801
2010-05-16 16:48:38 +00:00
Armijn Hemel
c239f0d20e
update to 2.7.0
...
svn path=/nixpkgs/trunk/; revision=21798
2010-05-16 16:31:04 +00:00
Lluís Batlle i Rossell
a286b7c9b2
Adding tor 0.2.1.26
...
(Patch sent by roconnor)
svn path=/nixpkgs/trunk/; revision=21797
2010-05-16 16:23:32 +00:00
Lluís Batlle i Rossell
4df5343e78
Adding x2x.
...
Patch by Oleksandr Kozachuk
svn path=/nixpkgs/trunk/; revision=21796
2010-05-16 16:23:17 +00:00
Yury G. Kudryashov
64f0f42d4f
Upgrade mdadm
...
svn path=/nixpkgs/trunk/; revision=21792
2010-05-15 18:43:24 +00:00
Yury G. Kudryashov
ff03fa4511
Upgrade lvm2
...
svn path=/nixpkgs/trunk/; revision=21791
2010-05-15 18:43:10 +00:00
Yury G. Kudryashov
6edea62ea5
make freetype overridable
...
svn path=/nixpkgs/trunk/; revision=21790
2010-05-15 17:07:46 +00:00
Peter Simons
39b2ec2488
Fix git-send-email.
...
git-send-email depends on Net::SMTP and Net::SMTP::SSL. Make
sendEmailSupport a config for git, and bring these libraries. Wrap
the send-email script, or replace with a not supported script.
svn path=/nixpkgs/trunk/; revision=21789
2010-05-15 10:38:28 +00:00
Yury G. Kudryashov
07c11bbec2
Make polkit compile
...
svn path=/nixpkgs/trunk/; revision=21788
2010-05-15 09:55:31 +00:00
Yury G. Kudryashov
3fbd71aa88
udev-154
...
svn path=/nixpkgs/trunk/; revision=21787
2010-05-15 09:55:22 +00:00
Yury G. Kudryashov
062c48db4b
Start migrating to polkit-0.9.6
...
svn path=/nixpkgs/trunk/; revision=21786
2010-05-15 09:55:15 +00:00
Yury G. Kudryashov
0e8261b0be
eggdbus-0.6
...
svn path=/nixpkgs/trunk/; revision=21785
2010-05-15 09:55:08 +00:00
Yury G. Kudryashov
84984310e9
Update polkit-1 meta info
...
svn path=/nixpkgs/trunk/; revision=21784
2010-05-15 09:54:56 +00:00
Yury G. Kudryashov
9c7c6a9202
consolekit-0.4.1
...
svn path=/nixpkgs/trunk/; revision=21783
2010-05-15 09:54:50 +00:00
Yury G. Kudryashov
1c9a08d3eb
Changed udev firmware path to /root/test-firmware:/var/run/current-system/firmware
...
/etc/firmware -> /var/run/current-system/firmware was disscussed on ML
I've also changed the order because "emergency" path should be of higher priority
svn path=/nixpkgs/trunk/; revision=21782
2010-05-15 09:54:42 +00:00
Yury G. Kudryashov
82201f14e9
Upgrade to udev-153. Use /etc/firmware:/root/test-firmware path
...
svn path=/nixpkgs/trunk/; revision=21781
2010-05-15 09:54:35 +00:00
Yury G. Kudryashov
e69bf4f278
Remove unused lines
...
svn path=/nixpkgs/trunk/; revision=21780
2010-05-15 09:49:07 +00:00
Yury G. Kudryashov
52c65a1e62
Add rekonq browser (both 0.4.0 and latest git)
...
svn path=/nixpkgs/trunk/; revision=21779
2010-05-15 09:47:32 +00:00
Peter Simons
8f8b0bc3ad
pkgs/applications/editors/emacs-{22,23}: don't restrict this build to Linux
...
It looks like the recent update broke the package on all platforms other than
Linux, but no-one seems to have noticed. Hydra certainly didn't. That's not
particularly satisfactory. Surely, we would like Emacs to build on Darwin, BSD,
and other platforms, too?
svn path=/nixpkgs/trunk/; revision=21773
2010-05-14 09:54:31 +00:00
Andres Löh
b5feb272d7
Added ppm package for Haskell.
...
svn path=/nixpkgs/trunk/; revision=21772
2010-05-14 09:23:04 +00:00
Eelco Dolstra
22d901d935
* Updated Nix.
...
svn path=/nixpkgs/trunk/; revision=21771
2010-05-14 08:57:16 +00:00
Yury G. Kudryashov
dd6d459130
Add otr support to kopete
...
svn path=/nixpkgs/trunk/; revision=21770
2010-05-13 22:14:16 +00:00
Yury G. Kudryashov
43106b4d04
Apply upstream security patch to kget
...
svn path=/nixpkgs/trunk/; revision=21769
2010-05-13 22:05:08 +00:00
Andres Löh
975b88f573
Updated parsec-3.
...
svn path=/nixpkgs/trunk/; revision=21768
2010-05-13 18:47:04 +00:00
Andres Löh
a7e554d43c
Added Vec and Ranged-sets libraries for Haskell.
...
svn path=/nixpkgs/trunk/; revision=21767
2010-05-13 17:23:33 +00:00
Andres Löh
5bf578f7f9
Updated cpphs version.
...
svn path=/nixpkgs/trunk/; revision=21766
2010-05-13 16:35:32 +00:00
Andres Löh
01d171e811
Added vector library for Haskell.
...
svn path=/nixpkgs/trunk/; revision=21765
2010-05-13 16:21:38 +00:00
Yury G. Kudryashov
a309626c49
Fix a typo in gobject-introspection
...
svn path=/nixpkgs/trunk/; revision=21764
2010-05-13 15:57:37 +00:00
Yury G. Kudryashov
46bce5a789
Add gobject-introspection
...
svn path=/nixpkgs/trunk/; revision=21763
2010-05-13 15:56:04 +00:00
Lluís Batlle i Rossell
c7d36ccd97
Update Awesome to 3.4.5
...
svn path=/nixpkgs/trunk/; revision=21762
2010-05-13 12:18:09 +00:00
Ludovic Courtès
7a34b3a7a9
glibc: Get the Hurd-specific glibc branch.
...
svn path=/nixpkgs/trunk/; revision=21761
2010-05-12 23:54:20 +00:00
Lluís Batlle i Rossell
a07de1d9b1
The installation path of larswm was wrong
...
(Lots of commits for that larswm!)
svn path=/nixpkgs/trunk/; revision=21759
2010-05-12 22:08:45 +00:00
Lluís Batlle i Rossell
d994faca9b
Fixing larswm src.
...
svn path=/nixpkgs/trunk/; revision=21758
2010-05-12 21:59:06 +00:00
Lluís Batlle i Rossell
45944d3aee
I forgot the nix file for larswm
...
svn path=/nixpkgs/trunk/; revision=21757
2010-05-12 21:53:42 +00:00
Ludovic Courtès
632ad9e73c
glibc: Check whether `crossSystem' is null before accessing it.
...
svn path=/nixpkgs/trunk/; revision=21756
2010-05-12 20:49:57 +00:00
Lluís Batlle i Rossell
146cfcba6c
Fixing glibcInfo - it did not build.
...
svn path=/nixpkgs/trunk/; revision=21755
2010-05-12 19:31:18 +00:00
Lluís Batlle i Rossell
ed55a19bc7
Adding FUSE to the sheevaplug kernel, as a module
...
svn path=/nixpkgs/trunk/; revision=21754
2010-05-12 19:31:03 +00:00
Ludovic Courtès
e4b15a9cee
release-cross: Add `crossGNU' job.
...
svn path=/nixpkgs/trunk/; revision=21753
2010-05-12 15:46:55 +00:00
Ludovic Courtès
7e08174782
glibc 2.11: Cross-build for GNU/Hurd.
...
svn path=/nixpkgs/trunk/; revision=21752
2010-05-12 15:46:51 +00:00
Ludovic Courtès
2d4fa8897e
Add GNU Hurd (headers).
...
svn path=/nixpkgs/trunk/; revision=21751
2010-05-12 15:46:47 +00:00
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
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
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
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
86e3de70e1
GNU gettext 0.18 (not in stdenv).
...
svn path=/nixpkgs/trunk/; revision=21704
2010-05-10 12:57:10 +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
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
e583aae98c
Emacs: Add optional dependencies on GConf and librsvg.
...
svn path=/nixpkgs/trunk/; revision=21694
2010-05-09 23:14:23 +00:00