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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
9c7c6a9202
consolekit-0.4.1
...
svn path=/nixpkgs/trunk/; revision=21783
2010-05-15 09:54:50 +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
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
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
01d171e811
Added vector library for Haskell.
...
svn path=/nixpkgs/trunk/; revision=21765
2010-05-13 16:21:38 +00:00
Yury G. Kudryashov
46bce5a789
Add gobject-introspection
...
svn path=/nixpkgs/trunk/; revision=21763
2010-05-13 15:56:04 +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
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
Marco Maggesi
891868a4fe
Add package for Fossil
...
svn path=/nixpkgs/trunk/; revision=21746
2010-05-12 13:17:19 +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
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
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
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
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
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
Lluís Batlle i Rossell
9012b226c7
Fixing the 'awesome' tab completion on Run command
...
svn path=/nixpkgs/trunk/; revision=21677
2010-05-09 11:01:29 +00:00
Marc Weber
8d9af6d596
patch provided by David Brown adding simple-build-tool which builds Scala packages
...
svn path=/nixpkgs/trunk/; revision=21671
2010-05-08 21:51:47 +00:00
Lluís Batlle i Rossell
c82a9ac921
Updating blender
...
svn path=/nixpkgs/trunk/; revision=21670
2010-05-08 21:25:56 +00:00
Yury G. Kudryashov
169fee5644
Add qt-4.7-beta1 with low priority
...
svn path=/nixpkgs/trunk/; revision=21659
2010-05-07 20:08:37 +00:00
Yury G. Kudryashov
0864c1422e
Move qt-4.x into subfolder
...
svn path=/nixpkgs/trunk/; revision=21658
2010-05-07 20:08:31 +00:00
Lluís Batlle i Rossell
a3d73679b7
Cleaning a bit the boost directory. I propose having 'default.nix' for the latest version,
...
so the updates end in a simple diff. I remove the versions not mentioned anywhere else too.
svn path=/nixpkgs/trunk/; revision=21650
2010-05-07 14:27:22 +00:00
Lluís Batlle i Rossell
6dd72c5897
Updating putty to the last svn version, so now it can work with gtk2. The previous
...
wanted gtk1, that did not build on x86_64-linux
svn path=/nixpkgs/trunk/; revision=21649
2010-05-07 14:18:00 +00:00
Peter Simons
3542a7777e
pkgs/top-level/all-packages.nix: removed boost_1_36_0 attribute
...
According to "grep -R", that attribute isn't referenced by anything in nix-pkgs.
svn path=/nixpkgs/trunk/; revision=21639
2010-05-07 09:33:30 +00:00
Peter Simons
00b296762a
pkgs/development/libraries/boost: updated boost to 1.43.0
...
svn path=/nixpkgs/trunk/; revision=21638
2010-05-07 09:32:46 +00:00
Lluís Batlle i Rossell
f0d7bf0541
Updating the hydra cross-build tests to build wxMSW and not wxGTK for mingw32
...
svn path=/nixpkgs/trunk/; revision=21635
2010-05-06 19:20:47 +00:00
Lluís Batlle i Rossell
2c8783a48b
Making wxGTK stay wxGTK even cross-built, so I remove the wxMSW code I added
...
to test the crossbuilding with wxGTK.
I added a new windows-specific package: wxMSW.
svn path=/nixpkgs/trunk/; revision=21634
2010-05-06 19:19:22 +00:00
Lluís Batlle i Rossell
c65304ff49
Telling hydra to build the cross-mingw32
...
svn path=/nixpkgs/trunk/; revision=21632
2010-05-06 18:47:35 +00:00
Lluís Batlle i Rossell
c548c084bb
Making gcc-4.5 cross-build to mingw32 too (set by the proper config and libc = "msvcrt"
...
in the crossSystem)
svn path=/nixpkgs/trunk/; revision=21630
2010-05-06 18:22:51 +00:00
Sander van der Burg
b97a0eb54e
Added GeoIP Java API library
...
svn path=/nixpkgs/trunk/; revision=21626
2010-05-06 13:58:27 +00:00
Lluís Batlle i Rossell
222e41519e
Making lame compile with assembly optimization for i386
...
svn path=/nixpkgs/trunk/; revision=21620
2010-05-05 20:38:13 +00:00
Ludovic Courtès
96f2d289bc
Don't strip Linux modules in the SystemTap variant.
...
svn path=/nixpkgs/trunk/; revision=21619
2010-05-05 19:48:52 +00:00
Ludovic Courtès
588be9d6db
Add a Linux kernel suitable for SystemTap.
...
svn path=/nixpkgs/trunk/; revision=21618
2010-05-05 19:48:46 +00:00
Ludovic Courtès
1edabb560c
Make `nixUnstable' the default.
...
svn path=/nixpkgs/trunk/; revision=21616
2010-05-05 19:48:32 +00:00
Ludovic Courtès
d9de1677cc
OProfile 0.9.6.
...
svn path=/nixpkgs/trunk/; revision=21615
2010-05-05 19:48:18 +00:00
Yury G. Kudryashov
b07f14b1f5
Use stdenv2 in KDE to speed-up builds
...
svn path=/nixpkgs/trunk/; revision=21611
2010-05-05 18:17:55 +00:00
Yury G. Kudryashov
b8186141e3
Qt 4.6: add more SQL backends and libXi
...
Also install qch docs by default
svn path=/nixpkgs/trunk/; revision=21605
2010-05-05 18:17:25 +00:00
Ludovic Courtès
085bf1f2f1
Add SystemTap.
...
svn path=/nixpkgs/trunk/; revision=21596
2010-05-04 13:32:09 +00:00
Ludovic Courtès
d5086fd5bd
xmlto 0.0.23.
...
svn path=/nixpkgs/trunk/; revision=21595
2010-05-04 13:32:04 +00:00
Lluís Batlle i Rossell
f434403e59
Updating numpy, so it builds on arm, and then I can get tahoe-lafs building in armv5tel-linux.
...
svn path=/nixpkgs/trunk/; revision=21584
2010-05-03 20:06:09 +00:00
Alexander Tsamutali
d2237f9912
warzone2100: New nixpkg.
...
svn path=/nixpkgs/trunk/; revision=21582
2010-05-03 16:07:01 +00:00
Alexander Tsamutali
6ce7168eac
quesoglc: New nixpkg.
...
svn path=/nixpkgs/trunk/; revision=21580
2010-05-03 15:38:16 +00:00
Yury G. Kudryashov
796ffd9f71
Move "fetchurl restricted" code to requireFile.
...
This reverts r21474 and r21467.
Also migrate wtk (r21472) to new API.
svn path=/nixpkgs/trunk/; revision=21575
2010-05-03 09:13:17 +00:00
Yury G. Kudryashov
83f4846c49
Add lensfun library
...
svn path=/nixpkgs/trunk/; revision=21560
2010-05-03 03:45:52 +00:00
Yury G. Kudryashov
19cc1226d4
Add liblqr-1
...
svn path=/nixpkgs/trunk/; revision=21559
2010-05-03 03:45:47 +00:00
Yury G. Kudryashov
d8c07cc4d6
Add catdoc
...
svn path=/nixpkgs/trunk/; revision=21558
2010-05-03 03:45:40 +00:00
Ludovic Courtès
17a3bcd4d6
Add GNU FreeDink.
...
svn path=/nixpkgs/trunk/; revision=21555
2010-05-02 09:27:51 +00:00
Ludovic Courtès
61ec7e828d
Add SDL_gfx.
...
Contributed by Brian Gough <bjg@gnu.org>.
svn path=/nixpkgs/trunk/; revision=21554
2010-05-02 09:27:45 +00:00
Ludovic Courtès
8298738364
Add GNU Parallel.
...
svn path=/nixpkgs/trunk/; revision=21552
2010-05-02 09:27:32 +00:00
Lluís Batlle i Rossell
357e3ce108
Breaking a dependency of zefc on ghc. Trying to get tahoelafs built on armv5tel-linux
...
svn path=/nixpkgs/trunk/; revision=21550
2010-05-01 20:54:27 +00:00
Andres Löh
3c6f04e08e
Commented on the current decision on recurseIntoAttrs for haskellPackages.
...
svn path=/nixpkgs/trunk/; revision=21478
2010-05-01 11:23:39 +00:00
Lluís Batlle i Rossell
103f51c4da
Making the latest haskell expressions appear on 'nix-env -qa'.
...
More than one person had trouble not finding ghc 6.12 on 'nix-env -qa '*''
svn path=/nixpkgs/trunk/; revision=21477
2010-05-01 10:55:05 +00:00
Yury G. Kudryashov
0b11f22f49
Trying to fix virtuoso build on freebsd
...
svn path=/nixpkgs/trunk/; revision=21475
2010-05-01 07:41:40 +00:00
Lluís Batlle i Rossell
1215f3a7a4
Adding yasm, and making x264 and xvid codecs be compiled with their assembly code
...
svn path=/nixpkgs/trunk/; revision=21470
2010-04-30 21:58:47 +00:00
Lluís Batlle i Rossell
b3870f0148
Adding xvid, to ffmpeg and mplayer.
...
svn path=/nixpkgs/trunk/; revision=21469
2010-04-30 21:47:09 +00:00
Lluís Batlle i Rossell
fe7945b7fb
Adding rtmpdump
...
svn path=/nixpkgs/trunk/; revision=21468
2010-04-30 21:46:55 +00:00
Yury G. Kudryashov
404c314412
Add support for restricted downloads
...
svn path=/nixpkgs/trunk/; revision=21467
2010-04-30 20:40:42 +00:00
Yury G. Kudryashov
cc0b0b1c69
Add openssl1 back (but don't remove 0.9.8n)
...
svn path=/nixpkgs/trunk/; revision=21466
2010-04-30 20:40:33 +00:00
Lluís Batlle i Rossell
fa6c22b5c6
Adding the expressions for gcc 4.5 for cross building.
...
Although I still have set gcc 4.4 for that, I tested with the 4.5 expression
and it cross built perfectly bison for the sheevaplug.
svn path=/nixpkgs/trunk/; revision=21463
2010-04-30 19:12:59 +00:00
Lluís Batlle i Rossell
32b7ecf0d9
Adding more dependencies to mlt (for more features)
...
svn path=/nixpkgs/trunk/; revision=21459
2010-04-30 13:12:12 +00:00
Lluís Batlle i Rossell
a386398be6
Adding kdenlive, and as a side effect, mlt.
...
Kdenlive looks for some binaries in PATH, so some dependencies may be fulfilled
not by kdenlive nix expression.
svn path=/nixpkgs/trunk/; revision=21458
2010-04-30 13:12:07 +00:00
Peter Simons
2cd7033243
pkgs/tools/text/source-highlight: added GNU source highlight version 3.1.3
...
svn path=/nixpkgs/trunk/; revision=21457
2010-04-30 12:23:26 +00:00
Peter Simons
06f51c6e05
pkgs/applications/misc/ikiwiki: added build input PerlMagick
...
Without ImageMagick support, Ikiwiki cannot handle images.
svn path=/nixpkgs/trunk/; revision=21456
2010-04-30 10:49:43 +00:00
Peter Simons
ccf9a368b3
pkgs/top-level/perl-packages.nix: added PerlMagick, a perl API to ImageMagick
...
Unfortunately, the test suite had to be disabled because it assumes that
ImageMagick has been built with any and all extensions, i.e. WMF support
and whatnot else, and if it isn't, then the suite reports that as a
failure.
svn path=/nixpkgs/trunk/; revision=21455
2010-04-30 10:49:39 +00:00
Peter Simons
5139e564fa
pkgs/applications/graphics/ImageMagick: added build input jasper for jpeg-2000 support
...
While I was at it, I also rewrote the expression to get along without
using the deprecated "args: with args;" style.
svn path=/nixpkgs/trunk/; revision=21454
2010-04-30 10:49:33 +00:00
Peter Simons
c82a9c8e10
pkgs/tools/misc/most: added version 5.0.0
...
Build instructions courtesy of Tim Horton <tmhorton@gmail.com>.
svn path=/nixpkgs/trunk/; revision=21452
2010-04-30 09:21:18 +00:00
Lluís Batlle i Rossell
7b6ce0f9df
Updating x264, and adding x264 support to mplayer and ffmpeg.
...
svn path=/nixpkgs/trunk/; revision=21451
2010-04-30 08:33:47 +00:00
Peter Simons
9b48c69f85
pkgs/top-level/release.nix: enable haskellPlatform2010100 on Darwin
...
svn path=/nixpkgs/trunk/; revision=21447
2010-04-29 21:41:38 +00:00
Peter Simons
290bdb470a
pkgs/top-level/release.nix: drop trailing white space
...
svn path=/nixpkgs/trunk/; revision=21446
2010-04-29 21:41:33 +00:00
Peter Simons
995a603ec9
pkgs/top-level/release.nix: enable haskellPackages_ghc6104.haskellPlatform on Darwin
...
I'm pretty sure that the OpenGL/Mesa errors on Darwin have been fixed. I didn't
personally verify that this particular haskellPlatform version builds, though, I
just built the very latest version with GHC 6.12.2, albeit successfully. If it
so happens that this change reveals any further unexpected problems on MacOS X,
please let me know about it.
svn path=/nixpkgs/trunk/; revision=21445
2010-04-29 21:41:28 +00:00
Lluís Batlle i Rossell
cf5343a07d
Adding the logrotate I found in the freebsd ports.
...
I think that is what debian, fedora and freebsd call 'logrotate'.
svn path=/nixpkgs/trunk/; revision=21437
2010-04-29 17:55:06 +00:00
Lluís Batlle i Rossell
060714f287
Adding mtdutils
...
svn path=/nixpkgs/trunk/; revision=21436
2010-04-29 17:54:51 +00:00
Andres Löh
b3224edee3
Updated the expression for EHC/UHC.
...
This is not yet properly tested, but it should be an improvement over
what was there before ...
svn path=/nixpkgs/trunk/; revision=21435
2010-04-29 17:35:09 +00:00
Peter Simons
170b98be32
pkgs/top-level/haskell-packages.nix: drop trailing white space
...
svn path=/nixpkgs/trunk/; revision=21433
2010-04-29 15:08:28 +00:00
Peter Simons
0a87f7f706
pkgs/top-level/all-packages.nix: disable libdrm on Darwin platforms
...
libdrm doesn't build on Darwin and, according to the Xorg developers, isn't
supposed to be built.
This change fixes the build of haskell-platform-ghc6.12.2-2010.1.0.0 on Darwin.
svn path=/nixpkgs/trunk/; revision=21432
2010-04-29 14:57:23 +00:00
Peter Simons
56ce7f2ae6
pkgs/development/libraries/mesa: pass lipo utility to this build on Darwin
...
svn path=/nixpkgs/trunk/; revision=21427
2010-04-29 14:56:52 +00:00
Peter Simons
85b7c134cb
pkgs/os-specific/darwin/lipo: add support for running the native Darwin lipo utility
...
svn path=/nixpkgs/trunk/; revision=21426
2010-04-29 14:56:44 +00:00
Peter Simons
5e8a97a831
pkgs/top-level/all-packages.nix: added RPC-XML support to ikiwiki
...
This is required for the 'rst' plugin and for non-perl plugin support in
general.
svn path=/nixpkgs/trunk/; revision=21421
2010-04-29 09:35:20 +00:00
Peter Simons
d2160c4ad0
pkgs/top-level/perl-packages.nix: added RPC-XML-0.73
...
svn path=/nixpkgs/trunk/; revision=21420
2010-04-29 09:35:16 +00:00
Peter Simons
325efe1b5e
pkgs/top-level/perl-packages.nix: strip trailing white space
...
svn path=/nixpkgs/trunk/; revision=21419
2010-04-29 09:35:12 +00:00
Peter Simons
68d6efe22c
pkgs/top-level/all-packages.nix: strip trailing white space
...
svn path=/nixpkgs/trunk/; revision=21416
2010-04-29 08:54:02 +00:00
Peter Simons
d22b66cffc
pkgs/top-level/all-packages.nix: added ikiwiki.{git,monotone} options to $NIXPKGS_CONFIG
...
Set "ikiwiki = { git = true; monotone = true; };" in $NIXPKGS_CONFIG to
enable support for git and monotone in ikiwiki. If left unconfigured,
the default is to include support for git, but not for monotone.
svn path=/nixpkgs/trunk/; revision=21415
2010-04-29 08:53:58 +00:00
Ludovic Courtès
5929f9d3bd
GCC 4.5.0.
...
svn path=/nixpkgs/trunk/; revision=21403
2010-04-28 12:37:11 +00:00
Ludovic Courtès
a2bd7f82d7
Add libelf.
...
svn path=/nixpkgs/trunk/; revision=21400
2010-04-28 12:36:58 +00:00
Ludovic Courtès
7c038cdc06
Add MPC.
...
svn path=/nixpkgs/trunk/; revision=21399
2010-04-28 12:36:53 +00:00
Yury G. Kudryashov
8a1dd10d81
samba: make kerberos optional
...
svn path=/nixpkgs/trunk/; revision=21397
2010-04-28 09:39:01 +00:00
Yury G. Kudryashov
b7151c4e2c
Add neon-0.29.x, make it default
...
Also stop using "default" neon in all-packages.nix.
Minor versions are not source-compatible, so a package should state needed version explicitly.
svn path=/nixpkgs/trunk/; revision=21394
2010-04-28 08:40:19 +00:00
Yury G. Kudryashov
415f0fdc9f
Also fix neon-0.26 build
...
svn path=/nixpkgs/trunk/; revision=21392
2010-04-27 22:05:00 +00:00
Yury G. Kudryashov
293cde6747
Fix neon build
...
Use pkg-config to find openssl
svn path=/nixpkgs/trunk/; revision=21391
2010-04-27 21:54:38 +00:00
Andres Löh
f892a8efaa
Darcs updated to 2.4.1; now ghc-6.12-compatible.
...
svn path=/nixpkgs/trunk/; revision=21355
2010-04-27 19:51:37 +00:00
Andres Löh
932b3d3b79
Some cleanup regarding GHC and profiling support.
...
svn path=/nixpkgs/trunk/; revision=21351
2010-04-27 18:21:07 +00:00
Andres Löh
8a036d8eb1
Library profiling for cabal packages can now be enabled via a config option.
...
svn path=/nixpkgs/trunk/; revision=21350
2010-04-27 16:35:01 +00:00
Andres Löh
5623a59669
Haskell Platform 2010.1.0.0 low priority until ghc-6.12 becomes default.
...
svn path=/nixpkgs/trunk/; revision=21348
2010-04-27 14:55:31 +00:00
Ludovic Courtès
7802763b45
Linux nfs-utils 1.2.2.
...
svn path=/nixpkgs/trunk/; revision=21336
2010-04-27 09:43:22 +00:00
Marc Weber
9ae4b8b11c
wpa_supplicant: enable qt gui, deprecate old broken derivation building gui
...
svn path=/nixpkgs/trunk/; revision=21332
2010-04-27 04:38:41 +00:00
Ludovic Courtès
a174ff34b8
Add GNU SASL, GNU GSS-API, and GNU Rush.
...
Contributed by Brian Gough <bjg@gnu.org>.
svn path=/nixpkgs/trunk/; revision=21315
2010-04-26 08:59:25 +00:00
Ludovic Courtès
106ba39180
Add GNU Shishi and GNU Radius.
...
Contributed by Brian Gough <bjg@gnu.org>.
svn path=/nixpkgs/trunk/; revision=21313
2010-04-26 08:45:23 +00:00
Andres Löh
a2b68a97c5
Added gitit to release.nix
...
svn path=/nixpkgs/trunk/; revision=21312
2010-04-26 06:55:02 +00:00
Andres Löh
70c389a2ad
2010-version of platform should only be used with ghc-6.12.*
...
svn path=/nixpkgs/trunk/; revision=21306
2010-04-25 18:26:01 +00:00
Andres Löh
b48dfda990
Added ghc-6.12.2.
...
svn path=/nixpkgs/trunk/; revision=21303
2010-04-25 17:27:21 +00:00
Ludovic Courtès
9534d10db6
pwdutils: Use GnuTLS instead of OpenSSL.
...
svn path=/nixpkgs/trunk/; revision=21300
2010-04-24 21:02:42 +00:00
Alexander Tsamutali
755d7d8883
conkeror: Switched to zip snapshots, because tarballs are different on every fetchurl.
...
svn path=/nixpkgs/trunk/; revision=21298
2010-04-24 19:09:33 +00:00
Alexander Tsamutali
f45cfbe272
conkeror: New nixpkg.
...
svn path=/nixpkgs/trunk/; revision=21296
2010-04-24 17:34:58 +00:00
Alexander Tsamutali
1f3943541b
urbanterror: Enabled OpenAL and curl support.
...
svn path=/nixpkgs/trunk/; revision=21294
2010-04-24 12:39:10 +00:00
Ludovic Courtès
4fcbad8476
GNU/MIT Scheme: Build from the binary distributions when available.
...
svn path=/nixpkgs/trunk/; revision=21293
2010-04-24 11:09:53 +00:00
Alexander Tsamutali
a3bac131c3
sakura: Updated to 2.3.8.
...
svn path=/nixpkgs/trunk/; revision=21287
2010-04-24 00:12:51 +00:00
Ludovic Courtès
0e7e20042b
Add the GNU Linear Programming Kit (GLPK).
...
Contributed by Brian Gough <bjg@gnu.org>.
svn path=/nixpkgs/trunk/; revision=21284
2010-04-23 21:15:48 +00:00
Yury G. Kudryashov
7f8c11af2f
Remove obsolete pkgs.synaptics package
...
svn path=/nixpkgs/trunk/; revision=21278
2010-04-23 18:56:15 +00:00
Lluís Batlle i Rossell
5d04ec0364
Updating openssh, fixing libedit for openssh to link well with it, and... here we
...
finally have sftp with some kind of 'readline'!
svn path=/nixpkgs/trunk/; revision=21246
2010-04-22 18:16:18 +00:00
Sander van der Burg
1bf1500d39
Added Apache Felix gateway and remote shell packages
...
svn path=/nixpkgs/trunk/; revision=21240
2010-04-22 14:01:57 +00:00
Eelco Dolstra
a745097710
* Give Python 3.1 a lower priority so that it isn't installed by
...
default when you do "nix-env -i python" and to allow it to be
installed in the same profile as Python 2.x.
* Disambiguate between the variants of Python 2.x.
svn path=/nixpkgs/trunk/; revision=21237
2010-04-22 13:09:02 +00:00
Andres Löh
1c2fa602ee
Added gdiff Haskell package.
...
svn path=/nixpkgs/trunk/; revision=21207
2010-04-21 14:05:17 +00:00
Eelco Dolstra
b86fd1a1ec
* Added rfkill, a tool for controlling the wireless kill switch on
...
Linux.
svn path=/nixpkgs/trunk/; revision=21199
2010-04-21 11:21:15 +00:00
Eelco Dolstra
741cc2fef8
* Cleanup: removed the unused `python-new'.
...
svn path=/nixpkgs/trunk/; revision=21197
2010-04-21 11:11:42 +00:00
Eelco Dolstra
e2a374799f
* Reverted most of the recent Python refactorings, as discussed. It's
...
a worthy goal to move the Python packages that are currently in
all-packages.nix into a single attribute set, but this doesn't
require moving python-packages.nix or the other changes made to that
file. The Python packages in all-packages.nix should simply be
moved to python-packages.nix, and ideally changed to use
buildPythonPackage.
svn path=/nixpkgs/trunk/; revision=21196
2010-04-21 10:51:15 +00:00
Yury G. Kudryashov
4cdcafb0f1
Don't pass lib argument to svnfs as it is not expected
...
svn path=/nixpkgs/trunk/; revision=21186
2010-04-20 17:06:27 +00:00
Yury G. Kudryashov
7a3f602580
Get rid of decibel and tapioca-qt
...
It never worked, and nothing use it.
svn path=/nixpkgs/trunk/; revision=21185
2010-04-20 17:06:19 +00:00
Lluís Batlle i Rossell
71760b99a5
Fixing the opencv build. As it builds with cmake, it also benefits from 'stdenv2'
...
to build properly.
svn path=/nixpkgs/trunk/; revision=21184
2010-04-20 15:09:56 +00:00
Marc Weber
97f2c09f97
readding some python packages I dropped somehow by accident.
...
This also updates some python libraries and fixes some things I forgot
to patch
svn path=/nixpkgs/trunk/; revision=21171
2010-04-19 19:41:41 +00:00
Marc Weber
6ef4de2259
Lyx update
...
svn path=/nixpkgs/trunk/; revision=21170
2010-04-19 19:41:38 +00:00
Lluís Batlle i Rossell
d64fc6e17c
Commenting at release.nix how hydra will evaluate it.
...
svn path=/nixpkgs/trunk/; revision=21167
2010-04-19 14:21:52 +00:00
Ludovic Courtès
73b7a7fea7
hwloc 1.0rc1.
...
svn path=/nixpkgs/trunk/; revision=21166
2010-04-19 14:06:07 +00:00
Lluís Batlle i Rossell
57f647c255
Fixing the nixpkgs evaluation (svnfs). I renamed the attr svnFS to svnfs,
...
to match others 'xxxxfs'. Maybe it could have the name sshfsFuse too.
I prefer svnfs, and I'd prefer 'sshfs' too, and not sshfsFuse.
svn path=/nixpkgs/trunk/; revision=21160
2010-04-19 10:50:36 +00:00
Alexander Tsamutali
502f979532
mpd: New nixpkg.
...
svn path=/nixpkgs/trunk/; revision=21148
2010-04-18 19:26:30 +00:00
Alexander Tsamutali
d5337a70c8
libcue: New nixpkg.
...
svn path=/nixpkgs/trunk/; revision=21147
2010-04-18 19:12:07 +00:00
Alexander Tsamutali
3e40cf1f64
libmikmod: New nixpkg.
...
svn path=/nixpkgs/trunk/; revision=21146
2010-04-18 18:57:35 +00:00
Alexander Tsamutali
64249d4372
libmad: Added patch to install mad.pc, stolen from Arch Linux.
...
svn path=/nixpkgs/trunk/; revision=21144
2010-04-18 18:07:03 +00:00
Marc Weber
8c0b7e4ad2
- adding experimental python31 build
...
- cleanup python libraries:
* moving all python libraries into a attr set into a directory
so that expressions can be used for both: python 2.5 and 2.6 easily
* disabling packages which don't build
svn path=/nixpkgs/trunk/; revision=21142
2010-04-17 18:28:25 +00:00
Eelco Dolstra
7c22881aa8
* Build audacious with ffmpeg to get support for WMA and MPC.
...
svn path=/nixpkgs/trunk/; revision=21138
2010-04-16 20:19:22 +00:00
Eelco Dolstra
10fdd4d230
* Updated audacious to 2.3. Combined audacious and audacious-plugins
...
into one derivation so that it works out of the box - no need to set
symlinks to the plugins in ~/.local/share/audacious. There is
really no reason to install those packages separately anyway, as
audacious is useless without the plugins package.
svn path=/nixpkgs/trunk/; revision=21137
2010-04-16 19:26:15 +00:00
Marc Weber
a772868bca
adding svnFS
...
svn path=/nixpkgs/trunk/; revision=21132
2010-04-16 15:56:31 +00:00
Marc Weber
6ce15d655f
adding wvdial, wvstreams, usb_modeswitch
...
svn path=/nixpkgs/trunk/; revision=21131
2010-04-16 15:56:28 +00:00
Marc Weber
3874ba79bd
make pythonPackages default to pyhton26Packages because python26 is default now
...
This makes python packages passed to inkscape have same version again
svn path=/nixpkgs/trunk/; revision=21130
2010-04-16 15:56:25 +00:00
Ludovic Courtès
ecaa92decb
Remove `guile_1_9_coverage'.
...
svn path=/nixpkgs/trunk/; revision=21116
2010-04-16 08:05:09 +00:00
Yury G. Kudryashov
53ec513a91
Recurse into gnome attrs
...
svn path=/nixpkgs/trunk/; revision=21112
2010-04-16 05:26:27 +00:00
Andres Löh
bd22d01b5e
Use consistent version of network package in gitit.
...
svn path=/nixpkgs/trunk/; revision=21109
2010-04-15 22:01:04 +00:00
Andres Löh
934b429725
Updated gitit plus dependencies.
...
svn path=/nixpkgs/trunk/; revision=21108
2010-04-15 21:10:06 +00:00
Andres Löh
52fe24049c
Added happstack and dependencies.
...
svn path=/nixpkgs/trunk/; revision=21107
2010-04-15 18:10:42 +00:00
Andres Löh
27a26afc55
Added jpeg library for Haskell.
...
svn path=/nixpkgs/trunk/; revision=21096
2010-04-15 13:32:56 +00:00
Andres Löh
7d44fab64f
Added salvia and dependencies.
...
svn path=/nixpkgs/trunk/; revision=21095
2010-04-15 13:25:43 +00:00
Andres Löh
c7404a30df
Added fclabels.
...
svn path=/nixpkgs/trunk/; revision=21093
2010-04-15 12:45:15 +00:00
Marco Maggesi
5d94294dd5
pkgs/os-specific/linux/blcr: update to version 0.8.2
...
svn path=/nixpkgs/trunk/; revision=21091
2010-04-15 12:08:08 +00:00
Andres Löh
49a3e1e46b
Added AspectAG for Haskell.
...
svn path=/nixpkgs/trunk/; revision=21083
2010-04-15 06:08:37 +00:00
Yury G. Kudryashov
0ab619066b
Add splix cups driver
...
svn path=/nixpkgs/trunk/; revision=21078
2010-04-14 19:27:15 +00:00
Yury G. Kudryashov
1336665f0d
Typo in path, style
...
svn path=/nixpkgs/trunk/; revision=21077
2010-04-14 19:27:04 +00:00
Eelco Dolstra
cd56e341de
* Consolidate MPlayer trunk.nix and default.nix into one.
...
* Removed the font because MPlayer doesn't use it anymore (it uses
fontconfig).
* Removed rp9codecs because the Real codecs are included in the
"essential" codecs package.
* Moved win32codecs into the MPlayer Nix expression.
svn path=/nixpkgs/trunk/; revision=21070
2010-04-14 12:13:01 +00:00
Eelco Dolstra
98bab41c33
* Clean up the "dict" package. For some reason "configureFlags"
...
didn't get passed properly.
svn path=/nixpkgs/trunk/; revision=21069
2010-04-14 10:55:50 +00:00
Armijn Hemel
0cf1045be4
update to 1.0.5, add libvorbis, libtheora, speex support
...
svn path=/nixpkgs/trunk/; revision=21068
2010-04-14 10:52:20 +00:00
Armijn Hemel
fdc760a3f6
add libtheora, speex, vorbis to ffmpeg
...
svn path=/nixpkgs/trunk/; revision=21067
2010-04-14 09:45:22 +00:00
Ludovic Courtès
d1c19b4049
GNU wget: Fix test suite runs.
...
svn path=/nixpkgs/trunk/; revision=21057
2010-04-13 10:11:42 +00:00
Ludovic Courtès
8251c938e8
GNU Common C++ 1.8.0.
...
svn path=/nixpkgs/trunk/; revision=21053
2010-04-13 08:56:14 +00:00
Lluís Batlle i Rossell
ec8f2bdc1b
Adding sasl support to mutt, so ssmtp sending works
...
svn path=/nixpkgs/trunk/; revision=21038
2010-04-12 22:21:01 +00:00
Lluís Batlle i Rossell
b6fe7e6d41
Adding offlineimap, in a not very elegant way.
...
svn path=/nixpkgs/trunk/; revision=21034
2010-04-12 21:03:22 +00:00
Yury G. Kudryashov
a9d1a2825b
Initial xf86-input-wacom nix expression
...
Builds here. Haven't tested whether it works with real hardware yet.
svn path=/nixpkgs/trunk/; revision=21019
2010-04-11 22:42:28 +00:00
Yury G. Kudryashov
e90a24df10
s/\t/ /
...
Blame Raskin for tabs in all-packages.nix.
svn path=/nixpkgs/trunk/; revision=21018
2010-04-11 21:03:59 +00:00
Yury G. Kudryashov
8ff59ce09c
Remove old sip and pyqt
...
svn path=/nixpkgs/trunk/; revision=21017
2010-04-11 21:03:51 +00:00
Yury G. Kudryashov
62bcea0382
Remove linuxwacom: it is not compatible with new xserver
...
svn path=/nixpkgs/trunk/; revision=21016
2010-04-11 21:03:43 +00:00
Yury G. Kudryashov
64cff1da4e
Add calibreQt46. Please, test
...
svn path=/nixpkgs/trunk/; revision=21014
2010-04-11 18:58:43 +00:00
Yury G. Kudryashov
a60cdda3c6
Remove qt-4.4
...
svn path=/nixpkgs/trunk/; revision=21012
2010-04-11 17:29:36 +00:00
Yury G. Kudryashov
f25c68f01a
Remove old kde packages
...
svn path=/nixpkgs/trunk/; revision=21011
2010-04-11 15:50:41 +00:00
Yury G. Kudryashov
eb20e3b926
Add gpm support to elinks
...
svn path=/nixpkgs/trunk/; revision=21003
2010-04-10 20:27:02 +00:00
Yury G. Kudryashov
22bc695075
Use package overrides instead of getConfig
...
svn path=/nixpkgs/trunk/; revision=21002
2010-04-10 20:26:54 +00:00
Yury G. Kudryashov
9cef0c7941
Update linuxwacom, add 0.8.4.x
...
svn path=/nixpkgs/trunk/; revision=21001
2010-04-10 20:26:41 +00:00
Lluís Batlle i Rossell
a2334e604b
Adding slimrat (not the gui, but at least the cli)
...
svn path=/nixpkgs/trunk/; revision=20999
2010-04-10 10:47:30 +00:00
Lluís Batlle i Rossell
2f67d3cc66
Updating boost.
...
Maybe we want a 'default.nix' reflecting the latest version, instead of changing and changing the version?
svn path=/nixpkgs/trunk/; revision=20995
2010-04-09 15:40:18 +00:00
Ludovic Courtès
7f6b1e9abd
GCC 4.4: Fix shared library support of sparc64-linux-gnu cross-compiler.
...
svn path=/nixpkgs/trunk/; revision=20975
2010-04-07 15:53:34 +00:00
Lluís Batlle i Rossell
3c2c4ac87a
Adding 'meld'
...
svn path=/nixpkgs/trunk/; revision=20963
2010-04-06 19:39:29 +00:00
Yury G. Kudryashov
99fda7a42f
Do not pass pkgs to virtuoso
...
svn path=/nixpkgs/trunk/; revision=20958
2010-04-06 13:27:32 +00:00
Eelco Dolstra
2aac41a8db
* libiodbc: don't pass all of Nixpkgs to the package. There is no
...
reason why this shouldn't work, but it breaks NixOS evaluation on
x86_64-linux with weird segfaults and assertion failures, probably
due to a bug in the evaluator or the ATerm library.
svn path=/nixpkgs/trunk/; revision=20953
2010-04-06 10:50:52 +00:00
Lluís Batlle i Rossell
bb8a2181ad
Updating kismet
...
svn path=/nixpkgs/trunk/; revision=20934
2010-04-03 22:07:59 +00:00
Yury G. Kudryashov
d22cb2fdb5
Add virtuoso database
...
Very minimal installation needed by KDE
svn path=/nixpkgs/trunk/; revision=20932
2010-04-03 17:34:14 +00:00
Lluís Batlle i Rossell
fd94e443d2
Adding recurseIntoAttrs for the kde3 attribute set, to have the derivations available listed
...
by nix-env.
svn path=/nixpkgs/trunk/; revision=20931
2010-04-03 10:59:26 +00:00
Yury G. Kudryashov
f0f1958830
Get rid of redland-1.0.8
...
1.0.9 was buggy, but it is fixed in 1.0.10
svn path=/nixpkgs/trunk/; revision=20930
2010-04-03 09:54:22 +00:00
Yury G. Kudryashov
e523ba1732
Add libiodbc
...
Use experimental style. Will revert to "standard" one if needed.
svn path=/nixpkgs/trunk/; revision=20929
2010-04-03 09:53:38 +00:00
Yury G. Kudryashov
c3e38d11f0
Bump libarchive to 2.8.3
...
Fixes kdeutils-4.4.2 compilation
svn path=/nixpkgs/trunk/; revision=20922
2010-04-01 18:50:43 +00:00
Sander van der Burg
4597b33ed1
Update Disnix packages to use the 0.1 release
...
svn path=/nixpkgs/trunk/; revision=20915
2010-04-01 14:49:05 +00:00
Yury G. Kudryashov
16ef66f67e
Recurse into kde4 attrs
...
svn path=/nixpkgs/trunk/; revision=20912
2010-04-01 14:21:18 +00:00
Yury G. Kudryashov
94de02e04e
Move kde3 packages into kde3 in release.nix
...
svn path=/nixpkgs/trunk/; revision=20911
2010-04-01 13:46:07 +00:00
Yury G. Kudryashov
5306038df7
Move KDE 3 packages into kde3 set
...
Use kde3.kile instead of kile etc.
svn path=/nixpkgs/trunk/; revision=20910
2010-04-01 13:34:36 +00:00
Yury G. Kudryashov
f26e437b72
Don't depend on X unless djview3 is requested
...
Also rename option name to "qt3"
svn path=/nixpkgs/trunk/; revision=20908
2010-04-01 12:34:50 +00:00
Andres Löh
9370225663
Haskell Platform 2010.1.0.0
...
svn path=/nixpkgs/trunk/; revision=20904
2010-04-01 10:56:48 +00:00
Ludovic Courtès
c936e89fc1
aMule 2.2.6.
...
svn path=/nixpkgs/trunk/; revision=20866
2010-03-30 08:20:29 +00:00
Marc Weber
3a94c410d1
add perlcritic 1.105 (and Test::Perl::Critic 1.02) and some depndencies:
...
total perl libs added: BKeywords ConfigTiny ExceptionClass FileRemove FileWhich HookLexWrap IOString IPCRun3 PerlCritic PerlTidy PPI PodSpell ProbePerl ReadonlyXS RegexpParser StringFormat TestObject TestPerlCritic TestScript TestSubCalls
patch provided by Francois Perrad
svn path=/nixpkgs/trunk/; revision=20865
2010-03-29 23:36:40 +00:00
Marc Weber
ec095c9145
add ack-1.92
...
patch provided by Francois Perrad
svn path=/nixpkgs/trunk/; revision=20864
2010-03-29 23:36:38 +00:00
Marc Weber
1d5910bb94
add Gradle 0.8
...
patch provided by Francois Perrad
svn path=/nixpkgs/trunk/; revision=20863
2010-03-29 23:36:35 +00:00
Marc Weber
7b5896ca33
add Groovy 1.7.1
...
patch provided by Francois Perrad
svn path=/nixpkgs/trunk/; revision=20862
2010-03-29 23:36:32 +00:00
Lluís Batlle i Rossell
946ca82173
Making ikiwiki happier with LocaleGettext
...
svn path=/nixpkgs/trunk/; revision=20845
2010-03-28 22:54:10 +00:00
Alexander Tsamutali
99f19e27de
applications/networking/p2p/transmission: New nixpkg.
...
svn path=/nixpkgs/trunk/; revision=20840
2010-03-28 00:06:30 +00:00
Rob Vermaas
4003f1e6fe
nixpkgs: for darwin redirect jdk to openjdk
...
svn path=/nixpkgs/trunk/; revision=20832
2010-03-26 13:31:11 +00:00
Eelco Dolstra
54aefa41b4
* aangifte2009 requires xdg-utils to open a browser.
...
svn path=/nixpkgs/trunk/; revision=20830
2010-03-25 20:39:01 +00:00
Eelco Dolstra
48e1c2df80
* Added xdg-utils, a package that contains desktop integration
...
commands such as `xdg-open' (which opens a URL with the user's
default browser).
svn path=/nixpkgs/trunk/; revision=20829
2010-03-25 19:48:06 +00:00
Eelco Dolstra
25ea790dd4
* Added the Dutch Tax Return program for 2009.
...
svn path=/nixpkgs/trunk/; revision=20828
2010-03-25 19:40:19 +00:00
Lluís Batlle i Rossell
d533e31357
Updating gtkwave
...
svn path=/nixpkgs/trunk/; revision=20825
2010-03-25 15:07:53 +00:00
Eelco Dolstra
806099dbc8
* Added GNU wdiff.
...
svn path=/nixpkgs/trunk/; revision=20817
2010-03-25 11:51:55 +00:00
Lluís Batlle i Rossell
a991201bf5
Adding optipng, and a basic expression for pdfread.
...
svn path=/nixpkgs/trunk/; revision=20802
2010-03-23 23:04:41 +00:00
Lluís Batlle i Rossell
60b8b2b613
Adding pngnq.
...
svn path=/nixpkgs/trunk/; revision=20801
2010-03-23 22:40:46 +00:00
Lluís Batlle i Rossell
54ccfcff2d
Updating calibre (now, with chm support)
...
svn path=/nixpkgs/trunk/; revision=20797
2010-03-23 21:48:38 +00:00
Lluís Batlle i Rossell
b9fcc355c1
Trying to fix the python package 'mechanize'. Anything building with 'mechanize' needs 'clientform' too.
...
svn path=/nixpkgs/trunk/; revision=20791
2010-03-23 19:28:48 +00:00
Lluís Batlle i Rossell
ac94ac33d2
Adding 'clientform', a python package.
...
That seems needed for the python package 'mechanize' to build.
svn path=/nixpkgs/trunk/; revision=20788
2010-03-23 16:58:34 +00:00
Eelco Dolstra
9dd466d123
* Updated pyqt and sip because the old versions have disappeared.
...
* Removed some unused versions of those packages.
* Don't pass `lib' to packages (because we already have `stdenv.lib').
* Removed some `*_python26' variants because Python 2.6 is the default
now.
svn path=/nixpkgs/trunk/; revision=20782
2010-03-23 14:04:47 +00:00
Lluís Batlle i Rossell
00726e62fc
Fixing some sheevaplug linux kernel configuration options,
...
because they were bad written.
I also added the support for tun devices.
svn path=/nixpkgs/trunk/; revision=20773
2010-03-22 20:01:48 +00:00
Ludovic Courtès
6574a35e56
Add MIT/GNU Scheme.
...
svn path=/nixpkgs/trunk/; revision=20719
2010-03-17 15:32:12 +00:00
Ludovic Courtès
d5c0333db8
Stalin: Add dependency on ncompress.
...
svn path=/nixpkgs/trunk/; revision=20713
2010-03-17 14:44:46 +00:00
Eelco Dolstra
8396168276
* Updated Nix to 0.15.
...
svn path=/nixpkgs/trunk/; revision=20697
2010-03-17 12:16:03 +00:00
Lluís Batlle i Rossell
4824ecbb62
Trying to remove more hydra evaluation errors related to gcc.
...
svn path=/nixpkgs/trunk/; revision=20687
2010-03-17 10:17:32 +00:00
Lluís Batlle i Rossell
f0ce6cfe94
Trying to remove evaluation errors in hydra nixpkgs for the cross compiler related
...
derivations.
I remove their 'meta platforms' attribute, defined in the gcc expression, so hydra
does not attempt to build them in the nixpkgs evaluation.
svn path=/nixpkgs/trunk/; revision=20678
2010-03-17 09:05:11 +00:00
Michael Raskin
1163f22972
Add 2.6.33-zen1 kernels
...
svn path=/nixpkgs/trunk/; revision=20676
2010-03-17 06:42:21 +00:00
Marc Weber
19f0cd20fd
HaXe: support nekotools boot - add haxelib
...
svn path=/nixpkgs/trunk/; revision=20674
2010-03-16 23:34:56 +00:00
Lluís Batlle i Rossell
23809aa681
Trying to fix the nixpkgs-tarball, after I broke it again due to assuming
...
'gcc' to be pure as that of stdenvLinux.
svn path=/nixpkgs/trunk/; revision=20671
2010-03-16 21:53:48 +00:00
Lluís Batlle i Rossell
dd4ad6741e
Fixing once again the ld-wrapper.sh script. I put it in a gcc-wrapper apart, to be removed
...
on the next stdenv-updates.
This would fix the build for many cmake packages, although that requires updating the stdenv
in those for its gcc to use this 2nd wrapper.
I updated paraview and avidemux. I can't recall now more packages with problems, but I was
quite sure there were.
If anyone sees a cmake-built package with the result binaries lacking some rpaths, then try
this wrapper.
svn path=/nixpkgs/trunk/; revision=20669
2010-03-16 20:49:26 +00:00
Lluís Batlle i Rossell
d1217f68a4
Reverting eelco's r20469, which was applied due to a misunderstanding with an hydra build.
...
kde44 has worked well enough then and since then.
svn path=/nixpkgs/trunk/; revision=20668
2010-03-16 18:57:17 +00:00
Peter Simons
b6d6f301c4
pkgs/applications/editors/emacs-modes/magit: updated to version magit-0.7-94-gbf42bf8
...
Magit has seen plenty of development since version 0.7, but for some reason
there haven't been any new releases. This version bump updates the expression to
build a current version of Magit directly from the Git repository.
This change adds buildInputs 'autoconf' and 'automake'. These tools are required
only because we aren't building from a proper release tarball. Once version 0.8
comes out, these dependencies can be dropped again.
svn path=/nixpkgs/trunk/; revision=20650
2010-03-16 12:13:40 +00:00
Rob Vermaas
891bf14096
also make python 26 default on darwin
...
svn path=/nixpkgs/trunk/; revision=20642
2010-03-16 09:12:26 +00:00
Lluís Batlle i Rossell
f68b2277b7
Adding qshowdiff.
...
svn path=/nixpkgs/trunk/; revision=20633
2010-03-15 14:26:52 +00:00
Ludovic Courtès
295d249274
Try building `gitFull'.
...
svn path=/nixpkgs/trunk/; revision=20621
2010-03-14 22:11:36 +00:00
Lluís Batlle i Rossell
182aa30e55
Making the sheevaplug kernel include DM_CRYPT and the cryptoloop device.
...
svn path=/nixpkgs/trunk/; revision=20618
2010-03-14 21:17:17 +00:00
Lluís Batlle i Rossell
9b1d5353a9
Making the gcc cross-compiler a bit more flexible.
...
svn path=/nixpkgs/trunk/; revision=20614
2010-03-14 14:05:08 +00:00
Lluís Batlle i Rossell
648b17197f
Adding linux 2.4 kernel headers for cross builds.
...
(I'm thinking of OpenWRT machines out there, mips, with linux 2.4)
svn path=/nixpkgs/trunk/; revision=20539
2010-03-10 20:44:48 +00:00
Lluís Batlle i Rossell
57ea53f67a
Adding rapidsvn
...
svn path=/nixpkgs/trunk/; revision=20538
2010-03-10 20:44:40 +00:00
Lluís Batlle i Rossell
12e960f592
Adding dropbear, a small implementation of ssh2 client and server.
...
I made it statically build by default
I had to fix the zlib static cross-build, because the native stripping corrupted the target
static library. It is not the first time I see this.
I add drobear to the cross-built packages for hydra.
svn path=/nixpkgs/trunk/; revision=20518
2010-03-09 23:11:12 +00:00
Lluís Batlle i Rossell
33e549fa4f
Adding a busybox option to build it statically.
...
Adding it to the cross builds.
svn path=/nixpkgs/trunk/; revision=20516
2010-03-09 22:44:45 +00:00
Lluís Batlle i Rossell
d2b237ba51
Adding ired, a 'radare' simplification: Interactive Raw Editor.
...
svn path=/nixpkgs/trunk/; revision=20511
2010-03-09 18:14:59 +00:00
Lluís Batlle i Rossell
804f4bed92
Fixing the evaluation of trunk (regarding reenabling uclibc cross builds)
...
svn path=/nixpkgs/trunk/; revision=20509
2010-03-09 18:05:33 +00:00
Lluís Batlle i Rossell
1522caa556
Enabling cross-builds with uclibc again (I had that too much abandoned).
...
Hydra now should even test it.
svn path=/nixpkgs/trunk/; revision=20500
2010-03-09 15:48:25 +00:00
Eelco Dolstra
c7b9e45e76
* Added s3sync.
...
svn path=/nixpkgs/trunk/; revision=20496
2010-03-09 15:12:15 +00:00
Lluís Batlle i Rossell
570759c288
Getting the hydra cross-trunk builds have proper low priority (that of toJob)
...
svn path=/nixpkgs/trunk/; revision=20495
2010-03-09 14:49:30 +00:00
Lluís Batlle i Rossell
da8c9de5a8
Updating the hydra builds for release-cross.nix
...
Now the attributes listed as Jobs will look even uglier - very long names, too much repeating.
svn path=/nixpkgs/trunk/; revision=20492
2010-03-09 14:14:30 +00:00
Rob Vermaas
b44af59afb
separate cross builds in separate release expression, will add extra jobset
...
svn path=/nixpkgs/trunk/; revision=20484
2010-03-09 10:33:31 +00:00
Eelco Dolstra
8d8e6f7e4c
* Mark nixSqlite as low priority to prevent it from being installed
...
accidentally.
svn path=/nixpkgs/trunk/; revision=20481
2010-03-09 08:45:20 +00:00
Eelco Dolstra
596b70a208
* The scheduling priority for the nixpkgs trunk should be higher than
...
the stdenv branch.
svn path=/nixpkgs/trunk/; revision=20470
2010-03-08 10:29:53 +00:00
Eelco Dolstra
4983b6d87c
* Revert to KDE 4.3 because there are build errors
...
(e.g. http://hydra.nixos.org/build/314745 )
svn path=/nixpkgs/trunk/; revision=20469
2010-03-08 10:29:20 +00:00
Lluís Batlle i Rossell
4e59f00501
I added again nasm as lrzip input. It is required in i686-linux at least.
...
svn path=/nixpkgs/trunk/; revision=20467
2010-03-07 22:46:29 +00:00
Andres Löh
2a1293a3c4
Added csv Haskell package.
...
svn path=/nixpkgs/trunk/; revision=20464
2010-03-07 22:32:58 +00:00
Lluís Batlle i Rossell
7a2ad368f9
Updating lrzip. It does not depend on nasm anymore.
...
svn path=/nixpkgs/trunk/; revision=20463
2010-03-07 21:03:50 +00:00
Lluís Batlle i Rossell
7858a1d7d8
Adding assertions for the cross-toolchain attributes, so noone feels tempted
...
to build them without setting a crossSystem to build for.
svn path=/nixpkgs/trunk/; revision=20459
2010-03-07 00:05:51 +00:00
Lluís Batlle i Rossell
dddd34bc4e
Updating qemu.
...
svn path=/nixpkgs/trunk/; revision=20458
2010-03-06 23:37:01 +00:00
Lluís Batlle i Rossell
012e7f196e
I removed the function-shape of the cross-toolchain related attributes in the all-packages.nix.
...
That was more complicating than helping.
svn path=/nixpkgs/trunk/; revision=20457
2010-03-06 23:36:55 +00:00
Lluís Batlle i Rossell
997723ec9b
Trying to make nixUnstable cross-build.
...
It fails because it builds bin2c for the host system, instead of the build system.
I will wait for a fix upstream.
svn path=/nixpkgs/trunk/; revision=20445
2010-03-05 23:22:36 +00:00
Lluís Batlle i Rossell
48fa4b5257
Updating dwm, and allowing users set their own patches to configure it.
...
svn path=/nixpkgs/trunk/; revision=20437
2010-03-05 21:49:29 +00:00
Lluís Batlle i Rossell
ca86e6992b
Updating dmenu.
...
svn path=/nixpkgs/trunk/; revision=20436
2010-03-05 21:42:24 +00:00
Sander van der Burg
f788ae920d
Changed KDE 4.4.x to the default KDE version. Changed qt-4.6.x to the default qt4 version (except for the KDE 4.3.x attribute and older PyQt releases
...
svn path=/nixpkgs/trunk/; revision=20404
2010-03-05 12:00:37 +00:00
Lluís Batlle i Rossell
4523a86c92
Adding the awesome man pages.
...
svn path=/nixpkgs/trunk/; revision=20394
2010-03-05 09:52:53 +00:00
Lluís Batlle i Rossell
40d3c2f29a
Adding graphicsmagick 1.3.7 for octave imread() and alike to work.
...
svn path=/nixpkgs/trunk/; revision=20390
2010-03-04 16:41:14 +00:00
Lluís Batlle i Rossell
ba274e578c
Made graphicsmagick-config not say anything about libraries that would be needed for static linking, because we are linking it dynamically.
...
Made octave link with graphicsmagick to get imread() working.
Nevertheless, imread does not work, because of some problems between octave and latest versions of graphicsmagick: http://www-old.cae.wisc.edu/pipermail/octave-maintainers/2010-February/015295.html
Next to do: add an older version of graphics magick for octave.
svn path=/nixpkgs/trunk/; revision=20389
2010-03-04 16:41:10 +00:00
Lluís Batlle i Rossell
22065c11d9
Adding 'awesome' (and two packages it was depending on)
...
svn path=/nixpkgs/trunk/; revision=20385
2010-03-04 14:44:56 +00:00
Lluís Batlle i Rossell
aa38df2611
Adding GraphicsMagick
...
svn path=/nixpkgs/trunk/; revision=20383
2010-03-04 14:44:47 +00:00
Lluís Batlle i Rossell
c2cbd65668
Getting a better seg3d build. Now it runs from TMPDIR at least.
...
The installation still fails.
svn path=/nixpkgs/trunk/; revision=20382
2010-03-04 14:44:43 +00:00
Eelco Dolstra
2880af03c8
* Add a Nix expression for the Nix SQLite branch (temporarily).
...
svn path=/nixpkgs/trunk/; revision=20377
2010-03-04 14:39:47 +00:00
Ludovic Courtès
4aae5c458e
python-darcsver: Don't depend on Darcs.
...
svn path=/nixpkgs/trunk/; revision=20371
2010-03-04 13:28:46 +00:00
Ludovic Courtès
07356746ef
Add GNU cppi.
...
svn path=/nixpkgs/trunk/; revision=20363
2010-03-04 11:10:44 +00:00
Ludovic Courtès
344f2efc5f
libcanberra 0.23.
...
svn path=/nixpkgs/trunk/; revision=20353
2010-03-03 14:27:17 +00:00
Sander van der Burg
e51cfc777a
Added libv4l which is now a required dependency for kdenetwork-4.4.1
...
svn path=/nixpkgs/trunk/; revision=20349
2010-03-03 10:37:38 +00:00
Rob Vermaas
af2f53ab89
hydra-ant-logger
...
svn path=/nixpkgs/trunk/; revision=20332
2010-03-02 15:37:04 +00:00
Lluís Batlle i Rossell
cc068f0be8
Adding the itk libraries.
...
Adding a skeleton of the seg3d package. It builds, but libraries and rpaths are wrong.
I hope to fix it soon.
svn path=/nixpkgs/trunk/; revision=20320
2010-03-01 23:31:35 +00:00
Lluís Batlle i Rossell
eb047010f8
Trying to get a better expression for uboot upstream, allowing normal and cross build
...
with proper assertions.
svn path=/nixpkgs/trunk/; revision=20319
2010-03-01 23:22:48 +00:00
Ludovic Courtès
a86e0ad8aa
pyopengl: Move to `python-packages.nix'.
...
svn path=/nixpkgs/trunk/; revision=20317
2010-03-01 17:08:25 +00:00
Ludovic Courtès
b36dbdf2c4
ExifTool 8.12.
...
svn path=/nixpkgs/trunk/; revision=20314
2010-03-01 17:08:12 +00:00
Rob Vermaas
f3f922f474
ecj for darwin
...
svn path=/nixpkgs/trunk/; revision=20311
2010-03-01 16:20:47 +00:00
Lluís Batlle i Rossell
152a0c97fa
Adding kernelArch to platforms.pc. Needed to make the release.nix tarball happy.
...
svn path=/nixpkgs/trunk/; revision=20308
2010-03-01 14:06:48 +00:00
Lluís Batlle i Rossell
38a19b7202
Adding the pc kernel headers base config, for the new linux kernel headers to build.
...
svn path=/nixpkgs/trunk/; revision=20307
2010-03-01 13:12:57 +00:00
Ludovic Courtès
67b7a89daf
Move zope.interface' to
python-packages.nix'.
...
svn path=/nixpkgs/trunk/; revision=20305
2010-03-01 13:12:52 +00:00
Ludovic Courtès
ff88e57803
GNU Parted 2.2.
...
svn path=/nixpkgs/trunk/; revision=20304
2010-03-01 13:12:48 +00:00
Rob Vermaas
dfca3bc039
set meta.platforms to get rid of hydra evaluation errors (assertions)
...
svn path=/nixpkgs/trunk/; revision=20301
2010-03-01 12:23:49 +00:00
Lluís Batlle i Rossell
b7abafeedc
Adding a new python package to allow calibre preview the books
...
svn path=/nixpkgs/trunk/; revision=20292
2010-02-28 22:55:08 +00:00
Lluís Batlle i Rossell
30a9cbf018
Updating calibre (I had to add a new python package for it: cssutils)
...
svn path=/nixpkgs/trunk/; revision=20291
2010-02-28 22:42:39 +00:00
Lluís Batlle i Rossell
18f667a954
I missed in release.nix the sheevaplug platform.
...
svn path=/nixpkgs/trunk/; revision=20282
2010-02-27 22:10:36 +00:00
Lluís Batlle i Rossell
89842675cb
Adding more cross build jobs for hydra. Kernels, gdb, mipsel, ultrasparc.
...
svn path=/nixpkgs/trunk/; revision=20281
2010-02-27 21:56:27 +00:00
Lluís Batlle i Rossell
305a7a2ddf
More testing allows fixing more errors from the recent commits.
...
svn path=/nixpkgs/trunk/; revision=20279
2010-02-27 21:21:20 +00:00
Lluís Batlle i Rossell
4677180b0d
Barf. I have to test the expressions before commiting.
...
svn path=/nixpkgs/trunk/; revision=20278
2010-02-27 20:37:58 +00:00
Lluís Batlle i Rossell
81b325b33f
Adding a cross compiler condition for sparc64 due to a gcc bug
...
svn path=/nixpkgs/trunk/; revision=20277
2010-02-27 20:29:39 +00:00
Lluís Batlle i Rossell
11aa65c28a
Simplified much more the expressions for cross building and multiplatform.
...
I introduce the new nixpkgs parameter "platform", defaulting to "pc",
which was before defined as an attribute of nixpkgs.
I made the crossSystem nixpkgs attribute set parameter contain its own 'platform'.
This allows cross-building a kernel for a given crossSystem.platform in a non-PC
platform.
The actual native platform can be taken from stdenv.platform, and this way we also
avoid the constant passing of 'platform' to packages for platform-dependant builds
(kernel, initrd, ...).
I will update nixos accordingly to these changes, for non-PC platforms to work.
I think we are gaining on flexibility and clearness. I could cross build succesfully
an ultrasparc kernel and a mipsel kernel on PC. But since this change, I should be able
to do this also in non-PC.
Before this change, there was no possibility of distinguishing the "target platform" or
the "native build platform" when cross building, being the single "platform" attribute
always interpreted as target platform.
The platform is a quite relevant attribute set, as it determines the linuxHeaders used
(in the case, by now the only one supported, of linux targets).
The platform attributes are quite linux centric still. Let's hope for more generality to come.
svn path=/nixpkgs/trunk/; revision=20273
2010-02-27 17:35:47 +00:00
Lluís Batlle i Rossell
8f2427c91a
Updating the actual platforms in platforms.nix to fit the new requirement:
...
kernelHeadersBaseConfig.
svn path=/nixpkgs/trunk/; revision=20270
2010-02-27 00:55:03 +00:00
Lluís Batlle i Rossell
b1b7266aa3
After some testing with an ultrasparc cross-compiler:
...
Updating the cross-build expressions, adding some flexibility.
Updated the linux headers used cross building, as 2.6.28 had bugs on endianness in
sparc64.
There were, as usual some bugs in gcc. Maybe not many make a cross compiler to
ultrasparc.
For the record, I could build an ultrasparc kernel with this base nix:
import /etc/nixos/nixpkgs/default.nix # The root nixpkgs default.nix
{
crossSystem = {
config = "sparc64-unknown-linux";
bigEndian = true;
arch = "sparc64";
float = "soft";
withTLS = true;
cpu = "ultrasparc";
};
config = pkgs: {
packageOverrides = pkgs : {
platform = {
name = "sparc64";
kernelHeadersBaseConfig = "sparc64_defconfig";
kernelBaseConfig = "sparc64_defconfig";
kernelArch = "sparc";
kernelAutoModules = false;
kernelTarget = "zImage";
uboot = null;
};
};
};
}
Although it did not boot directly in qemu-system-sparc64:
[sparc64] Kernel already loaded
Unhandled Exception 0x0000000000000020
PC = 0x0000000000404000 NPC = 0x0000000000404004
svn path=/nixpkgs/trunk/; revision=20269
2010-02-27 00:52:48 +00:00
Eelco Dolstra
61c9c2434f
* Updated fbcondecor for Linux 2.6.33.
...
svn path=/nixpkgs/trunk/; revision=20257
2010-02-25 14:15:42 +00:00
Rob Vermaas
e9404a5d83
* remove sawmill
...
svn path=/nixpkgs/trunk/; revision=20252
2010-02-25 13:28:36 +00:00
Eelco Dolstra
e04c9a452a
* Linux 2.6.33.
...
svn path=/nixpkgs/trunk/; revision=20246
2010-02-25 12:40:03 +00:00
Rob Vermaas
c4332bb7a1
nix 0.15pre20231 as nixUnstable
...
svn path=/nixpkgs/trunk/; revision=20243
2010-02-25 10:01:33 +00:00
Lluís Batlle i Rossell
7d898c52df
Adding some important modules to the qemu versatile board and the sheevaplug,
...
mainly for nfsroot and nixos.
svn path=/nixpkgs/trunk/; revision=20238
2010-02-24 22:13:48 +00:00
Lluís Batlle i Rossell
eaf2e0f1fa
Trying to get nfsroot boot in versatile (simply adding kernel options for that)
...
svn path=/nixpkgs/trunk/; revision=20237
2010-02-24 20:35:14 +00:00
Lluís Batlle i Rossell
e668d2689e
Adding 'gt5', a diff-capable 'du' browser
...
svn path=/nixpkgs/trunk/; revision=20236
2010-02-24 19:06:25 +00:00
Michael Raskin
7ec7268649
Added Clozure CL
...
svn path=/nixpkgs/trunk/; revision=20211
2010-02-24 09:04:29 +00:00
Lluís Batlle i Rossell
93ee9539e2
Made the RTC and the SCSI disks work on versatile.
...
svn path=/nixpkgs/trunk/; revision=20207
2010-02-23 22:41:16 +00:00
Michael Raskin
f90ab6394b
Make Vim expression overridable
...
svn path=/nixpkgs/trunk/; revision=20201
2010-02-23 18:29:11 +00:00
Eelco Dolstra
a4d524eb8b
* Use ATerm 2.5 for Nix.
...
svn path=/nixpkgs/trunk/; revision=20197
2010-02-23 16:14:21 +00:00
Lluís Batlle i Rossell
a13774ecfe
Making opencascade build its visualization, DRAW, and WOK libraries/tools.
...
svn path=/nixpkgs/trunk/; revision=20193
2010-02-23 14:20:10 +00:00
Eelco Dolstra
70742ef6b1
svn path=/nixpkgs/trunk/; revision=20190
2010-02-23 12:49:14 +00:00
Lluís Batlle i Rossell
26c4567797
Making the integratorCP board boot. It still has no mmc support.
...
svn path=/nixpkgs/trunk/; revision=20184
2010-02-22 23:44:02 +00:00
Lluís Batlle i Rossell
5ec8e9cc7e
Removing mentions in all-packages to already removed expressions (old cross build)
...
svn path=/nixpkgs/trunk/; revision=20183
2010-02-22 23:43:29 +00:00
Michael Raskin
4b22e9d61d
Adding cfdg - context-free design grammar
...
svn path=/nixpkgs/trunk/; revision=20166
2010-02-22 10:46:49 +00:00
Lluís Batlle i Rossell
454fb58a39
Updating psi, so it builds with gcc 4.4
...
svn path=/nixpkgs/trunk/; revision=20165
2010-02-22 09:53:17 +00:00
Ludovic Courtès
913503155a
GNU Sharutils: Pass `gettext'; run the test suite.
...
svn path=/nixpkgs/trunk/; revision=20164
2010-02-22 09:52:39 +00:00
Ludovic Courtès
7abc6a6b7d
GNU Sharutils 4.8.
...
svn path=/nixpkgs/trunk/; revision=20163
2010-02-22 09:07:15 +00:00
Michael Raskin
5c8272b0bc
Adding asymptote graphic generation tool
...
svn path=/nixpkgs/trunk/; revision=20158
2010-02-21 17:36:41 +00:00
Alexander Tsamutali
2b78535ef9
applications/misc/xmobar: Added UTF8 and XFT support.
...
svn path=/nixpkgs/trunk/; revision=20156
2010-02-21 15:49:44 +00:00
Alexander Tsamutali
618c0f040a
development/libraries/haskell/X11-xft: New nixpkg.
...
svn path=/nixpkgs/trunk/; revision=20155
2010-02-21 15:45:13 +00:00
Lluís Batlle i Rossell
bc939a87b4
More platform updates - the serial line in integratorcp kernel still does
...
not work for me, nevertheless.
svn path=/nixpkgs/trunk/; revision=20153
2010-02-21 12:24:50 +00:00
Alexander Tsamutali
8c82537f9a
applications/misc/sakura: New nixpkg.
...
svn path=/nixpkgs/trunk/; revision=20152
2010-02-21 11:36:49 +00:00
Michael Raskin
6c9bc8bf6d
Update Perl MakeMaker. Newer version at least can be built...
...
svn path=/nixpkgs/trunk/; revision=20149
2010-02-21 09:16:04 +00:00
Ludovic Courtès
97c9ff361f
GNU Guile 1.9.8.
...
svn path=/nixpkgs/trunk/; revision=20140
2010-02-20 16:19:36 +00:00
Michael Raskin
7db8225aed
Update Data Matrix library and ifx its build
...
svn path=/nixpkgs/trunk/; revision=20139
2010-02-20 11:56:23 +00:00
Lluís Batlle i Rossell
7dc6cf1f03
Removing crossArm.uboot from the hydra builds - it now depends on a platform being set.
...
svn path=/nixpkgs/trunk/; revision=20131
2010-02-19 15:48:07 +00:00
Eelco Dolstra
06f07381c4
* Fix some evaluation errors.
...
* Removed glibc 2.10.
svn path=/nixpkgs/trunk/; revision=20130
2010-02-19 15:40:37 +00:00
Lluís Batlle i Rossell
e1760d529b
I still did not fix the nixpkgs tarball in the previous commit...
...
Next attempt, now simpler.
svn path=/nixpkgs/trunk/; revision=20129
2010-02-19 14:42:50 +00:00
Lluís Batlle i Rossell
912bbd7aa1
Removing the qt as an opencascade dependency. It is not used at all there.
...
svn path=/nixpkgs/trunk/; revision=20128
2010-02-19 14:25:23 +00:00
Lluís Batlle i Rossell
840a78977b
Adding a kernelArch to the 'pc' platform to keep uboot happy.
...
This should fix the nixpkgs tarball evaluation.
svn path=/nixpkgs/trunk/; revision=20127
2010-02-19 14:25:15 +00:00
Lluís Batlle i Rossell
85a35352bb
Trying to get serial in qemu integratorcp. Still without succeed.
...
svn path=/nixpkgs/trunk/; revision=20118
2010-02-18 21:10:49 +00:00