Ludovic Stordeur
b2cf02eb5e
Renamed cifs-timeout-2.6.{32 --> 29} patch
...
Renamed cifs-timeout-2.6.32 patch to cifs-timeout-2.6.29 as this is the
older kernel version this patch applies to.
svn path=/nixpkgs/trunk/; revision=27711
2011-07-11 13:59:47 +00:00
Ludovic Stordeur
c551998c82
Added CIFS timeout patch for Linux 2.6.{35 --> 38}
...
svn path=/nixpkgs/trunk/; revision=27710
2011-07-11 13:59:43 +00:00
Ludovic Stordeur
df0a6394b3
Suffixed cifs timeout patch with kernel version.
...
Currently suffixed with 2.6.32.
This pre-patch prepares the landing of several versions of this patch to
support other Linux kernel versions.
svn path=/nixpkgs/trunk/; revision=27709
2011-07-11 13:59:40 +00:00
Ludovic Stordeur
8268a39690
Improved the Linux kernel building framework
...
Moved the hardcoded postBuild hook from the builder to generic.nix:
Some old kernel (such as 2.6.15) did not yet support the unifdef target.
As a result, compiling them with the current Linux builder leads to a
failure.
Fixed by moving this hook as argument of the top-level function of
generic.nix. This allows some kernel nix codes to overrides its default
value.
svn path=/nixpkgs/trunk/; revision=27708
2011-07-11 13:59:37 +00:00
Andres Löh
eabbecd10f
Added hp2any.
...
svn path=/nixpkgs/trunk/; revision=27701
2011-07-11 07:17:53 +00:00
Evgeny Egorochkin
5c4590fa50
MediaTomb: packaged
...
svn path=/nixpkgs/trunk/; revision=27700
2011-07-11 00:42:02 +00:00
Peter Simons
13e0b7bbed
Revert "cmake: updated to version 2.8.5".
...
The latest version doesn't compile on Hydra. It does compile on my
machine, though. Not sure what happened.
svn path=/nixpkgs/trunk/; revision=27699
2011-07-10 22:21:39 +00:00
Peter Simons
8223f67929
Added stellarium 0.11.0.
...
svn path=/nixpkgs/trunk/; revision=27697
2011-07-10 20:17:44 +00:00
Peter Simons
03446e108d
cmake: updated to version 2.8.5
...
svn path=/nixpkgs/trunk/; revision=27696
2011-07-10 20:17:38 +00:00
Andres Löh
d7d0700d18
Added test-framework.
...
svn path=/nixpkgs/trunk/; revision=27695
2011-07-10 17:38:21 +00:00
Lluís Batlle i Rossell
5d27ed479a
Updating podofo
...
svn path=/nixpkgs/trunk/; revision=27694
2011-07-10 16:15:41 +00:00
Peter Simons
3806050f60
gravit: enable support for lua 5.0.x
...
The build doesn't work with the latest version 5.1.x. Upstream is going
to release an update to fix this soon.
svn path=/nixpkgs/trunk/; revision=27693
2011-07-10 14:04:24 +00:00
Peter Simons
c9695f2d48
Added obsolete lua-5.0.3 version, which is required by gravit.
...
svn path=/nixpkgs/trunk/; revision=27692
2011-07-10 14:04:19 +00:00
Peter Simons
6ad966c8b8
gnucash: re-enable the test suite
...
svn path=/nixpkgs/trunk/; revision=27691
2011-07-10 14:04:14 +00:00
Peter Simons
6b9ab942b5
pkgs/development/interpreters/lua-4/builder.sh: delete obsolete file
...
svn path=/nixpkgs/trunk/; revision=27690
2011-07-10 14:04:09 +00:00
Peter Simons
4cf494c8ff
gnucash: set RPATH so that GnuCash binaries can find its GNOME libraries at run-time
...
svn path=/nixpkgs/trunk/; revision=27689
2011-07-10 13:34:56 +00:00
Peter Simons
5fd662e2e9
gnucash: add ${gconf}/bin to $PATH in wrapper scripts
...
GnuCash attempt to call gconf binaries to register its schemas in the
system-wide database. That still doesn't work, of course, because gconf
can't update its store path. TODO. :-(
svn path=/nixpkgs/trunk/; revision=27688
2011-07-10 13:34:51 +00:00
Russell O'Connor
d21e981e64
Upgrade bitcoin to 0.3.24
...
svn path=/nixpkgs/trunk/; revision=27687
2011-07-10 01:12:57 +00:00
Peter Simons
f903153fe6
gnucash: updated to version 2.4.7
...
The test suite is currently disabled. There is an issue with GUILE_LOAD_PATH
that needs to be addressed before we can re-enable those tests. See comments in
the expression for further details.
svn path=/nixpkgs/trunk/; revision=27686
2011-07-09 13:02:46 +00:00
Peter Simons
483eb4948b
all-packages.nix: Changed gnucash expression to override the 'scheme' argument
...
in slibGuile so that the library is built with the same version of guile as
gnucash is.
svn path=/nixpkgs/trunk/; revision=27685
2011-07-09 12:11:41 +00:00
Peter Simons
eb264a8c51
all-packages.nix: build slibGuile with guile version 1.8 rather than 2.0
...
The guile 2.0 build of slib generates plenty of errors.
svn path=/nixpkgs/trunk/; revision=27684
2011-07-09 12:11:36 +00:00
Peter Simons
e090fed420
gnucash: added myself as a maintainer
...
svn path=/nixpkgs/trunk/; revision=27683
2011-07-09 12:11:31 +00:00
Peter Simons
47ffc4635f
utillinuxngCurses: build this package with perl support enabled
...
This means that chkdupexe will work correctly.
svn path=/nixpkgs/trunk/; revision=27682
2011-07-08 23:11:41 +00:00
Peter Simons
720e3518c5
util-linux-ng: prepare expression for the addition of perl as a buildInput
...
The chkdupexe utility requires perl. We cannot change the expression, though,
without triggering a re-build of almost all of stdenv, so for the time being
I'm making Perl an optional build input that is disabled by default.
svn path=/nixpkgs/trunk/; revision=27681
2011-07-08 23:11:38 +00:00
Peter Simons
f15dca4c9c
htop: updated to version 0.9
...
svn path=/nixpkgs/trunk/; revision=27680
2011-07-08 22:45:28 +00:00
Peter Simons
758e85cfac
texlive: fixed erroneous forwarder scripts
...
- Generate a forwarder scripts only for executable files. This change
removes the broken 'man' script, for example.
- Run the real binaries with 'exec'.
- Use $SHELL to interpret the forwarder scripts rather than /bin/sh.
- Indent consistently with blanks.
- Removed some debug output from the build expression.
svn path=/nixpkgs/trunk/; revision=27679
2011-07-08 22:45:23 +00:00
Peter Simons
f92f3deed8
lua-4: fixed build
...
svn path=/nixpkgs/trunk/; revision=27678
2011-07-08 21:24:01 +00:00
Peter Simons
e7746a78ed
gravit: added version 0.4.2
...
svn path=/nixpkgs/trunk/; revision=27677
2011-07-08 21:23:55 +00:00
Peter Simons
574eb09fa4
xplanet: move expression into new category "astronomy"
...
svn path=/nixpkgs/trunk/; revision=27676
2011-07-08 21:23:48 +00:00
Peter Simons
132b87eced
nbd: updated to 2.9.23
...
svn path=/nixpkgs/trunk/; revision=27675
2011-07-08 16:01:59 +00:00
Sander van der Burg
84be287f40
bumped disnixos
...
svn path=/nixpkgs/trunk/; revision=27673
2011-07-08 14:42:13 +00:00
Peter Simons
8e79697a84
smartmontools: updated to version 5.41
...
svn path=/nixpkgs/trunk/; revision=27671
2011-07-08 10:51:18 +00:00
Peter Simons
f58421b59f
ikiwiki: drop obsolete getConfig mechanism; use override to configure support for git and/or monotone
...
svn path=/nixpkgs/trunk/; revision=27670
2011-07-08 09:30:05 +00:00
Peter Simons
4303240ef9
ikiwiki: updated to version 3.20110707
...
svn path=/nixpkgs/trunk/; revision=27669
2011-07-08 09:30:01 +00:00
Peter Simons
07fd566780
perl-packages.nix: strip trailing whitespace
...
svn path=/nixpkgs/trunk/; revision=27668
2011-07-08 09:29:57 +00:00
Peter Simons
9a115becc3
PerlMagick: fixed download URL and hash
...
Why has this module disappeared from CPAN? And why did its hash change?
Very strange ...
svn path=/nixpkgs/trunk/; revision=27667
2011-07-08 09:29:52 +00:00
Karn Kallio
9fbe9c9541
Repair Wesnoth build error and advance to version 1.8.6.
...
svn path=/nixpkgs/trunk/; revision=27666
2011-07-08 00:59:01 +00:00
Peter Simons
e4353b1f65
git: install contrib code included in the distribution
...
TODO: byte-compile emacs modules
svn path=/nixpkgs/trunk/; revision=27665
2011-07-07 23:48:38 +00:00
Peter Simons
2fee0ecef9
git: updated to version 1.7.6
...
svn path=/nixpkgs/trunk/; revision=27664
2011-07-07 23:48:34 +00:00
Peter Simons
21373bc49b
git-annex: enable the documentation build
...
svn path=/nixpkgs/trunk/; revision=27663
2011-07-07 23:48:30 +00:00
Peter Simons
39f2346b1b
git-annex: cosmetic changes in the meta section
...
svn path=/nixpkgs/trunk/; revision=27662
2011-07-07 23:48:26 +00:00
Peter Simons
0ec6325b87
git-annex: updated to version 3.20110705
...
svn path=/nixpkgs/trunk/; revision=27661
2011-07-07 23:48:22 +00:00
Peter Simons
20ba4e9296
haskell-testpack: updated to version 2.1.0
...
svn path=/nixpkgs/trunk/; revision=27660
2011-07-07 23:48:17 +00:00
Peter Simons
d7f698c078
ledger: enable the test suite
...
svn path=/nixpkgs/trunk/; revision=27659
2011-07-07 22:48:44 +00:00
Peter Simons
f05fce5e6e
ledger: enable XML support so that ledger can read GnuCash data files
...
svn path=/nixpkgs/trunk/; revision=27658
2011-07-07 22:48:40 +00:00
Peter Simons
80713bcc75
ledger: fixed build
...
* Patchelf doesn't work for this program. Fortunately, we don't need patchelf,
because libtool takes care of hard-coding the proper rpaths.
* Updated home page address.
* Build with more aggressive optimization flags.
* Drop the obsolete const-fix patch.
svn path=/nixpkgs/trunk/; revision=27657
2011-07-07 22:48:36 +00:00
Peter Simons
ebefce41aa
banner: a tool to print print large banners to ASCII terminals
...
svn path=/nixpkgs/trunk/; revision=27656
2011-07-07 22:19:52 +00:00
Peter Simons
947610085d
Added Eukleides, a geometry drawing language.
...
svn path=/nixpkgs/trunk/; revision=27655
2011-07-07 21:53:21 +00:00
Andres Löh
6f43e422ba
Added yesod-form and yesod-json.
...
svn path=/nixpkgs/trunk/; revision=27654
2011-07-07 21:40:46 +00:00
Andres Löh
29c7cd1298
Added aeson, unordered-containers.
...
svn path=/nixpkgs/trunk/; revision=27653
2011-07-07 21:40:43 +00:00