Peter Simons
48b86237e5
mod_fastcgi, mod_wsgi: these modules don't build on Darwin, and I don't know how to fix that
...
According to Hydra:
at `mod_fastcgi' [system = "i686-darwin"]:
assertion failed at `/nix/store/jjbzdiilypsb8z38647hav2fxlp0bwfd-nixpkgs-r27790/pkgs/servers/http/apache-httpd/default.nix:8:1'
at `mod_fastcgi' [system = "x86_64-darwin"]:
assertion failed at `/nix/store/jjbzdiilypsb8z38647hav2fxlp0bwfd-nixpkgs-r27790/pkgs/servers/http/apache-httpd/default.nix:8:1'
at `mod_wsgi' [system = "i686-darwin"]:
assertion failed at `/nix/store/jjbzdiilypsb8z38647hav2fxlp0bwfd-nixpkgs-r27790/pkgs/servers/http/apache-httpd/default.nix:8:1'
at `mod_wsgi' [system = "x86_64-darwin"]:
assertion failed at `/nix/store/jjbzdiilypsb8z38647hav2fxlp0bwfd-nixpkgs-r27790/pkgs/servers/http/apache-httpd/default.nix:8:1'
svn path=/nixpkgs/trunk/; revision=27793
2011-07-14 21:54:58 +00:00
Peter Simons
ffe01e880d
git-annex: build only on platforms that support Haskell
...
svn path=/nixpkgs/trunk/; revision=27792
2011-07-14 21:54:53 +00:00
Peter Simons
aeebf42fe6
pkgs/lib/platforms.nix: added 'haskellPlatforms', a list of all platforms on which a Haskell compiler is available
...
svn path=/nixpkgs/trunk/; revision=27791
2011-07-14 21:54:49 +00:00
Peter Simons
fa99abdc89
gravit, stellarium: build software that depends on mesa only on mesa platforms
...
svn path=/nixpkgs/trunk/; revision=27790
2011-07-14 20:53:30 +00:00
Peter Simons
938fc8490e
Added linux_2_6_38_ati, a kernel that supports hardware rendering on modern ATI graphics chips.
...
svn path=/nixpkgs/trunk/; revision=27789
2011-07-14 20:08:51 +00:00
Peter Simons
7c10cbb6c8
We cannot use thread-local store in mesa, because the rest of our xorg
...
installation has been built without support for it.
svn path=/nixpkgs/trunk/; revision=27788
2011-07-14 20:04:34 +00:00
Peter Simons
fa5002d97b
Revert my earlier commit that added libxml2 to pythonFull.
...
After some discussion on #nixos, the consensus is that expressions should not
provide functionality that is not part of the package itself, i.e. pythonFull
ought to include only those extensions that are part of the python
distribution.
svn path=/nixpkgs/trunk/; revision=27787
2011-07-14 19:35:24 +00:00
Peter Simons
e7a9b41e9c
mesa: enable full gallium, xcb, and egl support, and build all available dri back-ends
...
svn path=/nixpkgs/trunk/; revision=27786
2011-07-14 19:21:37 +00:00
Peter Simons
18bd4e67d7
mesa: add myself as a maintainer
...
svn path=/nixpkgs/trunk/; revision=27785
2011-07-14 19:21:33 +00:00
Peter Simons
ea27b1b042
mesa: depend on python+libxml2Python rather than depending on pythonFull
...
The latter package contains Tcl/Tk and whatnot else, so using that
expression as a built input was a bad idea. I'm sorry.
The dependency on talloc is gone, too. It wasn't used, apparently, but
it broke the build on Darwin because talloc doesn't compile there.
svn path=/nixpkgs/trunk/; revision=27784
2011-07-14 19:21:29 +00:00
Peter Simons
05e489b24f
Added packages for radeon-r600 and radeon-r700 firmware.
...
svn path=/nixpkgs/trunk/; revision=27783
2011-07-14 19:21:23 +00:00
Eelco Dolstra
4cc476fa52
* Update nixUnstable.
...
svn path=/nixpkgs/trunk/; revision=27782
2011-07-14 17:16:00 +00:00
Peter Simons
7049b34b10
glxinfo: updated to version 8.0.1
...
svn path=/nixpkgs/trunk/; revision=27779
2011-07-14 12:23:03 +00:00
Peter Simons
13db8d6999
mesa: updated to version 7.10.3
...
svn path=/nixpkgs/trunk/; revision=27778
2011-07-14 12:22:59 +00:00
Peter Simons
10b7a4fe96
mesa: updated to version 7.10.2
...
There changes are based on patch <http://sprunge.us/bOMG > from goibhniu.
svn path=/nixpkgs/trunk/; revision=27777
2011-07-14 12:22:55 +00:00
Peter Simons
1b53d1f22d
xorg: updated xf86-video-ati to version 6.14.2
...
svn path=/nixpkgs/trunk/; revision=27776
2011-07-14 12:22:49 +00:00
Peter Simons
68957344fa
git-annex: updated to version 3.20110707
...
svn path=/nixpkgs/trunk/; revision=27775
2011-07-14 12:22:26 +00:00
Peter Simons
6f1ec7512e
python: added libxml2 bindings to the pythonFull attribute
...
svn path=/nixpkgs/trunk/; revision=27773
2011-07-14 11:13:41 +00:00
Eelco Dolstra
298c78ef40
* Build kdm.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27772
2011-07-14 08:42:01 +00:00
Eelco Dolstra
e061898b74
* ConsoleKit updated to 0.4.5.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27770
2011-07-13 18:54:27 +00:00
Eelco Dolstra
71c508f641
* Akonadi updated to 1.6.0.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27768
2011-07-13 18:15:57 +00:00
Peter Simons
aa8cea3e4d
moderncv: updated description
...
svn path=/nixpkgs/trunk/; revision=27766
2011-07-13 16:49:33 +00:00
Peter Simons
db9fc16b70
moderncv: cleanup the build instructions
...
Just add this package to texLiveAggregationFun to install it.
svn path=/nixpkgs/trunk/; revision=27765
2011-07-13 16:23:48 +00:00
Peter Simons
a16e01fe19
Added moderncv package to texlive.
...
svn path=/nixpkgs/trunk/; revision=27762
2011-07-13 15:00:59 +00:00
Peter Simons
13720273bb
haskell-funcmp: added version 1.5
...
svn path=/nixpkgs/trunk/; revision=27761
2011-07-13 15:00:51 +00:00
Eelco Dolstra
a90c3142ee
* KDE 4.7rc2.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27759
2011-07-13 13:08:49 +00:00
Peter Simons
dc31e088c0
Added archivemount-0.6.1, a FUSE-based file system for mounting tar archives.
...
svn path=/nixpkgs/trunk/; revision=27758
2011-07-13 12:33:54 +00:00
Eelco Dolstra
c7669210d1
* Whitespace.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27757
2011-07-13 12:31:43 +00:00
Peter Simons
78ccc14e3e
ghc-6.10.1-binary: revert blind attempt to bootstrap GHC on x86_64-darwin with the i686 version of this compiler
...
Hydra says that we can *not* use the i686 compiler to bootstrap x86_64 on Darwin. Duh.
svn path=/nixpkgs/trunk/; revision=27753
2011-07-13 12:00:19 +00:00
Eelco Dolstra
35505a442e
* Remove some dead files.
...
svn path=/nixpkgs/trunk/; revision=27752
2011-07-13 11:40:47 +00:00
Peter Simons
ce11df9d80
ghc-6.10.1-binary: blind attempt to bootstrap GHC on x86_64-darwin with the i686 version of this compiler
...
I have no idea whether that's going to work, and I can't test it for
lack of access to a MacOS X machine, but think chances are pretty good
that this is going to succeed.
svn path=/nixpkgs/trunk/; revision=27751
2011-07-13 11:09:06 +00:00
Peter Simons
14c9d26112
jfsrec: build with boost 1.44.0
...
Compilation with the latest version, boost 1.47.0, fails as follows:
g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c -o inode.o inode.cpp
inode.cpp: In member function 'virtual boost::filesystem3::path jfsrec::Inode::get_full_path()':
inode.cpp:70:54: error: invalid conversion from 'bool (*)(const std::string&)' to 'boost::enable_if_c<true, void>::type*'
inode.cpp:70:54: error: initializing argument 2 of 'boost::filesystem3::path::path(const Source&, typename boost::enable_if<boost::filesystem3::path_traits::is_pathable<typename boost::decay<Source>::type> >::type*) [with Source = std::basic_string<char>, typename boost::enable_if<boost::filesystem3::path_traits::is_pathable<typename boost::decay<Source>::type> >::type = void]'
inode.cpp:72:54: error: invalid conversion from 'bool (*)(const std::string&)' to 'boost::enable_if_c<true, void>::type*'
inode.cpp:72:54: error: initializing argument 2 of 'boost::filesystem3::path::path(const Source&, typename boost::enable_if<boost::filesystem3::path_traits::is_pathable<typename boost::decay<Source>::type> >::type*) [with Source = std::basic_string<char>, typename boost::enable_if<boost::filesystem3::path_traits::is_pathable<typename boost::decay<Source>::type> >::type = void]'
make[2]: *** [inode.o] Error 1
It appears that jfsrec assumes that fs::path is a string, which isn't
true anymore in Boost.FS v3.
svn path=/nixpkgs/trunk/; revision=27750
2011-07-13 10:56:52 +00:00
Peter Simons
2eb4c12012
git: prefer 'utillinuxcurses' over 'utillinux' in user profiles
...
Packages that need util-linux-ng as a build-time or run-time dependency
typically refer to the attribute 'utillinux', which is the expression with
the least possible set of features.
Users, however, who run "nix-env -i util-linux", don't want that version,
because it lacks support for perl and curses. In other words, users want
utillinuxngCurses by default, which is what this change accomplishes.
svn path=/nixpkgs/trunk/; revision=27749
2011-07-13 10:50:22 +00:00
Peter Simons
4e5cc9b965
git: removed 'lowPri' wrapper around gitFull
...
Packages that need git as build-time or run-time dependency typically refer to
the attribute 'git', which is the expression with the least possible set of
features.
Users, however, who run "nix-env -i git", don't want that version, because it
lacks support for SVN, for sending e-mail, and it doesn't include the GUI. In
other words, users want gitFull by default, which is what this change
accomplishes.
svn path=/nixpkgs/trunk/; revision=27748
2011-07-13 10:46:17 +00:00
Peter Simons
9edc2574dd
git-annex: the build system uses 'which' to determine whether ikiwiki is installed
...
svn path=/nixpkgs/trunk/; revision=27747
2011-07-13 10:41:10 +00:00
Peter Simons
d6f364ca8c
ikiwiki: removed unconditional dependencies on monotone and git
...
Both build inputs 'monotone' and 'git' are non-null in nixpkgs, so their
respective store paths were always included in the generated wrapper
script -- even if 'monotoneSupport' and 'gitSupport' were false.
svn path=/nixpkgs/trunk/; revision=27746
2011-07-13 10:41:05 +00:00
Peter Simons
7c8871512d
wxmaxima: ensure that wxMaxima will find Maxima even if it's not in $PATH
...
svn path=/nixpkgs/trunk/; revision=27745
2011-07-13 09:56:58 +00:00
Peter Simons
bcaaba6ea7
gnucash: improved comments
...
svn path=/nixpkgs/trunk/; revision=27744
2011-07-13 09:56:54 +00:00
Peter Simons
3cd02cd43d
maxima: switch from clisp to sbcl, enable tk gui, and fix various impurities
...
* Build maxima with sbcl for better performance.
* Enable the regression test suite.
* Configure $PATH at start-up so that maxima knows how to find sbcl,
wish, rlwrap, and gnuplot.
* Move installed documentation and Emacs lisp modules into standard
locations.
* Enable parallel building.
svn path=/nixpkgs/trunk/; revision=27743
2011-07-13 09:13:32 +00:00
Peter Simons
9485e2392b
monotone: strip trailing whitespace
...
svn path=/nixpkgs/trunk/; revision=27742
2011-07-13 09:13:28 +00:00
Peter Simons
b1b274558a
monotone: don't build this package on Cygwin
...
The expression can't build on Cygwin because it wants to know the version of
Perl that is being used. On Cygwin, however, we don't know that because we're
using sysPerl.
svn path=/nixpkgs/trunk/; revision=27741
2011-07-13 09:13:22 +00:00
Peter Simons
67bbb5203c
boost: updated to version 1.47.0
...
Packages that don't build with the latest libraries can use 'boost144', which
is the version we had before.
svn path=/nixpkgs/trunk/; revision=27740
2011-07-12 14:24:01 +00:00
Eelco Dolstra
cc34c985d3
* Fix evaluation.
...
svn path=/nixpkgs/trunk/; revision=27739
2011-07-12 13:54:29 +00:00
Eelco Dolstra
7bef513d8a
* Update Flashplayer on i686-linux.
...
svn path=/nixpkgs/trunk/; revision=27738
2011-07-12 13:44:56 +00:00
Eelco Dolstra
c3e3111231
* Add kde-workspace.
...
* Make sure that polkit actions get installed in $out.
svn path=/nixpkgs/branches/kde-4.7/; revision=27737
2011-07-12 13:24:35 +00:00
Eelco Dolstra
b39f08ea8e
* Added Kamera.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27736
2011-07-12 13:14:23 +00:00
Eelco Dolstra
43e046af45
* Firefox 5.0.1.
...
svn path=/nixpkgs/trunk/; revision=27731
2011-07-12 06:34:27 +00:00
Peter Simons
a9d4dfb994
gnucash: polished the expression, enabled OFX support, and documented the GConf setup procedure on NixOS
...
svn path=/nixpkgs/trunk/; revision=27730
2011-07-11 20:12:02 +00:00
Peter Simons
2685bfc32b
gnucash: fix update-gnucash-gconf script so that it works on NixOS
...
Current versions of gconftool-2 don't support the --config-source option
anymore -- that path must be passed in $GCONF_CONFIG_SOURCE instead.
svn path=/nixpkgs/trunk/; revision=27729
2011-07-11 16:38:07 +00:00
Eelco Dolstra
2c35988c77
* More KDE apps.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27728
2011-07-11 16:26:17 +00:00
Eelco Dolstra
8cb2e1860f
* Add libkipi and libkexiv2.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27727
2011-07-11 16:13:40 +00:00
Eelco Dolstra
9bf61690e8
* Added kde-baseapps and Gwenview.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27726
2011-07-11 15:33:41 +00:00
Eelco Dolstra
4b02855065
* Added Konsole.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27725
2011-07-11 14:47:39 +00:00
Eelco Dolstra
4743ba9e46
* libspectre seems to work with the default ghostscript.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27724
2011-07-11 14:47:15 +00:00
Eelco Dolstra
dce69134d0
* Added Okular (which is a separate package now).
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27723
2011-07-11 14:29:27 +00:00
Ludovic Stordeur
69dca5f4aa
Add meta.platforms to the Linux kernel expression.
...
svn path=/nixpkgs/trunk/; revision=27722
2011-07-11 14:07:21 +00:00
Ludovic Stordeur
12f976e56e
Added Linux 2.6.15
...
svn path=/nixpkgs/trunk/; revision=27721
2011-07-11 14:00:26 +00:00
Ludovic Stordeur
14f3664d3f
Added Linux 2.6.26
...
svn path=/nixpkgs/trunk/; revision=27720
2011-07-11 14:00:21 +00:00
Ludovic Stordeur
f225ee7c9b
Add udev145
...
svn path=/nixpkgs/trunk/; revision=27719
2011-07-11 14:00:17 +00:00
Ludovic Stordeur
89e57d47d7
Renamed udev to udev166
...
This renaming prepares the landing of several versions of udev which are
required to boot old Linux versions.
The udev expression is mapped to udev166.
svn path=/nixpkgs/trunk/; revision=27718
2011-07-11 14:00:13 +00:00
Ludovic Stordeur
ddb9ad5b3c
Modified Linux 2.6.25 configuration
...
Added "KMOD y" else booting this kernel fails (at the modprobe stuff).
svn path=/nixpkgs/trunk/; revision=27717
2011-07-11 14:00:07 +00:00
Ludovic Stordeur
808c2f69b4
Fixed Linux 2.6.31 compilation
...
linux_2_6_31 compilation was broken and added the CIFS timeout patch.
svn path=/nixpkgs/trunk/; revision=27716
2011-07-11 14:00:03 +00:00
Ludovic Stordeur
e381c7c385
Added CIFS timeout patch for Linux 2.6.15
...
svn path=/nixpkgs/trunk/; revision=27715
2011-07-11 14:00:01 +00:00
Ludovic Stordeur
e739dc7d6c
Applied CIFS timeout patch to other kernels
...
Linux-2.6.{25,27,28} are now compiled with the CIFS timeout patch,
allowing them to be used with "VM Testing".
svn path=/nixpkgs/trunk/; revision=27714
2011-07-11 13:59:58 +00:00
Ludovic Stordeur
388ba0981b
Added CIFS timeout patch for Linux 2.6.{25 --> 28}
...
svn path=/nixpkgs/trunk/; revision=27713
2011-07-11 13:59:54 +00:00
Ludovic Stordeur
68db350b88
Applied CIFS timeout patch to other Linux kernels
...
CIFS timeout patch is now activated for a wider range of Linux kernels :
from 2.6.29 to 2.6.38.
These kernels now can be used to perform "VM Testing".
svn path=/nixpkgs/trunk/; revision=27712
2011-07-11 13:59:51 +00:00
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
Eelco Dolstra
a7b9ef8f4b
* Update Poppler to 0.16.7.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27703
2011-07-11 13:04:38 +00:00
Eelco Dolstra
76ec0dd430
* Update a bunch of dependencies of kdelibs.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27702
2011-07-11 10:49:21 +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
Andres Löh
65d9fa940b
Adding yesod-persistent.
...
svn path=/nixpkgs/trunk/; revision=27652
2011-07-07 21:40:40 +00:00
Andres Löh
bec4023fbe
Version bump for attoparsec.
...
svn path=/nixpkgs/trunk/; revision=27651
2011-07-07 21:40:38 +00:00
Andres Löh
1b603fe157
Added yesod-core.
...
svn path=/nixpkgs/trunk/; revision=27650
2011-07-07 21:40:35 +00:00
Andres Löh
f8b1ace1d7
Added warp plus dependencies.
...
svn path=/nixpkgs/trunk/; revision=27649
2011-07-07 21:40:33 +00:00
Peter Simons
4f9d5c825a
all-packages.nix: strip trailing whitespace
...
svn path=/nixpkgs/trunk/; revision=27648
2011-07-07 21:32:55 +00:00
Peter Simons
c76ef49466
gprolog: add myself as maintainer
...
svn path=/nixpkgs/trunk/; revision=27647
2011-07-07 21:05:02 +00:00
Peter Simons
ea4daca60d
pkgs/applications/editors/emacs-modes/bbdb: replace custom build script with standard builder
...
Also added most of optional contributions shipped in the release tarball to the
installation.
svn path=/nixpkgs/trunk/; revision=27646
2011-07-07 21:04:56 +00:00
Eelco Dolstra
22ab3fe1ab
* Start of KDE 4.7. Only kdelibs builds currently.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27645
2011-07-07 20:48:51 +00:00
Eelco Dolstra
a0b48e6cae
* Enable parallel building.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27644
2011-07-07 20:48:06 +00:00
Eelco Dolstra
c4b631967e
* Move Attica and polkit-qt-1 out of desktops/kde (since they're not
...
part of a KDE release).
svn path=/nixpkgs/branches/kde-4.7/; revision=27643
2011-07-07 20:47:38 +00:00
Eelco Dolstra
389fc6e32a
* libdbusmenu-qt updated to 0.8.2.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27642
2011-07-07 20:03:36 +00:00
Eelco Dolstra
32abd0987d
* doxygen: only build the Qt GUI in doxygen_gui.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27641
2011-07-07 20:02:59 +00:00
Eelco Dolstra
3049b6788b
* Doh, cmake doesn't extrapolate $(out).
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27640
2011-07-07 19:56:01 +00:00
Andres Löh
5422838e56
Version bumps for hakyll and dependencies.
...
svn path=/nixpkgs/trunk/; revision=27638
2011-07-07 19:08:51 +00:00
Eelco Dolstra
e5f1247dd1
* Strigi updated to 0.7.5.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27637
2011-07-07 18:23:38 +00:00
Eelco Dolstra
6ce3b9a806
* PolKit updated to 0.101.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27636
2011-07-07 18:16:03 +00:00
Eelco Dolstra
e59ef4302a
* gobject-introspection updated to 0.10.8.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27635
2011-07-07 18:15:34 +00:00
Eelco Dolstra
f61230a97c
* gst-plugins-base updated to 0.10.35.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27634
2011-07-07 17:33:45 +00:00
Eelco Dolstra
6708bfd15a
svn path=/nixpkgs/branches/kde-4.7/; revision=27633
2011-07-07 17:26:31 +00:00
Eelco Dolstra
d53d9617b7
* Gamin updated to 0.1.10.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27632
2011-07-07 17:25:47 +00:00
Eelco Dolstra
fdf7a586a5
* gstreamer updated to 0.10.35.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27631
2011-07-07 17:25:31 +00:00
Eelco Dolstra
eedbc3ce5a
* Whitepace.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27630
2011-07-07 17:24:53 +00:00
Eelco Dolstra
4b19a1980f
* Pulseaudio: disable the dependencies on GTK+, GConf and X11. It's
...
not clear what they're good for, and we don't want other packages
depending on GTK+ or Gnome if it's not necessary. Also, updated to
0.9.23.
svn path=/nixpkgs/branches/kde-4.7/; revision=27629
2011-07-07 17:24:31 +00:00
Eelco Dolstra
9c8205b7c8
* Bluez updated to 4.95.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27628
2011-07-07 17:23:05 +00:00
Eelco Dolstra
feb13bc97d
* udev updated to 171.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27627
2011-07-07 17:14:58 +00:00
Eelco Dolstra
c8fbe3a724
* DBus updated to 1.4.10.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27626
2011-07-07 15:44:12 +00:00
Eelco Dolstra
049191511c
* GTK+ updated to 2.24.5.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27625
2011-07-07 15:43:48 +00:00
Eelco Dolstra
36c7d88de8
* Pango updated to 1.28.4.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27624
2011-07-07 15:43:26 +00:00
Eelco Dolstra
230f2a61d0
* glib updated to 2.28.8.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27623
2011-07-07 15:43:14 +00:00
Ludovic Courtès
4d7d10da6b
GNU Automake: Append `-I' flags stemming from $ACLOCAL_PATH instead of prepending them.
...
See <http://lists.gnu.org/archive/html/bug-gnulib/2011-07/msg00100.html >
for an illustration of the bug.
svn path=/nixpkgs/trunk/; revision=27622
2011-07-07 15:10:40 +00:00
Ludovic Courtès
9cbb1dbec6
mpg321 0.2.13-2.
...
svn path=/nixpkgs/trunk/; revision=27621
2011-07-07 15:10:33 +00:00
Eelco Dolstra
5caed864e5
* CUPS updated to 1.4.7.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27620
2011-07-07 13:11:51 +00:00
Eelco Dolstra
f62335822c
* Qt 4.7.3.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27619
2011-07-07 12:13:16 +00:00
Eelco Dolstra
7737d33233
* Use libsoup 2.33 everywhere.
...
svn path=/nixpkgs/trunk/; revision=27613
2011-07-05 15:14:44 +00:00
Eelco Dolstra
b5b7cbb9ea
* Removed unused libsoup version.
...
svn path=/nixpkgs/trunk/; revision=27612
2011-07-05 14:52:15 +00:00
Eelco Dolstra
79e528d7b2
* ‘applyGlobalOverrides’ considered harmful. Getting rid of it in the
...
calls to KDE 4.5 and 4.6 cuts nix-env evaluation time (for ‘-qa
--drv-path *’) from 10.2s to 7.4s.
There are two other calls to ‘applyGlobalOverrides’, namely in
‘webkit’ and ‘webkitSVN’ for the libsoup override. We should get
rid of those too.
svn path=/nixpkgs/trunk/; revision=27611
2011-07-05 14:38:31 +00:00
Eelco Dolstra
18f98ec5a2
* Disable the trace message "not an attrSet" because it shows up in
...
nix-env output.
svn path=/nixpkgs/trunk/; revision=27610
2011-07-05 13:55:41 +00:00
Eelco Dolstra
bba37cbf92
* Fix ugly indentation.
...
svn path=/nixpkgs/trunk/; revision=27609
2011-07-05 13:43:44 +00:00
Eelco Dolstra
5a7ffcd82d
* Firefox: use external SQLite and Cairo.
...
svn path=/nixpkgs/trunk/; revision=27602
2011-07-04 15:35:53 +00:00
Eelco Dolstra
cefbc72a35
* Oops.
...
svn path=/nixpkgs/trunk/; revision=27601
2011-07-04 15:05:12 +00:00
Ludovic Courtès
7b34224abd
Update Hydra.
...
svn path=/nixpkgs/trunk/; revision=27598
2011-07-04 14:44:54 +00:00
Ludovic Courtès
e7e3bea7bf
Update Nix unstable.
...
svn path=/nixpkgs/trunk/; revision=27596
2011-07-04 14:44:46 +00:00
Eelco Dolstra
684186104c
* Latest SQLite, Flash player (Vladimír Čunát).
...
svn path=/nixpkgs/trunk/; revision=27595
2011-07-04 14:12:20 +00:00
Eelco Dolstra
bdf034862b
* Make Firefox 5.0 the default.
...
svn path=/nixpkgs/trunk/; revision=27593
2011-07-04 14:04:43 +00:00
Ludovic Courtès
ce954e5a5a
GNU Parallel 20110622.
...
svn path=/nixpkgs/trunk/; revision=27591
2011-07-04 11:52:44 +00:00
Ludovic Courtès
3e0fbce76b
GNU xorriso 1.1.0pl01.
...
svn path=/nixpkgs/trunk/; revision=27590
2011-07-04 11:52:41 +00:00
Ludovic Courtès
328dc1f386
GNU mtools 4.0.17.
...
svn path=/nixpkgs/trunk/; revision=27589
2011-07-04 11:52:37 +00:00
Ludovic Courtès
f710ffff12
GNU FreeIPMI 1.0.5.
...
svn path=/nixpkgs/trunk/; revision=27588
2011-07-04 11:52:34 +00:00
Ludovic Courtès
08e6c13dee
GNU GLOBAL 5.9.7.
...
svn path=/nixpkgs/trunk/; revision=27587
2011-07-04 11:52:30 +00:00
Ludovic Courtès
9bde902010
GNU Prolog 1.4.0.
...
svn path=/nixpkgs/trunk/; revision=27586
2011-07-04 11:52:26 +00:00
Ludovic Courtès
b3ef7901c4
GNU SIP Witch 1.0.3.
...
svn path=/nixpkgs/trunk/; revision=27585
2011-07-04 11:52:22 +00:00
Ludovic Courtès
8defd87760
GNU uCommon C++ 5.0.3.
...
svn path=/nixpkgs/trunk/; revision=27584
2011-07-04 11:52:18 +00:00
Ludovic Courtès
7bd9ef1d5b
GnuTLS 2.12.7.
...
svn path=/nixpkgs/trunk/; revision=27583
2011-07-04 11:52:13 +00:00
Ludovic Courtès
a609897ae7
GNU Guile 2.0.2.
...
svn path=/nixpkgs/trunk/; revision=27582
2011-07-04 11:52:06 +00:00
Karn Kallio
cd830b7e8e
Update mercurial to version 1.9
...
svn path=/nixpkgs/trunk/; revision=27581
2011-07-02 19:35:03 +00:00
Eelco Dolstra
ed58c55155
* xen: Build succesfully if $out already exists (needed for WCRE).
...
svn path=/nixpkgs/trunk/; revision=27580
2011-07-02 19:21:28 +00:00
Karn Kallio
cbb0e62780
Advance lftp to version 4.3.1
...
svn path=/nixpkgs/trunk/; revision=27579
2011-07-02 19:19:48 +00:00
Lluís Batlle i Rossell
4f854226f5
Updating libharu. I renamed it from haru to libharu; I prefer libharu for the name.
...
svn path=/nixpkgs/trunk/; revision=27578
2011-07-02 14:16:06 +00:00
Ludovic Courtès
fef7d9197e
libunistring: Make libiconv a propagated input when cross-building for MinGW.
...
svn path=/nixpkgs/trunk/; revision=27577
2011-07-01 15:51:55 +00:00
Michael Raskin
b2ec2c245a
Fix wrong attribute reference addition
...
svn path=/nixpkgs/trunk/; revision=27574
2011-07-01 13:39:02 +00:00
Michael Raskin
9ee4b2ceab
Updating graphviz and adding an old version
...
svn path=/nixpkgs/trunk/; revision=27573
2011-07-01 13:29:42 +00:00
Ludovic Courtès
7762934904
BDW-GC, GMP, libffi, libunistring, Readline: Don't use the native `strip'.
...
Using the native `strip' breaks static libraries when cross-compiling.
svn path=/nixpkgs/trunk/; revision=27572
2011-07-01 13:20:12 +00:00
Ludovic Courtès
3a8af0ddf7
GNU Libtool: Use dontStrip' instead of the non-existent
dontNativeStrip'.
...
svn path=/nixpkgs/trunk/; revision=27571
2011-07-01 10:11:06 +00:00
Michael Raskin
b973f98afa
Make tulip run without hassle. Unfortunately, some operations repeatably crash tulip even when built vs Qt4.6
...
svn path=/nixpkgs/trunk/; revision=27570
2011-07-01 09:53:11 +00:00
Eelco Dolstra
58a0e8fcdc
* Typo.
...
svn path=/nixpkgs/trunk/; revision=27569
2011-07-01 09:50:34 +00:00
Ludovic Courtès
3da30b6770
GNU Libtool: Don't run the native `strip' when cross-compiling.
...
svn path=/nixpkgs/trunk/; revision=27568
2011-07-01 07:42:23 +00:00
Michael Raskin
c1686c051d
Adding Welkin RDF visualizer
...
svn path=/nixpkgs/trunk/; revision=27567
2011-07-01 07:26:38 +00:00
Michael Raskin
a4be010d31
Update Tulip
...
svn path=/nixpkgs/trunk/; revision=27566
2011-07-01 07:01:46 +00:00
Sander van der Burg
aa16cb5f11
Added option to enable native midi support
...
svn path=/nixpkgs/trunk/; revision=27563
2011-06-30 15:12:26 +00:00
Ludovic Courtès
909f438893
GCC 4.6.1.
...
svn path=/nixpkgs/trunk/; revision=27562
2011-06-30 14:35:07 +00:00
Lluís Batlle i Rossell
b8a6d84910
Updating offrss.
...
svn path=/nixpkgs/trunk/; revision=27561
2011-06-29 22:33:42 +00:00
Lluís Batlle i Rossell
46a1c81294
Make hydra build firefox 5
...
svn path=/nixpkgs/trunk/; revision=27560
2011-06-29 21:19:15 +00:00
Sander van der Burg
703f1b23fb
Ensure that the shared ffmpeg is used, instead of the one included in the kino source tarball
...
svn path=/nixpkgs/trunk/; revision=27559
2011-06-29 19:22:02 +00:00
Sander van der Burg
11210cf06f
Updated kino to version 1.3.4 (and did some code standard fixes)
...
svn path=/nixpkgs/trunk/; revision=27558
2011-06-29 16:21:02 +00:00
Michael Raskin
e9d66565d7
Adding wavemon
...
svn path=/nixpkgs/trunk/; revision=27557
2011-06-29 09:53:35 +00:00
Ludovic Courtès
f45f45544e
Seeks 0.3.3.
...
svn path=/nixpkgs/trunk/; revision=27556
2011-06-29 07:52:27 +00:00
Eelco Dolstra
b8b0c4e8f7
* Inkscape updated to 0.48.1.
...
svn path=/nixpkgs/trunk/; revision=27555
2011-06-28 13:51:55 +00:00
Sander van der Burg
24e3b3a58b
Added opkg package
...
svn path=/nixpkgs/trunk/; revision=27554
2011-06-28 09:45:51 +00:00
Michael Raskin
a0d97d5eb2
Adding OneTeam XMPP client
...
svn path=/nixpkgs/trunk/; revision=27553
2011-06-28 09:45:09 +00:00
Eelco Dolstra
e324357c8c
* sqlite updated to 3.7.7.
...
svn path=/nixpkgs/trunk/; revision=27543
2011-06-27 08:04:29 +00:00
Lluís Batlle i Rossell
ac28a13f56
gnunet-setup wanted guile 1.8.
...
I also restored the default gtkSupport variable I had touched in a previous commit.
svn path=/nixpkgs/trunk/; revision=27542
2011-06-26 20:09:44 +00:00
Sander van der Burg
b2548922bf
Added UAE: Ultimate Amiga Emulator
...
svn path=/nixpkgs/trunk/; revision=27541
2011-06-26 19:49:51 +00:00
Lluís Batlle i Rossell
1229dd1400
Adding a still broken restroshare expression. I'll develop further later.
...
svn path=/nixpkgs/trunk/; revision=27540
2011-06-26 17:57:28 +00:00
Sander van der Burg
e4126afa44
Added ZSNES emulator package
...
svn path=/nixpkgs/trunk/; revision=27539
2011-06-25 22:25:50 +00:00
Andres Löh
7a53f9fdbb
Added extra deps to xmonad-extras to enable some modules.
...
svn path=/nixpkgs/trunk/; revision=27537
2011-06-24 08:29:36 +00:00
Ludovic Courtès
ad3cea4fb1
glibc: Update Hurd snapshot.
...
svn path=/nixpkgs/trunk/; revision=27536
2011-06-23 21:14:35 +00:00
Andres Löh
a0982e02fd
Added xmonads-extra (thanks to chaoflow).
...
svn path=/nixpkgs/trunk/; revision=27534
2011-06-23 18:35:24 +00:00
Andres Löh
e908e92413
haskell/csv version bump
...
svn path=/nixpkgs/trunk/; revision=27533
2011-06-23 18:35:19 +00:00
Lluís Batlle i Rossell
0486e0218a
Updating duplicity.
...
svn path=/nixpkgs/trunk/; revision=27532
2011-06-23 07:20:42 +00:00
Florian Friesdorf
8e606466b3
fetchgit builder - correctly quote "$rev"
...
svn path=/nixpkgs/trunk/; revision=27531
2011-06-22 23:33:41 +00:00
Sander van der Burg
3496c064d8
Bumped DisnixOS which has no longer issues with the new nixos-build-vms
...
svn path=/nixpkgs/trunk/; revision=27530
2011-06-22 22:27:42 +00:00
Florian Friesdorf
453be2fc62
cinelerra-git: let pkgconfig handle freetype and its -I flags
...
svn path=/nixpkgs/trunk/; revision=27529
2011-06-22 22:23:57 +00:00
Florian Friesdorf
8704e8d7bf
cinelerra-git needs fftw-...-double (libfftw3 instead of libfftw3f)
...
svn path=/nixpkgs/trunk/; revision=27528
2011-06-22 22:23:54 +00:00
Florian Friesdorf
35f8c3d150
cinelerra-git: file, libuuid instead of e2fsprogs, and libXext
...
svn path=/nixpkgs/trunk/; revision=27527
2011-06-22 22:23:50 +00:00
Florian Friesdorf
200101c7b0
cinelerra-git: switched to fetchgit
...
svn path=/nixpkgs/trunk/; revision=27526
2011-06-22 22:23:45 +00:00
Ludovic Courtès
054178e045
glibc: Update Hurd snapshot.
...
svn path=/nixpkgs/trunk/; revision=27525
2011-06-22 21:37:25 +00:00
Florian Friesdorf
c8f12bd8be
fetchgit builder comment: can handle remotes without HEAD
...
thx civodul for bringing it up and testing
svn path=/nixpkgs/trunk/; revision=27523
2011-06-22 21:01:36 +00:00
Florian Friesdorf
e50e84daa1
fetchgit report fetch progress
...
svn path=/nixpkgs/trunk/; revision=27522
2011-06-22 19:34:32 +00:00
Florian Friesdorf
ee731974e9
fetchgit builder to handle broken remotes without a HEAD
...
svn path=/nixpkgs/trunk/; revision=27521
2011-06-22 19:34:27 +00:00
Florian Friesdorf
edd3c49119
mjpegtool 2.0.0 + more dependencies
...
svn path=/nixpkgs/trunk/; revision=27520
2011-06-22 19:01:14 +00:00
Eelco Dolstra
2e8c66c1d3
* Pan updated to 0.135.
...
svn path=/nixpkgs/trunk/; revision=27518
2011-06-22 17:57:32 +00:00
Eelco Dolstra
ab623804a7
* NVIDIA X11 driver updated to 275.09.07.
...
svn path=/nixpkgs/trunk/; revision=27517
2011-06-22 17:57:16 +00:00
Eelco Dolstra
611aecaeeb
* Firefox 5.0.
...
* nspr updated to 4.8.8.
svn path=/nixpkgs/trunk/; revision=27516
2011-06-22 12:21:15 +00:00
Lluís Batlle i Rossell
0f1bf98034
gparted was not building. I updated it and made it build (it only likes parted 2.x).
...
Report by 'brainwash@freenode'
svn path=/nixpkgs/trunk/; revision=27515
2011-06-21 18:00:23 +00:00
Florian Friesdorf
c53fc3b65e
jscoverage-0.5.1
...
svn path=/nixpkgs/trunk/; revision=27508
2011-06-21 07:28:30 +00:00
Eelco Dolstra
09c9c44403
* Use /etc/nova/nova.conf as the location of the config file.
...
svn path=/nixpkgs/trunk/; revision=27503
2011-06-20 14:26:49 +00:00
Lluís Batlle i Rossell
5acd48a0b0
Fixing the url of teeter torture.
...
svn path=/nixpkgs/trunk/; revision=27502
2011-06-20 09:11:54 +00:00
Evgeny Egorochkin
e873eebeb6
hostapd: packaged.
...
svn path=/nixpkgs/trunk/; revision=27501
2011-06-19 23:30:57 +00:00
Lluís Batlle i Rossell
6074d7f112
Adding the videogame teeter torture.
...
svn path=/nixpkgs/trunk/; revision=27500
2011-06-19 22:25:52 +00:00
Lluís Batlle i Rossell
8571ea8fda
Adding the videogame icbm3d
...
svn path=/nixpkgs/trunk/; revision=27499
2011-06-19 21:46:45 +00:00
Lluís Batlle i Rossell
746da25d6b
Adding 3dpong.
...
svn path=/nixpkgs/trunk/; revision=27498
2011-06-19 21:33:31 +00:00
Lluís Batlle i Rossell
cc1d27bf68
Adding the videogame Vectoroids.
...
svn path=/nixpkgs/trunk/; revision=27497
2011-06-19 21:07:35 +00:00
Cillian de Roiste
0137aa039f
Adding the firmware for ralink rt2860 cards e.g. Asus EEE 1000
...
svn path=/nixpkgs/trunk/; revision=27496
2011-06-19 19:47:10 +00:00
Cillian de Roiste
a358fe22d2
Updating to version 1.56 since 1.53 wouldn't compile
...
svn path=/nixpkgs/trunk/; revision=27495
2011-06-19 12:29:41 +00:00
Ludovic Courtès
9055a9b803
GNU MIG: Add the `noyywrap' option for Flex.
...
svn path=/nixpkgs/trunk/; revision=27494
2011-06-18 16:36:17 +00:00
Ludovic Courtès
7aa65babe8
GNU MIG: Force a 32-bit build.
...
svn path=/nixpkgs/trunk/; revision=27493
2011-06-18 15:59:44 +00:00
Andres Löh
a1cd10cfe2
Adding ghc-7.0.4.
...
svn path=/nixpkgs/trunk/; revision=27492
2011-06-18 12:31:16 +00:00
Ludovic Courtès
0c0f4d5eac
QEMU-KVM: Add ncurses support.
...
svn path=/nixpkgs/trunk/; revision=27491
2011-06-17 21:23:12 +00:00
Lluís Batlle i Rossell
ba31e62e5a
Making imlib2 know about libpng, and then feh showing pngs fine.
...
svn path=/nixpkgs/trunk/; revision=27489
2011-06-17 13:18:27 +00:00
Michael Raskin
0234b969a9
Fix build - add a patch from Debian
...
svn path=/nixpkgs/trunk/; revision=27488
2011-06-16 21:19:13 +00:00
Eelco Dolstra
c81069e9d5
* apr updated to 1.4.5.
...
* apr-util updated to 1.3.12.
* httpd updated to 2.2.19.
svn path=/nixpkgs/trunk/; revision=27487
2011-06-16 15:19:53 +00:00
Eelco Dolstra
7a8598e716
* Subversion 1.6.17.
...
svn path=/nixpkgs/trunk/; revision=27486
2011-06-16 15:13:35 +00:00
Eelco Dolstra
f76820a1eb
* Apply a patch to Net::Amazon::EC2 to get the describe_instances
...
function to work with Nova.
svn path=/nixpkgs/trunk/; revision=27480
2011-06-16 12:20:05 +00:00
Michael Raskin
023f15e484
Adding Firefox 5.0 RC1
...
svn path=/nixpkgs/trunk/; revision=27478
2011-06-16 08:08:10 +00:00
Michael Raskin
b64148624f
Update YASM
...
svn path=/nixpkgs/trunk/; revision=27477
2011-06-16 05:55:47 +00:00
Karn Kallio
a0fbd997b4
Update the download URL for feh, which seems to have changed.
...
svn path=/nixpkgs/trunk/; revision=27475
2011-06-15 14:25:50 +00:00
Eelco Dolstra
ce3cb35e53
* strace updated to 4.6.
...
svn path=/nixpkgs/trunk/; revision=27473
2011-06-15 13:28:04 +00:00
Eelco Dolstra
614e5a525c
* Clean up foomatic-filters.
...
svn path=/nixpkgs/trunk/; revision=27470
2011-06-15 12:40:58 +00:00
Sander van der Burg
22b9fd78a4
Fixed the comments tool
...
svn path=/nixpkgs/trunk/; revision=27469
2011-06-15 12:04:31 +00:00
Michael Raskin
d03599f8ce
Adding TPTP
...
svn path=/nixpkgs/trunk/; revision=27468
2011-06-15 10:35:18 +00:00
Lluís Batlle i Rossell
6dd9fd054e
updating imlib2. This makes feh load tiffs correctly.
...
svn path=/nixpkgs/trunk/; revision=27467
2011-06-15 10:30:08 +00:00
Lluís Batlle i Rossell
05e7655d79
Updating giv.
...
svn path=/nixpkgs/trunk/; revision=27466
2011-06-15 08:59:02 +00:00
Ludovic Courtès
7b78f74a6d
GCC 4.6: Pass -O2' and optionally
-g' to the bootstrap compiler.
...
svn path=/nixpkgs/trunk/; revision=27465
2011-06-15 08:42:46 +00:00
Lluís Batlle i Rossell
394375f900
Updating feh
...
svn path=/nixpkgs/trunk/; revision=27464
2011-06-15 08:22:15 +00:00
Marco Maggesi
5b035e093d
Update HOL Light to rev 92
...
svn path=/nixpkgs/trunk/; revision=27459
2011-06-14 17:09:19 +00:00
Ludovic Courtès
3cf686b4fc
QEMU: Build with ncurses support.
...
svn path=/nixpkgs/trunk/; revision=27458
2011-06-14 16:28:17 +00:00
Eelco Dolstra
12c9ba62ac
* Fix some evaluation problems.
...
svn path=/nixpkgs/trunk/; revision=27457
2011-06-14 15:55:11 +00:00
Karn Kallio
b8950a9504
Fix some semicolons.
...
svn path=/nixpkgs/trunk/; revision=27456
2011-06-14 15:29:40 +00:00
Sander van der Burg
7f26b06961
Added ninka, an experimental sentence based license detector
...
svn path=/nixpkgs/trunk/; revision=27455
2011-06-14 15:15:34 +00:00
Ludovic Courtès
d45757e581
Hydra: Update.
...
svn path=/nixpkgs/trunk/; revision=27454
2011-06-14 12:32:19 +00:00
Michael Raskin
9899a88c7d
Update SBCL
...
svn path=/nixpkgs/trunk/; revision=27451
2011-06-14 04:31:30 +00:00
Nicolas Pierron
ae548e8bcb
Add freepops.
...
svn path=/nixpkgs/trunk/; revision=27450
2011-06-14 02:41:28 +00:00
Nicolas Pierron
6cb018fe90
Add a new type to handle list and attribute sets.
...
List elements are attributed a unique name.
svn path=/nixpkgs/trunk/; revision=27449
2011-06-14 02:41:13 +00:00
Nicolas Pierron
9451c1e2ca
Add NUT package.
...
svn path=/nixpkgs/trunk/; revision=27448
2011-06-14 02:41:01 +00:00
Nicolas Pierron
3d9e439c1a
Index xulrunner at the top-level.
...
svn path=/nixpkgs/trunk/; revision=27447
2011-06-14 02:40:47 +00:00
Nicolas Pierron
f76edfb1e1
gdb: Add support for python instrumentation.
...
svn path=/nixpkgs/trunk/; revision=27446
2011-06-14 02:39:03 +00:00
Yury G. Kudryashov
4484bbfdd8
lftp-4.2.3, use tar.xz
...
svn path=/nixpkgs/trunk/; revision=27443
2011-06-13 22:14:06 +00:00
Ludovic Courtès
bc9e54bafb
GNU uCommon C++ 5.0.2.
...
svn path=/nixpkgs/trunk/; revision=27442
2011-06-13 20:52:50 +00:00
Ludovic Courtès
73193ee1cb
GnuTLS 2.12.6.1.
...
svn path=/nixpkgs/trunk/; revision=27441
2011-06-13 20:52:40 +00:00
Ludovic Courtès
2943c2eb78
GNU GRUB 1.99.
...
svn path=/nixpkgs/trunk/; revision=27440
2011-06-13 20:52:32 +00:00
Ludovic Courtès
0d67ee1913
GNU GLOBAL 5.9.6.
...
svn path=/nixpkgs/trunk/; revision=27439
2011-06-13 20:52:26 +00:00
Ludovic Courtès
79a7f578ec
GNU fdisk 1.2.5.
...
svn path=/nixpkgs/trunk/; revision=27438
2011-06-13 20:52:19 +00:00
Florian Friesdorf
3de8406dd3
chrome 88807 - 64bit install works, i686 untested
...
svn path=/nixpkgs/trunk/; revision=27437
2011-06-13 20:42:09 +00:00
Alexander Tsamutali
a93499aeb7
applications/networking/browsers/conkeror: Updated to 0.9.3-20110606.
...
svn path=/nixpkgs/trunk/; revision=27436
2011-06-13 19:10:18 +00:00
Alexander Tsamutali
66d78e3a1f
applications/misc/epdfview: Updated to 0.1.8.
...
svn path=/nixpkgs/trunk/; revision=27435
2011-06-13 16:20:50 +00:00
Alexander Tsamutali
5c08bd40db
servers/mpd: Updated to 0.16.3.
...
svn path=/nixpkgs/trunk/; revision=27434
2011-06-13 16:05:03 +00:00
Alexander Tsamutali
2daeebaaec
applications/networking/p2p/transmission: Updated to 2.31.
...
svn path=/nixpkgs/trunk/; revision=27433
2011-06-13 14:15:15 +00:00
Alexander Tsamutali
a4a6c40b2c
development/libraries/libevent: Updated to 2.0.12.
...
svn path=/nixpkgs/trunk/; revision=27432
2011-06-13 14:11:29 +00:00
Alexander Tsamutali
36bf6301ba
applications/misc/sakura: Updated to 2.4.0.
...
svn path=/nixpkgs/trunk/; revision=27431
2011-06-13 14:09:25 +00:00
Alexander Tsamutali
ff910beca6
desktops/gnome-2.28/desktop/vte: Updated to 0.28.0.
...
svn path=/nixpkgs/trunk/; revision=27430
2011-06-13 14:08:04 +00:00
Ludovic Courtès
a208b2f85f
Fix typo.
...
svn path=/nixpkgs/trunk/; revision=27429
2011-06-12 22:35:20 +00:00
Ludovic Courtès
65f50c7aab
Specify the dynamic linker name for cross-compilation to GNU/Hurd.
...
svn path=/nixpkgs/trunk/; revision=27428
2011-06-12 22:32:44 +00:00
Ludovic Courtès
aa6313051b
Let Hydra cross-build more stuff for GNU.
...
svn path=/nixpkgs/trunk/; revision=27427
2011-06-12 21:53:56 +00:00
Eelco Dolstra
d9abbc710a
* AEFS updated to 0.3pre288.
...
svn path=/nixpkgs/trunk/; revision=27424
2011-06-11 22:23:43 +00:00
Ludovic Courtès
730539086d
GNU Hurd: Update.
...
svn path=/nixpkgs/trunk/; revision=27423
2011-06-11 22:23:22 +00:00
Michael Raskin
db4fdfec67
Update Wine
...
svn path=/nixpkgs/trunk/; revision=27416
2011-06-11 07:26:37 +00:00
Eelco Dolstra
dced1bd4c6
* eventlet updated to 0.9.16.
...
svn path=/nixpkgs/trunk/; revision=27409
2011-06-09 17:10:59 +00:00
Eelco Dolstra
2cc5c73694
* Nova updated to 2011.2.
...
svn path=/nixpkgs/trunk/; revision=27408
2011-06-09 17:06:30 +00:00
Eelco Dolstra
2a276fe96e
* Added novaclient.
...
svn path=/nixpkgs/trunk/; revision=27407
2011-06-09 15:06:21 +00:00
Eelco Dolstra
6abaaa2728
* Added prettytable and lockfile.
...
svn path=/nixpkgs/trunk/; revision=27406
2011-06-09 15:02:39 +00:00
Joachim Schiele
2298edf29e
fixed a typo
...
svn path=/nixpkgs/trunk/; revision=27404
2011-06-09 14:35:52 +00:00
Rob Vermaas
0ccfc552f5
update hydra
...
svn path=/nixpkgs/trunk/; revision=27403
2011-06-09 13:43:02 +00:00
Michael Raskin
51fa598ba1
Fix 64-bit cuneiform build
...
svn path=/nixpkgs/trunk/; revision=27402
2011-06-09 08:23:58 +00:00
Joachim Schiele
d27a2ef6cf
- added myself as maintainer
...
- added a new package: keepassx (which was reviewed on the nix-dev ml)
svn path=/nixpkgs/trunk/; revision=27401
2011-06-09 07:48:54 +00:00
Ludovic Courtès
74a7f5122e
FreeType: Add dependency on GNU Make on FreeBSD.
...
svn path=/nixpkgs/trunk/; revision=27397
2011-06-08 12:04:47 +00:00
Eelco Dolstra
0ed22f9e3c
* libvirt updated to 0.9.2.
...
svn path=/nixpkgs/trunk/; revision=27396
2011-06-08 11:15:27 +00:00
Eelco Dolstra
0a127bf64b
* Linux 2.6.32.41.
...
svn path=/nixpkgs/trunk/; revision=27395
2011-06-08 10:36:50 +00:00
Eelco Dolstra
52f40b180d
* qemu-kvm updated to 0.14.1.
...
svn path=/nixpkgs/trunk/; revision=27394
2011-06-08 10:33:26 +00:00
Michael Raskin
8e1984b852
Fix DMTX build
...
svn path=/nixpkgs/trunk/; revision=27391
2011-06-08 08:11:24 +00:00
Yury G. Kudryashov
f0688ef3bc
gpsd-2.95
...
svn path=/nixpkgs/trunk/; revision=27390
2011-06-07 21:51:13 +00:00
Yury G. Kudryashov
a6704045e6
libxklavier-5.0
...
svn path=/nixpkgs/trunk/; revision=27389
2011-06-07 21:51:07 +00:00
Yury G. Kudryashov
21f528130b
Use default ocaml in libfacile
...
svn path=/nixpkgs/trunk/; revision=27388
2011-06-07 21:51:00 +00:00
Yury G. Kudryashov
2fb2742370
ntrack: fix hardcoded /usr
...
svn path=/nixpkgs/trunk/; revision=27387
2011-06-07 21:50:55 +00:00
Yury G. Kudryashov
496ab8b948
ntrack-011
...
svn path=/nixpkgs/trunk/; revision=27386
2011-06-07 21:50:48 +00:00
Yury G. Kudryashov
5fb0953680
Add libnl-3.0
...
svn path=/nixpkgs/trunk/; revision=27385
2011-06-07 21:50:42 +00:00
Yury G. Kudryashov
1c4b8e4886
gpgme: propagate some dependencies
...
svn path=/nixpkgs/trunk/; revision=27384
2011-06-07 21:50:36 +00:00
Yury G. Kudryashov
25c8f01659
libdmtx: propagate xz (move this propagation to ImageMagick?)
...
svn path=/nixpkgs/trunk/; revision=27383
2011-06-07 21:50:30 +00:00
Yury G. Kudryashov
ab01869f17
Add libdmtx, restore alphabetical order
...
svn path=/nixpkgs/trunk/; revision=27382
2011-06-07 21:50:23 +00:00
Yury G. Kudryashov
c5481bb1d8
pinentry: make gtk UI really optional
...
svn path=/nixpkgs/trunk/; revision=27381
2011-06-07 21:50:12 +00:00
Yury G. Kudryashov
ff7e3daf73
Add flac, pulseaudio, libmng, libxcb
...
I need flac, pulseaudio and xcb.
svn path=/nixpkgs/trunk/; revision=27380
2011-06-07 21:50:05 +00:00
Yury G. Kudryashov
7d4d42a8aa
libmng: propagate some build inputs
...
svn path=/nixpkgs/trunk/; revision=27379
2011-06-07 21:49:53 +00:00
Yury G. Kudryashov
ee7583d685
libssh-0.4.8
...
svn path=/nixpkgs/trunk/; revision=27378
2011-06-07 21:49:42 +00:00
Yury G. Kudryashov
701e2b1cd4
ortp-0.16.4
...
svn path=/nixpkgs/trunk/; revision=27377
2011-06-07 21:49:37 +00:00
Yury G. Kudryashov
b0e4af34be
msilbc-2.0.3, use upstream buildsystem
...
svn path=/nixpkgs/trunk/; revision=27376
2011-06-07 21:49:31 +00:00
Yury G. Kudryashov
d299591964
mediastreamer-2.7.2; drop my patches. TODO: forward-port plugins.patch
...
svn path=/nixpkgs/trunk/; revision=27375
2011-06-07 21:49:25 +00:00
Yury G. Kudryashov
8c12f7f6e9
iLBC codec. Extract directly from rfc
...
svn path=/nixpkgs/trunk/; revision=27374
2011-06-07 21:49:18 +00:00
Yury G. Kudryashov
92db687bf4
ConsoleKit-0.4.4
...
svn path=/nixpkgs/trunk/; revision=27373
2011-06-07 21:49:11 +00:00
Yury G. Kudryashov
0159787b06
ImageMagick: propagate libs in buildInputs, use .tar.xz
...
svn path=/nixpkgs/trunk/; revision=27372
2011-06-07 21:49:04 +00:00
Yury G. Kudryashov
b7519354cc
bluez-4.90
...
svn path=/nixpkgs/trunk/; revision=27371
2011-06-07 21:48:59 +00:00
Yury G. Kudryashov
a288b1b216
shared-mime-info-0.90
...
svn path=/nixpkgs/trunk/; revision=27370
2011-06-07 21:48:53 +00:00
Yury G. Kudryashov
4c1267546f
wpa_supplicant: split wpa_gui from main package, install .desktop file and icons
...
svn path=/nixpkgs/trunk/; revision=27369
2011-06-07 21:48:41 +00:00
Michael Raskin
4157b77097
Adding siege HTTP load tester
...
svn path=/nixpkgs/trunk/; revision=27368
2011-06-07 16:15:05 +00:00
Michael Raskin
812a94c8b0
Adding IOping
...
svn path=/nixpkgs/trunk/; revision=27367
2011-06-07 15:56:50 +00:00
Michael Raskin
3c82ed030f
Adding GSM and CELT codecs; dependencies of sflphone - failed to buuild itself
...
svn path=/nixpkgs/trunk/; revision=27364
2011-06-07 14:42:24 +00:00
Andres Löh
1c00dfa14a
Added smallcheck.
...
svn path=/nixpkgs/trunk/; revision=27363
2011-06-07 14:23:01 +00:00
Rob Vermaas
846238fa25
use parted 2.3 for fdisk
...
svn path=/nixpkgs/trunk/; revision=27350
2011-06-06 13:43:16 +00:00
Rob Vermaas
d60ed7e1d1
add parted 2.3 for packages that are incompatible with 3.0
...
svn path=/nixpkgs/trunk/; revision=27349
2011-06-06 13:06:08 +00:00
Russell O'Connor
4c1bc91985
Upgrade to bitcoin 0.3.22.
...
svn path=/nixpkgs/trunk/; revision=27348
2011-06-06 09:22:04 +00:00
Peter Simons
8d931c2771
esniper: updated to version 2.25.0
...
svn path=/nixpkgs/trunk/; revision=27346
2011-06-05 18:38:33 +00:00
Ludovic Courtès
f03362d8c7
GNU Parted: Add Check as a dependency.
...
svn path=/nixpkgs/trunk/; revision=27345
2011-06-04 21:46:16 +00:00
Ludovic Courtès
97675e8344
Add GNU Complexity.
...
svn path=/nixpkgs/trunk/; revision=27344
2011-06-04 21:46:07 +00:00
Michael Raskin
372aaf63e1
MediumBlue is currently too dark to be background for black checkmark, correct to Light
...
svn path=/nixpkgs/trunk/; revision=27340
2011-05-31 20:18:40 +00:00
Michael Raskin
168080d159
Fix for an annoying crash
...
svn path=/nixpkgs/trunk/; revision=27339
2011-05-31 19:34:06 +00:00
Michael Raskin
df54eb7a92
A phase that simply saves current exported vars for debugging use
...
svn path=/nixpkgs/trunk/; revision=27338
2011-05-31 19:30:10 +00:00
Michael Raskin
317d2663d7
Twinkle needs an older version of ccrtp
...
svn path=/nixpkgs/trunk/; revision=27333
2011-05-31 09:09:35 +00:00
Ludovic Courtès
7c3c4722e1
GNU libzrtpcpp.
...
svn path=/nixpkgs/trunk/; revision=27331
2011-05-30 21:50:01 +00:00
Ludovic Courtès
cc072bee92
GNU ccRTP 2.0.0.
...
svn path=/nixpkgs/trunk/; revision=27330
2011-05-30 21:49:56 +00:00
Ludovic Courtès
bd1459a557
GNU SIP Witch 1.0.2.
...
svn path=/nixpkgs/trunk/; revision=27329
2011-05-30 21:49:50 +00:00
Ludovic Courtès
7e052f904e
GNU uCommon C++ 5.0.1.
...
svn path=/nixpkgs/trunk/; revision=27328
2011-05-30 21:49:43 +00:00
Ludovic Courtès
2a0744a264
GNU gv 3.7.2.
...
svn path=/nixpkgs/trunk/; revision=27327
2011-05-30 21:49:37 +00:00
Ludovic Courtès
99e79048d4
GNU Zile 2.3.24.
...
svn path=/nixpkgs/trunk/; revision=27326
2011-05-30 21:49:31 +00:00
Ludovic Courtès
b7f8a4a795
GNU SASL 1.6.1.
...
svn path=/nixpkgs/trunk/; revision=27325
2011-05-30 21:49:24 +00:00
Ludovic Courtès
947f4db2e9
GNU Libidn 1.22.
...
svn path=/nixpkgs/trunk/; revision=27324
2011-05-30 21:49:18 +00:00
Ludovic Courtès
1323580c9a
GNU Scientific Library 1.15.
...
svn path=/nixpkgs/trunk/; revision=27323
2011-05-30 21:49:12 +00:00
Ludovic Courtès
f86a5587d7
GNU IceCat 4.0.1.1.
...
svn path=/nixpkgs/trunk/; revision=27322
2011-05-30 21:49:06 +00:00
Ludovic Courtès
0add50ed1b
GNU GLOBAL 5.9.5.
...
svn path=/nixpkgs/trunk/; revision=27321
2011-05-30 21:48:55 +00:00
Ludovic Courtès
8bfb02d945
GNU Sharutils 4.11.1.
...
svn path=/nixpkgs/trunk/; revision=27320
2011-05-30 21:48:50 +00:00
Ludovic Courtès
71bc026ba4
GNU Parallel 20110522.
...
svn path=/nixpkgs/trunk/; revision=27319
2011-05-30 21:48:43 +00:00
Ludovic Courtès
bdc6f02ed0
GNU Parted 3.0.
...
svn path=/nixpkgs/trunk/; revision=27318
2011-05-30 21:48:37 +00:00
Ludovic Courtès
b35e60ff61
GnuTLS 2.12.5.
...
svn path=/nixpkgs/trunk/; revision=27317
2011-05-30 21:48:32 +00:00
Peter Simons
47452c351b
nbd: updated to version 2.9.22
...
svn path=/nixpkgs/trunk/; revision=27316
2011-05-30 20:08:18 +00:00
Michael Raskin
3e005d363a
Update nmap
...
svn path=/nixpkgs/trunk/; revision=27315
2011-05-30 06:25:38 +00:00
Michael Raskin
65cd495061
Adding CM-Unicode fonts
...
svn path=/nixpkgs/trunk/; revision=27311
2011-05-28 19:51:08 +00:00
Michael Raskin
da94743917
Adding Gentium font
...
svn path=/nixpkgs/trunk/; revision=27310
2011-05-28 19:01:59 +00:00
Michael Raskin
f709eff234
Add Tempora-LGC font
...
svn path=/nixpkgs/trunk/; revision=27309
2011-05-28 16:04:02 +00:00
Michael Raskin
a37fc29f81
Adding Theano font
...
svn path=/nixpkgs/trunk/; revision=27308
2011-05-28 15:59:45 +00:00
Michael Raskin
1e8b1fce5c
Adding Old Standard font
...
svn path=/nixpkgs/trunk/; revision=27307
2011-05-28 15:46:09 +00:00
Michael Raskin
9f3e6006e8
Adding Xconq turn-based strategy
...
svn path=/nixpkgs/trunk/; revision=27306
2011-05-28 15:36:56 +00:00
Michael Raskin
e0a4f988a4
Make Ekiga build
...
svn path=/nixpkgs/trunk/; revision=27305
2011-05-27 05:39:44 +00:00
Lluís Batlle i Rossell
074ef3fd85
Updating lrzip
...
svn path=/nixpkgs/trunk/; revision=27304
2011-05-25 22:19:53 +00:00
Marco Maggesi
e2b159dabe
ocaml batteries: https --> http
...
svn path=/nixpkgs/trunk/; revision=27303
2011-05-25 09:27:50 +00:00
Michael Raskin
579433500a
Update Lazarus
...
svn path=/nixpkgs/trunk/; revision=27302
2011-05-25 09:04:54 +00:00
Michael Raskin
21e9c28ce5
Update FPC
...
svn path=/nixpkgs/trunk/; revision=27301
2011-05-25 08:45:08 +00:00
Marco Maggesi
e8466deeff
ocaml batteries: fix download url
...
svn path=/nixpkgs/trunk/; revision=27300
2011-05-24 20:40:55 +00:00
Marco Maggesi
5b730d301c
Update ocaml_batteries and camomile (ocamlPackages)
...
* Add camomile 0.8.3 and 0.8.2 (for ocaml_batteries).
* Remove obsolete camomile 0.7.3 and 0.8.1.
* Update ocaml_batteries to version 1.3.0 (also add fixes for Darwin).
svn path=/nixpkgs/trunk/; revision=27299
2011-05-24 18:21:13 +00:00
Marco Maggesi
a3b617c8e3
Add platforms to OCaml 3.12.0
...
svn path=/nixpkgs/trunk/; revision=27298
2011-05-24 18:05:05 +00:00
Lluís Batlle i Rossell
c6d377eadf
Adding mainline ghostscript as an option.
...
svn path=/nixpkgs/trunk/; revision=27297
2011-05-24 15:35:38 +00:00
Lluís Batlle i Rossell
6ec672232a
Enabling most xcache settings
...
svn path=/nixpkgs/trunk/; revision=27296
2011-05-24 15:23:04 +00:00
Michael Raskin
a2579704f1
Update Libertine font
...
svn path=/nixpkgs/trunk/; revision=27295
2011-05-24 15:13:54 +00:00
Michael Raskin
1e868ce18b
Update XNeur
...
svn path=/nixpkgs/trunk/; revision=27294
2011-05-24 15:00:56 +00:00
Lluís Batlle i Rossell
5a2745ae1c
Updating fossil.
...
svn path=/nixpkgs/trunk/; revision=27293
2011-05-23 08:04:59 +00:00
Lluís Batlle i Rossell
087fc72f64
Updating google earth to what I've just downloaded.
...
svn path=/nixpkgs/trunk/; revision=27291
2011-05-21 11:22:20 +00:00
Marco Maggesi
1298fd8aba
Update hol_light and cleanup:
...
* Update hol_light to rev 90
* Remove dmtcp checkpoint (it doesn't work properly).
* General cleanup and simplification
svn path=/nixpkgs/trunk/; revision=27290
2011-05-21 11:18:35 +00:00
Marco Maggesi
6bfbe8253f
Make openssh compile on darwin by removing dependence on pam
...
svn path=/nixpkgs/trunk/; revision=27289
2011-05-21 08:24:27 +00:00
Cillian de Roiste
21dccfccc3
Updating the sha256, why is this changing?
...
svn path=/nixpkgs/trunk/; revision=27288
2011-05-21 07:31:07 +00:00
Michael Raskin
178d94606f
Remove hard-coded path to uname
...
svn path=/nixpkgs/trunk/; revision=27287
2011-05-21 05:07:53 +00:00
Michael Raskin
f2788f2837
missing hash
...
svn path=/nixpkgs/trunk/; revision=27286
2011-05-21 04:50:01 +00:00
Michael Raskin
92ad27cc88
Update veracity
...
svn path=/nixpkgs/trunk/; revision=27285
2011-05-21 04:27:40 +00:00
Lluís Batlle i Rossell
d1a44b3a8c
Making bluez install some of its test tools. Mainly, the bluez-simple-agent,
...
that can do a pincode handshake with the user.
svn path=/nixpkgs/trunk/; revision=27284
2011-05-20 22:21:34 +00:00
Marco Maggesi
3c99107e82
Fix compilation of apr-util on darwin by removing dependence on openldap
...
svn path=/nixpkgs/trunk/; revision=27283
2011-05-20 17:00:49 +00:00
Michael Raskin
186d36ca4b
Fix kernel configuration
...
svn path=/nixpkgs/trunk/; revision=27282
2011-05-20 08:37:25 +00:00
Michael Raskin
cc26b9877e
linuxPackages for 2.6.39
...
svn path=/nixpkgs/trunk/; revision=27281
2011-05-20 08:08:37 +00:00
Michael Raskin
d913275398
Update/fix MPlayer
...
svn path=/nixpkgs/trunk/; revision=27280
2011-05-20 08:06:02 +00:00
Michael Raskin
6719630316
Add Linux 2.6.39
...
svn path=/nixpkgs/trunk/; revision=27279
2011-05-19 11:17:34 +00:00
Eelco Dolstra
8310876955
* Update Flash player on i686-linux.
...
svn path=/nixpkgs/trunk/; revision=27278
2011-05-18 16:24:02 +00:00
Karn Kallio
b6acdba7fa
Update Ur/Web to latest release 2011057.
...
svn path=/nixpkgs/trunk/; revision=27276
2011-05-17 21:36:55 +00:00
Russell O'Connor
aaa09472bc
Update bitcoin to 0.3.21
...
svn path=/nixpkgs/trunk/; revision=27275
2011-05-17 11:34:18 +00:00
Andres Löh
0736b17460
Added repa library for Haskell.
...
svn path=/nixpkgs/trunk/; revision=27267
2011-05-16 13:48:03 +00:00
Michael Raskin
7dcbaadf78
Split WebKit into release expression and svn-trunk expression; WebKitGtk had a release recently, so it is not a big featurewise change
...
svn path=/nixpkgs/trunk/; revision=27259
2011-05-16 02:45:55 +00:00
Michael Raskin
b3e1663faf
Update WebKit
...
svn path=/nixpkgs/trunk/; revision=27255
2011-05-15 19:21:53 +00:00
Alexander Tsamutali
a9de562ef1
games/mars: Updated source hash.
...
svn path=/nixpkgs/trunk/; revision=27254
2011-05-15 13:31:43 +00:00
Marco Maggesi
8e5beab31f
Fix building of Isabelle2011
...
svn path=/nixpkgs/trunk/; revision=27253
2011-05-14 21:09:57 +00:00
Marco Maggesi
503f04ca54
ProofGeneral 4.0
...
svn path=/nixpkgs/trunk/; revision=27252
2011-05-14 20:59:53 +00:00
Peter Simons
bfa7c9791a
nbd: disable test suite to avoid failures on Hydra (NixOS)
...
svn path=/nixpkgs/trunk/; revision=27251
2011-05-13 18:30:36 +00:00
Marco Maggesi
bdace03143
Update PolyML to version 5.4
...
Also enable hydra build for linux
svn path=/nixpkgs/trunk/; revision=27250
2011-05-13 15:55:05 +00:00
Marco Maggesi
d2c9926e4d
os-specific/linux/blcr: Fix url and hash
...
svn path=/nixpkgs/trunk/; revision=27249
2011-05-13 15:37:13 +00:00
Sander van der Burg
e2897bdd52
Bumped versions of disnix and disnixos to deal with recent NixOS changes
...
svn path=/nixpkgs/trunk/; revision=27248
2011-05-13 13:23:13 +00:00
Eelco Dolstra
f0295b4771
* Enable JPEG and PNG support in qemu-kvm's VNC implementation.
...
svn path=/nixpkgs/trunk/; revision=27243
2011-05-13 12:10:33 +00:00
Andres Löh
22377172b2
Added logfloat. Some version bumps for Haskell pkgs.
...
svn path=/nixpkgs/trunk/; revision=27241
2011-05-13 10:14:21 +00:00
Eelco Dolstra
03055c5300
* Updated ffmpeg, faac and xvidcore.
...
* ffmpeg: enable support for faac (disabled by default because faac is
non-free).
* faac: use an external mp4v2 because the internal one doesn't build.
svn path=/nixpkgs/trunk/; revision=27240
2011-05-12 20:43:33 +00:00
Eelco Dolstra
166e5a8fbf
* Enable https support in Net::Amazon::EC2.
...
svn path=/nixpkgs/trunk/; revision=27235
2011-05-12 10:52:11 +00:00
Eelco Dolstra
2ca22bb68d
* Added Net::Amazon::EC2.
...
svn path=/nixpkgs/trunk/; revision=27234
2011-05-12 08:54:41 +00:00