Ludovic Courtès
9ec817f18a
ECJ 3.5.1.
...
Includes bug fixes needed for IcedTea, see
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=375 .
svn path=/nixpkgs/trunk/; revision=18137
2009-11-05 14:36:45 +00:00
Peter Simons
4d675a283e
pkgs/development/interpreters/python/2.6/default.nix: fixed build on Darwin
...
svn path=/nixpkgs/trunk/; revision=18136
2009-11-05 13:44:30 +00:00
Peter Simons
1981322cc5
pkgs/misc/cups/default.nix: don't install files to /etc or /usr
...
The cups build tries to install files into global system directories.
This patch changes those paths to locations underneath of $out.
svn path=/nixpkgs/trunk/; revision=18134
2009-11-05 13:33:36 +00:00
Lluís Batlle i Rossell
9b7670ce5b
Setting wxGTK to use the old gtk libs. Until wxGTK 2.8.11 they will not fix
...
a symbol clash with glib 2.21. So we keep with glib 2.20.
I also changed the default wxGTK from 2.6 to 2.8, caring so no hash is changed due to
this change. Some packages using 2.6 may well build with 2.8, so we can try updating
them for another commit.
svn path=/nixpkgs/trunk/; revision=18133
2009-11-05 13:29:52 +00:00
Sander van der Burg
775075a0e8
Upgraded KDE to 4.3.3
...
svn path=/nixpkgs/trunk/; revision=18132
2009-11-05 12:13:46 +00:00
Rob Vermaas
724d21e3b0
updated version of chrome
...
svn path=/nixpkgs/trunk/; revision=18131
2009-11-05 10:50:57 +00:00
Eelco Dolstra
d9f65496d4
* "Fix" Perl on Cygwin.
...
svn path=/nixpkgs/trunk/; revision=18129
2009-11-05 09:11:25 +00:00
Eelco Dolstra
f08bc4c561
* Apply the Redland fix to version 1.0.8 as well (since that's what
...
KDE 4.3 uses).
svn path=/nixpkgs/trunk/; revision=18127
2009-11-05 08:19:35 +00:00
Eelco Dolstra
b039fddfbc
* Merged the xorg-7.5 branch, which provides X.org 7.5 and various
...
other X-related updates.
svn path=/nixpkgs/trunk/; revision=18124
2009-11-04 22:42:44 +00:00
Lluís Batlle i Rossell
2e8ae96930
Updating vwm and its libraries.
...
svn path=/nixpkgs/trunk/; revision=18123
2009-11-04 22:38:26 +00:00
Eelco Dolstra
4f839e9a54
* Sync with the trunk.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18122
2009-11-04 22:37:24 +00:00
Lluís Batlle i Rossell
13a369476b
Updating truecrypt from 6.2a to 6.3, mostly because the old src disappeared.
...
svn path=/nixpkgs/trunk/; revision=18121
2009-11-04 22:17:08 +00:00
Eelco Dolstra
304e339d4f
* Added libglademm.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18120
2009-11-04 22:07:32 +00:00
Eelco Dolstra
81f1c3e7d5
* Get rid of Gnome 2.26.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18119
2009-11-04 21:50:13 +00:00
Eelco Dolstra
ac4d183051
* Added gnome-icon-theme.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18118
2009-11-04 21:44:01 +00:00
Eelco Dolstra
7a233c1629
* GIMP updated to 2.6.7. It no longer needs libgtkhtml.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18117
2009-11-04 21:28:11 +00:00
Eelco Dolstra
9a4cd33d10
* Fix the synaptics driver.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18115
2009-11-04 19:53:23 +00:00
Eelco Dolstra
dba29df1dc
* Same as r18113.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18114
2009-11-04 18:37:48 +00:00
Eelco Dolstra
23ef4c4f79
* Before selecting an attribute from `x', check whether it's an
...
attribute set. `tryEval' no longer catches this.
svn path=/nixpkgs/trunk/; revision=18113
2009-11-04 18:37:11 +00:00
Peter Simons
4c0ff006f3
pkgs/development/libraries/redland/1.0.9.nix: fix build with sqlite 3.6.19
...
Redland's use of the pre-processor symbol SQLITE_API collides with a
symbol of the same name in sqlite 3.6.19. Patching the source code to
use REDLAND_SQLITE_API instead works around the problem.
svn path=/nixpkgs/trunk/; revision=18100
2009-11-04 15:14:12 +00:00
Lluís Batlle i Rossell
ae1f064c0c
Updating doxygen from 1.5.8 to 1.6.1
...
svn path=/nixpkgs/trunk/; revision=18099
2009-11-04 14:58:39 +00:00
Eelco Dolstra
25a675da23
* Subversion 1.6.6.
...
svn path=/nixpkgs/trunk/; revision=18093
2009-11-04 13:41:55 +00:00
Peter Simons
dd1a6f8ab1
pkgs/development/libraries/sqlite/default.nix: enable amalgamation build
...
Sqlite has a build mode called "amalgamation" that gathers all 90+ source code
files into a single sqlite3.c file before compiling the library. Building
sqlite this way reportedly gives a 5-10% performance gain because the compiler
can perform more sophisticated optimizations.
svn path=/nixpkgs/trunk/; revision=18092
2009-11-04 13:07:27 +00:00
Peter Simons
600d6a9bac
pkgs/development/libraries/sqlite/default.nix: updated to version 3.6.19
...
The new version requires Tcl at build time in order to construct sqlite3.h,
even when the --without-tcl option is passed to configure. That feels odd
because the sqlite web site does advertise "no dependencies", but then it's
probably not a big deal either. The build of the Tcl plugin for sqlite is still
disabled, so there is no run-time dependency.
svn path=/nixpkgs/trunk/; revision=18091
2009-11-04 13:07:21 +00:00
Peter Simons
f9b71e1c54
pkgs/development/interpreters/python/2.6/default.nix: updated to version 2.6.4
...
svn path=/nixpkgs/trunk/; revision=18090
2009-11-04 10:29:43 +00:00
Peter Simons
3659747127
pkgs/applications/editors/emacs-modes/haskell/default.nix: updated to version 2.6.1
...
svn path=/nixpkgs/trunk/; revision=18089
2009-11-04 10:29:38 +00:00
Eelco Dolstra
cfe0ffad3a
* Fixed some more Gnome packages.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18088
2009-11-04 09:17:27 +00:00
Eelco Dolstra
7cec6e4f52
* Fix startup-notification.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18087
2009-11-04 07:33:27 +00:00
Michael Raskin
19c6cba987
Try removing gnome26 references
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18086
2009-11-04 00:39:27 +00:00
Eelco Dolstra
b98502f06a
* Fix xf86inputsynaptics.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18085
2009-11-03 23:54:08 +00:00
Eelco Dolstra
56ea7df62d
* Several buildInputs of Gnome-related packages should be
...
propagatedBuildInputs, because those inputs are required by the *.pc
or *.la files of the package:
- If a *.pc file references a non-propagated input, then Gnome
packages have the bad tendency to silently ignore this problem in
configure scripts - the failure of a command like `pkg-config
--cflags foo' will be ignored if a dependency of foo.pc is
missing, so no flags will be added, and the build will fail later
on a missing header or library.
- If a *.la file references a non-propagated input, the build will
also fail, because Libtool will add library dependencies that it
cannot find. (Arguably *.la files should never reference packages
that aren't in the corresponding *.pc file, but they do it
anyway).
By setting the propagatedBuildInputs properly, it should be possible
to get rid of all the NIX_CFLAGS_COMPILE / NIX_LDFLAGS hacks in the
Gnome expressions.
svn path=/nixpkgs/branches/xorg-7.5/; revision=18084
2009-11-03 23:26:14 +00:00
Eelco Dolstra
8fd610bff9
* Fixed Qt 3.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18083
2009-11-03 21:55:53 +00:00
Eelco Dolstra
eadf38f8de
svn path=/nixpkgs/branches/xorg-7.5/; revision=18082
2009-11-03 21:49:59 +00:00
Eelco Dolstra
6fbcf62941
* Fix libgsf.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18081
2009-11-03 21:48:09 +00:00
Eelco Dolstra
f1f8debe62
* Lots of packages refer to gnomevfs and startupnotification.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18079
2009-11-03 20:56:26 +00:00
Peter Simons
b06c0d1a1d
pkgs/applications/version-management/git-and-tools/default.nix: use docbook dtd 4.5
...
Ensure that the 4.5 DTD required by asciidoc is available.
svn path=/nixpkgs/trunk/; revision=18078
2009-11-03 15:57:31 +00:00
Peter Simons
c0773ee99d
pkgs/data/sgml+xml/schemas/xml-dtd/docbook/4.5.nix: added docbook 4.5 XML DTD
...
The new asciidoc version generates docbook output for this version.
svn path=/nixpkgs/trunk/; revision=18077
2009-11-03 15:57:27 +00:00
Peter Simons
9e98a71eaa
pkgs/tools/typesetting/asciidoc: updated to version 8.5.1
...
New asciidoc versions do have a proper configure script. Using that simplifies
the build instructions a bit.
svn path=/nixpkgs/trunk/; revision=18076
2009-11-03 15:57:22 +00:00
Peter Simons
990d7c05e7
pkgs/applications/window-managers/ratpoison/default.nix: updated to version 1.4.5
...
svn path=/nixpkgs/trunk/; revision=18075
2009-11-03 15:57:17 +00:00
Sander van der Burg
5ed64ae7c0
Enabled my eclipse package again, since I want to have eclipse installed when typing nix-env -i. BTW. the eclipse plugins can be installed this way either
...
svn path=/nixpkgs/trunk/; revision=18074
2009-11-03 11:00:18 +00:00
Lluís Batlle i Rossell
3cc62cefa8
Finally I decided to add High Performance SSH.
...
http://www.psc.edu/networking/projects/hpn-ssh/
I tried to keep the openssh hash not changing, unless the user sets hpn in getConfig
style. I think that does not look as good as a patch changing the hash, but it may
annoy less. Let me know if it is not ok.
I don't think hpn should be the default, because it may have some insecurity implications
I don't know of. But I used to enable it in all my machines, and I hope to do so unless
advised otherwise.
svn path=/nixpkgs/trunk/; revision=18073
2009-11-02 21:49:06 +00:00
Sander van der Burg
ee18789ca4
Added Jetty-util library
...
svn path=/nixpkgs/trunk/; revision=18072
2009-11-02 16:19:37 +00:00
Sander van der Burg
248fcdc3bb
Downgraded smack to 3.0.4. It seems that 3.1.0 contains some annoying bugs
...
svn path=/nixpkgs/trunk/; revision=18071
2009-11-02 15:12:17 +00:00
Marco Maggesi
a0207b3dc7
Updated Coq to version 8.2pl1
...
svn path=/nixpkgs/trunk/; revision=18069
2009-11-02 11:44:27 +00:00
Marco Maggesi
c4533b8d24
Added camlp5 the preprocessor-pretty-printer for OCaml
...
svn path=/nixpkgs/trunk/; revision=18068
2009-11-02 10:47:24 +00:00
Rob Vermaas
3296f78ca9
also build gcc41
...
svn path=/nixpkgs/trunk/; revision=18067
2009-11-02 10:33:59 +00:00
Ludovic Courtès
dc673480e6
GNU Zile 2.3.13.
...
svn path=/nixpkgs/trunk/; revision=18066
2009-11-01 20:55:14 +00:00
Eelco Dolstra
45ba16864f
* Deleted some obsolete kernels (2.6.20, 2.6.21, 2.6.22, 2.6.23 and
...
the 2.6.31rcs).
svn path=/nixpkgs/trunk/; revision=18065
2009-11-01 17:17:40 +00:00
Ludovic Courtès
806a5a9b6c
GNU IceCat 3.5.4.
...
svn path=/nixpkgs/trunk/; revision=18064
2009-11-01 14:47:13 +00:00
Eelco Dolstra
9692c7f38c
* Lots of packages refer to gnome.glib etc., so propagate them.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18063
2009-11-01 14:15:03 +00:00
Eelco Dolstra
18e5da0f60
* Delete the old Gnome.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18062
2009-11-01 14:14:27 +00:00
Eelco Dolstra
7b8a785497
svn path=/nixpkgs/trunk/; revision=18061
2009-11-01 14:01:05 +00:00
Ludovic Courtès
25b0c3db17
Update reference to `tahoe'.
...
svn path=/nixpkgs/trunk/; revision=18060
2009-10-31 23:18:23 +00:00
Ludovic Courtès
061daca90c
Rename Tahoe to Tahoe-LAFS.
...
svn path=/nixpkgs/trunk/; revision=18059
2009-10-31 22:34:24 +00:00
Michael Raskin
9c94b20629
Try using Gnome-2.28
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18058
2009-10-31 12:59:33 +00:00
Eelco Dolstra
c9b79a3d84
* Oops, wrong version.
...
svn path=/nixpkgs/trunk/; revision=18057
2009-10-30 18:13:08 +00:00
Eelco Dolstra
65d399ff81
* Upstart 0.6.2.
...
svn path=/nixpkgs/trunk/; revision=18056
2009-10-30 18:12:28 +00:00
Eelco Dolstra
97ea4b3375
* Updated ALSA.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18055
2009-10-30 15:05:13 +00:00
Eelco Dolstra
65c0916cb7
* Updated Firefox 3.0.x to 3.0.15 (because the old tarball disappeared).
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18054
2009-10-30 12:45:28 +00:00
Eelco Dolstra
f01feca4ef
* Updated libxml2 / libxslt.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18053
2009-10-30 12:42:48 +00:00
Eelco Dolstra
6f04e6a5d6
* Merge the temporary copy of dbus.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18052
2009-10-30 12:36:32 +00:00
Eelco Dolstra
404007aab3
* Build CUPS with dbus support, plus some purity fixes.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18051
2009-10-30 12:33:34 +00:00
Rob Vermaas
a73cef1057
added chromeWrapper, like firefoxWrapper, to allow plugins to work, added previously undefined dependencies on flash plugin
...
svn path=/nixpkgs/trunk/; revision=18050
2009-10-30 12:28:44 +00:00
Eelco Dolstra
78648561c5
* Updated CUPS to 1.4.1.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18048
2009-10-30 09:46:51 +00:00
Rob Vermaas
d025709a8a
chrome 20565
...
svn path=/nixpkgs/trunk/; revision=18046
2009-10-30 08:45:58 +00:00
Eelco Dolstra
27ab1e3cc7
svn path=/nixpkgs/branches/xorg-7.5/; revision=18044
2009-10-30 08:26:20 +00:00
Eelco Dolstra
390548d708
* Fix the font packages. They need a --with-fontrootdir flag now.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18043
2009-10-30 08:20:03 +00:00
Eelco Dolstra
1829882a24
svn path=/nixpkgs/branches/xorg-7.5/; revision=18042
2009-10-30 07:41:09 +00:00
Lluís Batlle i Rossell
c22d173893
Adding the bootchart capture script. It worked for me, run standalone, not as init.
...
I tried their website renderer, but it did not work for me. It may be shut down,
because their last update is for 2006.
Next steps: put it into nixos, and build the renderer (java!).
svn path=/nixpkgs/trunk/; revision=18041
2009-10-29 23:15:10 +00:00
Eelco Dolstra
d435899823
svn path=/nixpkgs/branches/xorg-7.5/; revision=18039
2009-10-29 20:52:31 +00:00
Eelco Dolstra
05ff927d83
* Bring back libXxf86misc and xf86miscproto. These were removed from
...
X.org, but some packages still need them.
svn path=/nixpkgs/branches/xorg-7.5/; revision=18038
2009-10-29 18:25:53 +00:00
Eelco Dolstra
db52ebcc98
* Urgh.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18037
2009-10-29 18:17:58 +00:00
Eelco Dolstra
7133275ca0
* Purity: don't do a mkdir /var/cache/fontconfig.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18036
2009-10-29 18:17:45 +00:00
Eelco Dolstra
5884530154
* Deleted KDE 4.2.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18035
2009-10-29 18:04:46 +00:00
Eelco Dolstra
28d718aceb
* X.org 7.5.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18034
2009-10-29 17:56:10 +00:00
Eelco Dolstra
e9a6fc3bc1
* Mesa 7.5.2.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18033
2009-10-29 17:19:25 +00:00
Eelco Dolstra
95324696a3
* cairomm updated to 1.8.4.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18031
2009-10-29 15:26:50 +00:00
Eelco Dolstra
64cdcd8812
* Disable XCB support in Cairo, since it's not really supported
...
currently
(http://lists.freedesktop.org/archives/xcb/2008-December/004140.html ).
svn path=/nixpkgs/branches/xorg-7.5/; revision=18030
2009-10-29 15:26:39 +00:00
Eelco Dolstra
71f6b12135
* libdrm updated to 2.4.15.
...
* libpthread_stubs updated to 0.3.
svn path=/nixpkgs/branches/xorg-7.5/; revision=18029
2009-10-29 14:52:10 +00:00
Eelco Dolstra
cb7dfb9652
* libtiff 3.9.1.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18027
2009-10-29 14:19:58 +00:00
Eelco Dolstra
843617bac9
* libpng 1.2.40.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18026
2009-10-29 14:19:39 +00:00
Eelco Dolstra
b90a6b4ba0
* Make GTK 2.18 the default, and get rid of the deep overrides. (BTW,
...
there seems to be a much cleaner solution than deepOverride, namely
call all-packages.nix with an appropriate packageOverrides set.)
svn path=/nixpkgs/branches/xorg-7.5/; revision=18025
2009-10-29 14:19:13 +00:00
Eelco Dolstra
f210a41f84
* Shocking: a new version of libjpeg!
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18024
2009-10-29 14:13:07 +00:00
Eelco Dolstra
35593f5cd5
* NVIDIA X11 driver updated to 190.42.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18023
2009-10-29 13:47:44 +00:00
Eelco Dolstra
da182ce1d4
* Cairo 1.8.8.
...
svn path=/nixpkgs/branches/xorg-7.5/; revision=18022
2009-10-29 13:32:48 +00:00
Eelco Dolstra
9301524c50
* Fontconfig updated to 2.7.3. Use /etc/fonts as the default
...
configuration directory so that users on other distributions don't
need to set $FONTCONFIG_FILE (NIXPKGS-29). Also use
/var/cache/fontconfig for the cache to prevent programs run by root
from writing into the Nix store.
svn path=/nixpkgs/branches/xorg-7.5/; revision=18021
2009-10-29 13:22:43 +00:00
Peter Simons
7fa0d73966
pkgs/applications/science/math/wxmaxima/default.nix: cosmetic changes
...
Note that wxMaxima does *not* have a proper store path to maxima built
into the binary. It relies on $PATH, /etc/wxMaxima.conf, or ~/.wxMaxima
to find the binary.
svn path=/nixpkgs/trunk/; revision=18020
2009-10-29 12:53:22 +00:00
Eelco Dolstra
1b25d01703
* FreeType updated to 2.3.11. Also added an option to enable the
...
patent-encumbered hinting and sub-pixel rendering. It's disabled by
default. (Or should it be enabled by default?)
svn path=/nixpkgs/branches/xorg-7.5/; revision=18019
2009-10-29 12:48:47 +00:00
Peter Simons
d330b000fc
Updated git to version 1.6.5.2.
...
svn path=/nixpkgs/trunk/; revision=18018
2009-10-29 12:06:04 +00:00
Peter Simons
56ab8201f2
pkgs/top-level/all-packages.nix: allow distcc to be configured via $NIXPKGS_CONFIG
...
Set distcc = { avahi = true; gtk = true; }; to enable support for the
corresponding libraries.
svn path=/nixpkgs/trunk/; revision=18016
2009-10-29 11:58:07 +00:00
Peter Simons
96a32cffe2
Added wxMaxima version 0.8.3.
...
svn path=/nixpkgs/trunk/; revision=18015
2009-10-29 11:57:58 +00:00
Peter Simons
5dd3252557
Updated Maxima to version 5.19.2.
...
svn path=/nixpkgs/trunk/; revision=18014
2009-10-29 11:57:45 +00:00
Eelco Dolstra
849f2e1683
* Replace some "inherit (gtkLibs) glib" statements with "inherit glib".
...
svn path=/nixpkgs/trunk/; revision=18013
2009-10-29 11:43:02 +00:00
Ludovic Courtès
f8d95145b2
G-Wrap 1.9.13.
...
svn path=/nixpkgs/trunk/; revision=18012
2009-10-29 11:23:10 +00:00
Andres Löh
cf235135f3
Added text and haskeline-class Haskell packages.
...
svn path=/nixpkgs/trunk/; revision=18011
2009-10-29 11:03:24 +00:00
Eelco Dolstra
5682b2e9ea
* Finished getting rid of gtk-libs.
...
svn path=/nixpkgs/trunk/; revision=18010
2009-10-29 10:53:54 +00:00
Ludovic Courtès
4c5fcfb0a8
GDB: Build with Expat support, to get syscall info.
...
svn path=/nixpkgs/trunk/; revision=18009
2009-10-28 22:25:50 +00:00
Ludovic Courtès
f7947871a3
GNU Guile 1.9 with coverage analysis builds.
...
svn path=/nixpkgs/trunk/; revision=17994
2009-10-28 16:16:23 +00:00
Eelco Dolstra
82baac23a7
* Idem for gtk-libs/2.16.
...
svn path=/nixpkgs/trunk/; revision=17993
2009-10-28 15:31:52 +00:00
Eelco Dolstra
5398eceff3
* Getting rid of gtk-libs by moving the packages in gtk-libs to
...
development/libraries/{glib,gtk+,pango,atk,...}. Done for glib/gtk+
1.2. Also deleted some obsolete, unused versions (gtkLibs 2.10,
2.12, and 2.14).
svn path=/nixpkgs/trunk/; revision=17992
2009-10-28 15:06:18 +00:00
Eelco Dolstra
f53195f29e
* Improved a bunch of "name" attributes (mostly missing version
...
numbers).
svn path=/nixpkgs/trunk/; revision=17991
2009-10-28 14:06:56 +00:00
Eelco Dolstra
cbfbaf736a
* GNU Indent updated to 2.2.10.
...
svn path=/nixpkgs/trunk/; revision=17990
2009-10-28 13:11:09 +00:00
Eelco Dolstra
cb1b3a0dbe
* Removed an unused glib.
...
svn path=/nixpkgs/trunk/; revision=17989
2009-10-28 13:07:44 +00:00
Eelco Dolstra
e5b02bca70
* Add a missing version number.
...
svn path=/nixpkgs/trunk/; revision=17988
2009-10-28 12:29:13 +00:00
Eelco Dolstra
374bb28dd8
* The libx86 package refers to platforms.netbsd, so add it.
...
svn path=/nixpkgs/trunk/; revision=17987
2009-10-28 12:25:06 +00:00
Eelco Dolstra
41879a5c74
* Linux 2.6.27.38.
...
svn path=/nixpkgs/trunk/; revision=17985
2009-10-28 12:07:00 +00:00
Eelco Dolstra
64f2e5d8e4
* Firefox 3.5.4.
...
svn path=/nixpkgs/trunk/; revision=17984
2009-10-28 11:47:48 +00:00
Michael Raskin
658b350235
Remove duplicate declaration
...
svn path=/nixpkgs/trunk/; revision=17982
2009-10-28 05:25:52 +00:00
Michael Raskin
ab85fbeec4
Updating fbterm
...
svn path=/nixpkgs/trunk/; revision=17981
2009-10-27 23:49:59 +00:00
Michael Raskin
cd04c58fe2
Allow not-that-shallow git fetches; enable it for uzbl
...
svn path=/nixpkgs/trunk/; revision=17980
2009-10-27 19:52:01 +00:00
Marc Weber
a7261348d8
Netsurf update
...
svn path=/nixpkgs/trunk/; revision=17978
2009-10-27 17:46:45 +00:00
Marc Weber
748dd33b25
hg2git has been put into repo fast-export. make it work again
...
svn path=/nixpkgs/trunk/; revision=17977
2009-10-27 17:46:37 +00:00
Rob Vermaas
d129a6ce87
amazon ec2 api tools
...
svn path=/nixpkgs/trunk/; revision=17975
2009-10-27 12:51:09 +00:00
Rob Vermaas
93ab1e0724
amazon ec2 api tools
...
svn path=/nixpkgs/trunk/; revision=17974
2009-10-27 12:48:26 +00:00
Lluís Batlle i Rossell
b91ebb6f40
Fixing cdrdao, getting also mp3 and ogg support in it.
...
svn path=/nixpkgs/trunk/; revision=17972
2009-10-26 23:03:47 +00:00
Lluís Batlle i Rossell
0c4c01f6c9
Adding bsdgames and miscfiles (this later, for 'words')
...
I could not easily make some bsdgames build or install. Too much patching
against the installer trying to write beyond the nix store.
svn path=/nixpkgs/trunk/; revision=17971
2009-10-26 23:03:36 +00:00
Ludovic Courtès
26d2ee22e2
GNU GRUB 1.97.
...
svn path=/nixpkgs/trunk/; revision=17965
2009-10-26 13:58:58 +00:00
Ludovic Courtès
37b42b3ab7
Linux: Enable `sdhci', for Ricoh SD readers.
...
svn path=/nixpkgs/trunk/; revision=17954
2009-10-25 15:22:54 +00:00
Michael Raskin
27251483f1
Allow libxslt to get extra arguments as it is inside deepOverride from webkit
...
svn path=/nixpkgs/trunk/; revision=17953
2009-10-24 20:10:03 +00:00
Michael Raskin
e618a80968
Adding vbetool
...
svn path=/nixpkgs/trunk/; revision=17952
2009-10-24 19:58:07 +00:00
Eelco Dolstra
2bdf38dab2
* Updated GTK+, Glib.
...
* Build GTK+ with CUPS support (mostly to get decent printing in
Firefox).
svn path=/nixpkgs/trunk/; revision=17951
2009-10-24 17:29:37 +00:00
Michael Raskin
bd7526951e
Adding Links2
...
svn path=/nixpkgs/trunk/; revision=17949
2009-10-24 15:39:54 +00:00
Michael Raskin
742dcbc12e
Update Wine
...
svn path=/nixpkgs/trunk/; revision=17947
2009-10-23 23:27:59 +00:00
Eelco Dolstra
309c8348b4
* Some more Catalyst updates.
...
svn path=/nixpkgs/trunk/; revision=17943
2009-10-23 14:57:44 +00:00
Eelco Dolstra
b578e0d353
* Work around an apparent bug in the Nix expression lexer (it doesn't
...
accept $' in ''-strings).
svn path=/nixpkgs/trunk/; revision=17942
2009-10-23 13:41:11 +00:00
Marc Weber
30006470aa
sry
...
svn path=/nixpkgs/trunk/; revision=17939
2009-10-23 11:30:20 +00:00
Marc Weber
8f588a421d
really fix php xdebug
...
svn path=/nixpkgs/trunk/; revision=17936
2009-10-23 08:56:46 +00:00
Eelco Dolstra
a565a82e4e
svn path=/nixpkgs/trunk/; revision=17934
2009-10-23 07:34:56 +00:00
Michael Raskin
a9a462f13d
Try to add missing flip function for NixOS
...
svn path=/nixpkgs/trunk/; revision=17933
2009-10-23 07:00:15 +00:00
Michael Raskin
59613ffe56
Updating uzbl-experimental
...
svn path=/nixpkgs/trunk/; revision=17932
2009-10-23 05:26:02 +00:00
Michael Raskin
fe7d9bae06
Updating WebKit
...
svn path=/nixpkgs/trunk/; revision=17931
2009-10-23 05:24:29 +00:00
Michael Raskin
c6c9129761
Removing references to old zen-kernels that are in archived branches; Updating from zen-sources.org to zen-kernel.org; Updating revision; Adding patch by Pierre to enable external hubs
...
svn path=/nixpkgs/trunk/; revision=17930
2009-10-23 05:21:54 +00:00
Marc Weber
bbaf9acc0e
fix php compilation without xdebug. Not using xdebug is the default now xdebug update to 2.0.5 because I had strange behaviour while running a piece of code
...
svn path=/nixpkgs/trunk/; revision=17927
2009-10-22 16:49:07 +00:00
Marc Weber
0d76da3b6f
new: openjade, opensp - by Russell O'Connor
...
svn path=/nixpkgs/trunk/; revision=17926
2009-10-22 15:41:39 +00:00
Marc Weber
9252996ae7
ktorrent update - by Russell O'Connor
...
svn path=/nixpkgs/trunk/; revision=17925
2009-10-22 15:41:37 +00:00
Marc Weber
efca5daeb7
tell skype where to find its resources - by Russell O'Connor
...
svn path=/nixpkgs/trunk/; revision=17924
2009-10-22 15:41:34 +00:00
Eelco Dolstra
3af9d9e586
* Updated DBIx::Class.
...
svn path=/nixpkgs/trunk/; revision=17917
2009-10-21 15:40:14 +00:00
Eelco Dolstra
f8bd8467ae
* Give SRPMs a different build product type.
...
svn path=/nixpkgs/trunk/; revision=17912
2009-10-21 13:34:17 +00:00
Ludovic Courtès
c26eacc555
SDL 1.2.14.
...
svn path=/nixpkgs/trunk/; revision=17911
2009-10-21 13:21:22 +00:00
Ludovic Courtès
44856bc4d0
SDL: Disable OSS support.
...
svn path=/nixpkgs/trunk/; revision=17910
2009-10-21 13:21:18 +00:00
Eelco Dolstra
21ddf5e52e
* Linux 2.6.27.37.
...
svn path=/nixpkgs/trunk/; revision=17909
2009-10-21 13:07:09 +00:00
Michael Raskin
bed14405fb
Fix gtkglext build
...
svn path=/nixpkgs/trunk/; revision=17906
2009-10-21 07:02:04 +00:00
Michael Raskin
cfb6be6e31
Add gtkglext
...
svn path=/nixpkgs/trunk/; revision=17905
2009-10-20 22:20:58 +00:00
Ludovic Courtès
be6b6b73f9
Add Emacs Scala-Mode.
...
svn path=/nixpkgs/trunk/; revision=17904
2009-10-20 15:12:29 +00:00
Peter Simons
4cf582c570
pkgs/applications/version-management/git-and-tools/git/default.nix: dropped 'set -x' from builder script
...
svn path=/nixpkgs/trunk/; revision=17903
2009-10-20 14:08:58 +00:00
Peter Simons
2139d48872
pkgs/applications/version-management/git-and-tools/git/default.nix: updated to version 1.6.5.1
...
svn path=/nixpkgs/trunk/; revision=17902
2009-10-20 14:08:53 +00:00
Sander van der Burg
0d4ded84d9
Changed the jetty-gwt JAR file name, since we don't want to have hashes in our file names
...
svn path=/nixpkgs/trunk/; revision=17895
2009-10-20 12:24:13 +00:00
Peter Simons
90dd9d14bf
python-2.6: fixed build on Darwin
...
* Dropped "nolongdouble.patch". The patch no longer applies to Python 2.6, and
apparently isn't required anymore either.
* Added access to native Darwin arch utility. Python tries to run 'arch' in
the configure stage, but that binary reside in /usr/bin. To make it
available to the expression, the small wrapper darwinArchUtility is added as
a buildInput if appropriate.
* Don't pass --enable-shared. The build fails if we try to enable building of
shared libraries, apparently because some required libraries aren't linked,
i.e. the linker call isn't right.
TODO:
* Figure out how to enable shared linking.
* The resulting binary on Darwin seem to lack the binascii module.
svn path=/nixpkgs/trunk/; revision=17894
2009-10-20 12:13:49 +00:00
Peter Simons
97166d8a20
distcc 3.1: initial version
...
svn path=/nixpkgs/trunk/; revision=17893
2009-10-20 11:54:49 +00:00
Eelco Dolstra
24661f4c45
svn path=/nixpkgs/trunk/; revision=17892
2009-10-20 10:33:38 +00:00