Sander van der Burg
3b65d90edf
Removed all root ownership stuff, so that the kernel modules will install in a chroot environment
...
svn path=/nixpkgs/trunk/; revision=20103
2010-02-18 14:04:22 +00:00
Sander van der Burg
2fb201871b
Running the guest additions build in a chroot environment will not install the kernel modules. Removing the ownership attributes might prevents this
...
svn path=/nixpkgs/trunk/; revision=20097
2010-02-18 13:09:49 +00:00
Peter Simons
c7e5f6a80b
pkgs/applications/version-management/git-and-tools/git: version 1.7.0 needs Python
...
svn path=/nixpkgs/trunk/; revision=20096
2010-02-18 12:08:39 +00:00
Marc Weber
8acdb419c6
fix git-fast-import by using a correct tar.gz
...
svn path=/nixpkgs/trunk/; revision=20086
2010-02-18 01:49:45 +00:00
Marc Weber
662a933eb0
fix mercurial gui (python lib path still pointed to 2.5 bet python 2.6 is used now)
...
svn path=/nixpkgs/trunk/; revision=20085
2010-02-18 01:49:41 +00:00
Marc Weber
4007d19700
fix vim_configurable
...
svn path=/nixpkgs/trunk/; revision=20084
2010-02-18 01:49:22 +00:00
Peter Simons
6a48baead3
pkgs/applications/version-management/git-and-tools/git: updated to version 1.7.0
...
svn path=/nixpkgs/trunk/; revision=20083
2010-02-18 00:28:24 +00:00
Peter Simons
200c07d817
pkgs/applications/version-management/git-and-tools/git: added myself to the list of maintainers
...
svn path=/nixpkgs/trunk/; revision=20082
2010-02-18 00:28:15 +00:00
Sander van der Burg
b036ee727a
Fixed installation of virtualbox kernel modules
...
svn path=/nixpkgs/trunk/; revision=20077
2010-02-17 16:13:53 +00:00
Lluís Batlle i Rossell
c9b077f296
Updating freemind, and making it build.
...
(A hack about mkdir... strange ant. I don't know how it is supposed to work)
svn path=/nixpkgs/trunk/; revision=20061
2010-02-16 21:29:35 +00:00
Lluís Batlle i Rossell
b07babb810
Updating homebank.
...
svn path=/nixpkgs/trunk/; revision=20058
2010-02-16 17:49:24 +00:00
Sander van der Burg
30b6f037a0
Upgraded VirtualBox to 3.1.4 which also fixes problems in recent NixOS releases. It took me a while to upgrade this, since the installer is different compared to older releases.
...
svn path=/nixpkgs/trunk/; revision=20057
2010-02-16 16:10:01 +00:00
Peter Simons
7fd8b772db
pkgs/applications/version-management/rcs/default.nix: meta.platforms is not a list
...
svn path=/nixpkgs/trunk/; revision=20053
2010-02-16 14:19:07 +00:00
Sander van der Burg
1033f5e6fa
Oops: forgot to change version number in the name
...
svn path=/nixpkgs/trunk/; revision=20034
2010-02-15 22:54:08 +00:00
Marco Maggesi
513d653d68
Add HOL Light and its dependencies.
...
Add pkgs/applications/science/logic/hol_light
and pkgs/applications/science/emacs-modes/hol_light
Some functionalities of HOL Light requires the compiled sources of
OCaml. For now we provide a new package ocaml_with_sources. After
this shuold be merged with the current version of OCaml already
present in nixpkgs.
svn path=/nixpkgs/trunk/; revision=20008
2010-02-15 11:00:02 +00:00
Lluís Batlle i Rossell
9dc143e9aa
Updating the flash player 10 for linux.
...
svn path=/nixpkgs/trunk/; revision=20003
2010-02-15 08:49:02 +00:00
Sander van der Burg
7b17fdc916
Upgraded VirtualBox to 3.1.4
...
svn path=/nixpkgs/trunk/; revision=19993
2010-02-14 21:27:13 +00:00
Ludovic Courtès
5fe8c274d5
GNU IceCat: Fix the file name of `firefox.js'.
...
svn path=/nixpkgs/trunk/; revision=19990
2010-02-14 14:16:15 +00:00
Ludovic Courtès
ac4cd45459
GNU IceCat: Fix typo.
...
svn path=/nixpkgs/trunk/; revision=19989
2010-02-14 11:37:45 +00:00
Marc Weber
92c42c9000
fix gimp plugins, webkit build
...
svn path=/nixpkgs/trunk/; revision=19988
2010-02-14 00:33:57 +00:00
Ludovic Courtès
928f2c52e1
GNU IceCat: Fix the fix.
...
svn path=/nixpkgs/trunk/; revision=19987
2010-02-13 22:46:25 +00:00
Ludovic Courtès
0276958fed
GNU IceCat: Attempt to work around known bugs.
...
svn path=/nixpkgs/trunk/; revision=19986
2010-02-13 22:36:48 +00:00
Ludovic Courtès
62665b519e
Add GNU TeXmacs.
...
svn path=/nixpkgs/trunk/; revision=19985
2010-02-13 19:22:16 +00:00
Marc Weber
58747b8bf2
rxvt-unicode upgrade to 9.0.7 - didn't compile
...
svn path=/nixpkgs/trunk/; revision=19984
2010-02-13 17:39:27 +00:00
Marc Weber
edc1d89a45
update git-1.6.6.2
...
svn path=/nixpkgs/trunk/; revision=19983
2010-02-13 17:39:25 +00:00
Lluís Batlle i Rossell
683688f476
Updating skype. Finally!
...
I think that patchelf was breaking the binary, and I decided to use a wrapper
with a LD_LIBRARY_PATH.
svn path=/nixpkgs/trunk/; revision=19968
2010-02-12 23:19:37 +00:00
Eelco Dolstra
4e0ccd63b3
* In NixOS chroot builds, there is no root account. So rcs' configure
...
should not rely on its existence in deciding whether to use
getpwuid(). Not using getpwuid() causes rcs to fail with "ci:
setuid not supported".
svn path=/nixpkgs/trunk/; revision=19957
2010-02-12 14:27:26 +00:00
Marc Weber
ec88f45c93
fix build of procmail
...
svn path=/nixpkgs/trunk/; revision=19944
2010-02-12 04:07:41 +00:00
Lluís Batlle i Rossell
76c8738552
Adding the GAP gimp plugin, and making nix-env recurse into the gimp plugins attribute set.
...
svn path=/nixpkgs/trunk/; revision=19936
2010-02-11 15:08:05 +00:00
Lluís Batlle i Rossell
8da211ed32
Making openoffice build in chroot (where there is no root in /etc/passwd)
...
svn path=/nixpkgs/trunk/; revision=19935
2010-02-11 15:08:00 +00:00
Eelco Dolstra
8fab70fde3
* redland: make the dependency on postgresql, mysql, sqlite and db4
...
optional. It's really not necessary for KDE to depend on four
different databases...
svn path=/nixpkgs/trunk/; revision=19932
2010-02-11 14:31:49 +00:00
Ludovic Courtès
8004163ff3
TopGit: Use `fetchgit' rather than relying on Gitweb-generated tarballs.
...
Gitweb's tarballs change overtime, probably because they are generated
on-demand and files have different timestamps.
svn path=/nixpkgs/trunk/; revision=19896
2010-02-10 11:28:22 +00:00
Eelco Dolstra
b0376d16a2
* Updated GNU hello to 2.5. This also gets rid of the unintentional
...
"hello-2.3x26" commit.
svn path=/nixpkgs/trunk/; revision=19877
2010-02-09 10:41:39 +00:00
Ludovic Courtès
b34165054d
Ratpoison: Fix glibc 2.11 builds.
...
svn path=/nixpkgs/trunk/; revision=19867
2010-02-08 15:33:18 +00:00
Ludovic Courtès
637746b9cc
WordNet: Fix URL; add `meta.maintainers'.
...
svn path=/nixpkgs/trunk/; revision=19863
2010-02-08 13:53:16 +00:00
Ludovic Courtès
baebba7d05
GKrellM 2.3.4.
...
svn path=/nixpkgs/trunk/; revision=19861
2010-02-08 13:24:22 +00:00
Eelco Dolstra
d8c6bb130c
* Sync with the trunk one last time.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19849
2010-02-05 23:06:36 +00:00
Eelco Dolstra
aee659e1e2
* Fix various broken URLs / mirrors.
...
* Updated tcpdump, ImageMagick, lsof.
svn path=/nixpkgs/trunk/; revision=19847
2010-02-05 22:00:51 +00:00
Eelco Dolstra
8c8631d974
* Don't set `platforms' on Google Earth because we don't want Hydra to
...
build it.
svn path=/nixpkgs/trunk/; revision=19839
2010-02-05 19:22:26 +00:00
Eelco Dolstra
631ea03875
* Fix / disable some packages that give evaluation errors in Hydra.
...
svn path=/nixpkgs/trunk/; revision=19833
2010-02-05 14:13:25 +00:00
Lluís Batlle i Rossell
df0800e91d
Updating from trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19825
2010-02-04 19:08:28 +00:00
Eelco Dolstra
79df27d45b
* Subversion 1.6.9.
...
svn path=/nixpkgs/trunk/; revision=19791
2010-02-03 18:39:13 +00:00
Eelco Dolstra
a617a7c239
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19786
2010-02-03 14:23:43 +00:00
Eelco Dolstra
b6943f0056
* Clean up the Lynx expression a bit.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19775
2010-02-03 12:24:03 +00:00
Lluís Batlle i Rossell
8beaa7ab63
Updating eaglemode.
...
svn path=/nixpkgs/trunk/; revision=19749
2010-02-01 16:07:59 +00:00
Ludovic Courtès
d5219beafc
GNU IceCat 3.6: Disable WiFi stuff for now.
...
svn path=/nixpkgs/trunk/; revision=19744
2010-02-01 09:16:56 +00:00
Ludovic Courtès
8a57c8bf35
Add mpc123, a Musepack command-line player.
...
svn path=/nixpkgs/trunk/; revision=19722
2010-01-28 22:34:27 +00:00
Ludovic Courtès
7f213f0403
GNU IceCat: Add missing dependency.
...
svn path=/nixpkgs/trunk/; revision=19720
2010-01-28 21:13:04 +00:00
Ludovic Courtès
87e7334e64
GNU IceCat: Stick to good ol' bzip2 for now.
...
svn path=/nixpkgs/trunk/; revision=19712
2010-01-27 15:25:31 +00:00
Ludovic Courtès
828985f2d7
GNU IceCat 3.6.
...
svn path=/nixpkgs/trunk/; revision=19702
2010-01-27 08:53:31 +00:00
Lluís Batlle i Rossell
8e55fad6d1
Adding homebank, personal finance software.
...
svn path=/nixpkgs/trunk/; revision=19698
2010-01-26 22:22:11 +00:00
Ludovic Courtès
ca9dcb28a1
topgit: Fix.
...
svn path=/nixpkgs/trunk/; revision=19695
2010-01-26 21:45:07 +00:00
Eelco Dolstra
7eff18fa03
* Fixed xscreensaver (it couldn't find the X headers/libraries
...
anymore).
svn path=/nixpkgs/branches/stdenv-updates/; revision=19694
2010-01-26 21:40:32 +00:00
Ludovic Courtès
ecc992b7b1
topgit: Get a genuine source tarball; install `README'.
...
svn path=/nixpkgs/trunk/; revision=19693
2010-01-26 21:26:01 +00:00
Eelco Dolstra
fae05e6328
* Build on GCC 4.4.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19677
2010-01-26 15:27:18 +00:00
Eelco Dolstra
e907369c62
* Applied a patch to make Pan build with GCC 4.4.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19667
2010-01-26 14:48:44 +00:00
Lluís Batlle i Rossell
bb0a18daac
Adding some kind of build expression for money manager ex.
...
It expects to find its resource files in '.', and it also wants to write at '.'.
I think this has to be fixed upstream.
svn path=/nixpkgs/trunk/; revision=19655
2010-01-25 21:40:52 +00:00
Lluís Batlle i Rossell
bcba809460
Updating from trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19654
2010-01-25 18:52:07 +00:00
Lluís Batlle i Rossell
029cd0a213
Adding gtkhtml, another program needed for gnucash to build.
...
I thought gtkhtml was not needed, and in my previous commit I removed it as a gnucash dependency.
svn path=/nixpkgs/trunk/; revision=19639
2010-01-24 22:07:53 +00:00
Lluís Batlle i Rossell
6f462d2c7c
Adding (quite blindly) some gnome packages to get gnucash built.
...
svn path=/nixpkgs/trunk/; revision=19638
2010-01-24 21:32:09 +00:00
Eelco Dolstra
c7194fe7cf
* Added Firefox 3.6. It's not entirely stable yet though. In
...
particular it segfaults with the `-P' option.
svn path=/nixpkgs/trunk/; revision=19606
2010-01-21 22:23:59 +00:00
Eelco Dolstra
b8f106abd7
* Throw away some old versions of Firefox.
...
svn path=/nixpkgs/trunk/; revision=19604
2010-01-21 21:14:22 +00:00
Lluís Batlle i Rossell
a3e4c7640f
Updating meshlab.
...
Their build system has changed, and the source tree they distribute too, so the
dependencies changed a bit.
To get meshlab working, I update lib3ds and add levmar.
svn path=/nixpkgs/trunk/; revision=19595
2010-01-21 14:39:53 +00:00
Michael Raskin
247d4ae098
Update pstree
...
svn path=/nixpkgs/trunk/; revision=19593
2010-01-21 10:06:17 +00:00
Lluís Batlle i Rossell
8640725ca4
Updating meshlab
...
svn path=/nixpkgs/trunk/; revision=19592
2010-01-21 09:49:10 +00:00
Lluís Batlle i Rossell
13733f6f94
Updating gtkwave
...
svn path=/nixpkgs/trunk/; revision=19591
2010-01-21 09:49:06 +00:00
Ludovic Courtès
98b73c1306
cvs: Fix getcwd() from Gnulib so that it works in chroots.
...
svn path=/nixpkgs/trunk/; revision=19564
2010-01-20 11:08:50 +00:00
Eelco Dolstra
4e65c8aa2a
* Use patchelf 0.5.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19548
2010-01-19 17:15:47 +00:00
Michael Raskin
ca68ccdaf4
Update ikiwiki
...
svn path=/nixpkgs/trunk/; revision=19537
2010-01-19 11:54:04 +00:00
Ludovic Courtès
5143789a4d
git: Remove extra `meta.license' tag.
...
svn path=/nixpkgs/trunk/; revision=19527
2010-01-18 16:49:19 +00:00
Ludovic Courtès
88646b77e1
git: Augment meta' so that
gitFull' gets built by Hydra.
...
svn path=/nixpkgs/trunk/; revision=19526
2010-01-18 16:07:48 +00:00
Ludovic Courtès
b8bb0ce6dd
Add `gitFull'.
...
svn path=/nixpkgs/trunk/; revision=19525
2010-01-18 16:07:44 +00:00
Michael Raskin
cfcadb5967
Montone update
...
svn path=/nixpkgs/trunk/; revision=19512
2010-01-17 23:38:12 +00:00
Lluís Batlle i Rossell
47735a06c3
Adding rawtherapee svn r25
...
svn path=/nixpkgs/trunk/; revision=19500
2010-01-17 17:49:35 +00:00
Alexander Tsamutali
b207890b81
applications/misc/epdfview: New package.
...
svn path=/nixpkgs/trunk/; revision=19498
2010-01-17 01:39:29 +00:00
Lluís Batlle i Rossell
063ef1925d
Adding digikam and kipi-plugins for kde4.
...
svn path=/nixpkgs/trunk/; revision=19488
2010-01-16 20:13:20 +00:00
Lluís Batlle i Rossell
df68759142
Updating from trunk, to get the new mldonkey.
...
Cleaning the mldonkey expression to build with the ocaml native compiler in some
platforms, and with the bytecode in others.
Removing the flag to support ocaml-3.11.1, as it is included in this new
version of mldonkey.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19487
2010-01-16 16:41:33 +00:00
Lluís Batlle i Rossell
68c9d127ed
Updating mldonkey, and adding more build-type add-ons.
...
svn path=/nixpkgs/trunk/; revision=19486
2010-01-16 16:31:52 +00:00
Lluís Batlle i Rossell
70dd97620c
Updating from trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19485
2010-01-16 15:19:23 +00:00
Lluís Batlle i Rossell
659a9a835a
Fixing the slim build in gcc 4.4
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19482
2010-01-16 15:02:46 +00:00
Lluís Batlle i Rossell
916e0f3840
Updating paraview.
...
svn path=/nixpkgs/trunk/; revision=19478
2010-01-16 11:05:17 +00:00
Lluís Batlle i Rossell
89944b6cf0
Updating unison.
...
svn path=/nixpkgs/trunk/; revision=19468
2010-01-15 15:09:46 +00:00
Michael Raskin
e1604101fe
Fix Dia source link
...
svn path=/nixpkgs/trunk/; revision=19463
2010-01-15 10:51:44 +00:00
Lluís Batlle i Rossell
9183f21f7e
Merging from trunk.
...
I fixed conflicts regarding the renaming 'kernel' -> 'linux' in all-packages.
Also a small conflict in all-packages about making openssl overridable.
And I some linux 2.6.31-zen kernel files also marked in conflict.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19438
2010-01-14 14:49:31 +00:00
Sander van der Burg
f00b7292e7
Stole a patch from cblfs.cross-lfs.org to fix compilation errors with glibc 2.11
...
svn path=/nixpkgs/trunk/; revision=19431
2010-01-14 12:29:54 +00:00
Ludovic Courtès
5080aa43d3
GNUnet: Add `meta.platforms'.
...
svn path=/nixpkgs/trunk/; revision=19414
2010-01-13 21:34:45 +00:00
Sander van der Burg
6608d55291
Updated VirtualBox to version 3.1.2
...
svn path=/nixpkgs/trunk/; revision=19406
2010-01-13 16:14:22 +00:00
Eelco Dolstra
de360dbe76
* Firefox 3.0.17.
...
svn path=/nixpkgs/trunk/; revision=19392
2010-01-13 13:21:06 +00:00
Peter Simons
a5b5690be7
pkgs/applications/science/math/maxima: updated to version 5.20.1
...
svn path=/nixpkgs/trunk/; revision=19380
2010-01-12 21:39:23 +00:00
Armijn Hemel
577f4d8325
update to 2.6.5, also add python dependency for extensions and all that
...
svn path=/nixpkgs/trunk/; revision=19352
2010-01-11 13:25:05 +00:00
Eelco Dolstra
cdc307536c
* Firefox 3.5.7.
...
svn path=/nixpkgs/trunk/; revision=19349
2010-01-11 10:43:29 +00:00
Ludovic Courtès
8048817e1e
GNU IceCat 3.5.7.
...
svn path=/nixpkgs/trunk/; revision=19348
2010-01-11 10:16:50 +00:00
Lluís Batlle i Rossell
2cbbaa62ae
Updating calibre.
...
I still have not been able to convert any single book to lrf with this calibre.
There may be some tool missing, but I don't guess what.
svn path=/nixpkgs/trunk/; revision=19310
2010-01-08 20:30:24 +00:00
Ludovic Courtès
ed8858f9c0
GNU gv 3.6.8.
...
svn path=/nixpkgs/trunk/; revision=19305
2010-01-08 09:31:01 +00:00
Lluís Batlle i Rossell
a4473b8205
Adding calibre. This involved also:
...
- Adding podofo
- Adding some new python packages
- Making new pkgs attributes for python packages to build with python 2.6
- Updating some python packages expressions to allow python 2.6, and not only 2.5.
svn path=/nixpkgs/trunk/; revision=19303
2010-01-07 22:47:30 +00:00
Alexander Tsamutali
24640da88a
applications/window-managers/xcompmgr: New package.
...
svn path=/nixpkgs/trunk/; revision=19272
2010-01-06 20:45:43 +00:00
Eelco Dolstra
d725008855
* IceWM updated to 1.2.37.
...
svn path=/nixpkgs/trunk/; revision=19244
2010-01-05 22:48:10 +00:00
Armijn Hemel
f8106c5cf6
update to 2.6.8, python problems still persist
...
svn path=/nixpkgs/trunk/; revision=19235
2010-01-05 14:19:00 +00:00
Armijn Hemel
ae80a8ed48
update to 3.0.7, requires perl now
...
svn path=/nixpkgs/trunk/; revision=19231
2010-01-05 12:29:58 +00:00
Ludovic Courtès
bfb476c7d6
GNUnet 0.8.1.
...
svn path=/nixpkgs/trunk/; revision=19219
2010-01-05 11:16:42 +00:00
Andres Löh
e9bb8f666a
Haskell libs version bumps in order to improve ghc-6.12.1 compatibility.
...
svn path=/nixpkgs/trunk/; revision=19211
2010-01-04 17:40:51 +00:00
Rob Vermaas
c5157f7d9d
re-added libjpeg62 for chrome, updated chrome
...
svn path=/nixpkgs/trunk/; revision=19199
2010-01-04 07:47:32 +00:00
Marc Weber
bbf8253985
adding debug version of i686 flash player. See comments
...
svn path=/nixpkgs/trunk/; revision=19195
2010-01-04 07:44:24 +00:00
Eelco Dolstra
05fce85edc
* Thunderbird 3.0. It doesn't use the Xulrunner package, as building
...
against an external Xulrunner seems to be unsupported currently.
svn path=/nixpkgs/trunk/; revision=19169
2010-01-02 13:21:50 +00:00
Eelco Dolstra
0dc9f7dd4f
* Put the Thunderbird 2 and 3 expressions in one directory.
...
svn path=/nixpkgs/trunk/; revision=19167
2010-01-01 16:35:43 +00:00
Armijn Hemel
c8af5fd4dc
update to 1.2.4
...
svn path=/nixpkgs/trunk/; revision=19162
2009-12-30 22:11:43 +00:00
Armijn Hemel
cd2a151621
remove some old versions of qemu. svn version has also been outdated, but I'm not removing that one yet
...
svn path=/nixpkgs/trunk/; revision=19158
2009-12-30 18:02:07 +00:00
Armijn Hemel
8772bf65b0
add 0.12.1
...
svn path=/nixpkgs/trunk/; revision=19151
2009-12-30 12:56:08 +00:00
Rob Vermaas
6f41d4d034
different hash flash player 10
...
svn path=/nixpkgs/trunk/; revision=19149
2009-12-30 07:17:42 +00:00
Lluís Batlle i Rossell
d864771e26
Updating from trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19139
2009-12-28 11:40:34 +00:00
Armijn Hemel
d993cf0f5f
add voice and video
...
svn path=/nixpkgs/trunk/; revision=19136
2009-12-27 16:49:08 +00:00
Armijn Hemel
67f39a0ca9
update to 0.99.2
...
svn path=/nixpkgs/trunk/; revision=19129
2009-12-25 21:30:46 +00:00
Armijn Hemel
500f81e68d
update to 1.5.20, add perl as extra dependency
...
svn path=/nixpkgs/trunk/; revision=19127
2009-12-25 20:02:31 +00:00
Armijn Hemel
ec3285843f
update to 1.0.4
...
svn path=/nixpkgs/trunk/; revision=19123
2009-12-25 19:22:25 +00:00
Armijn Hemel
c066f11f80
update to 3.0.6
...
svn path=/nixpkgs/trunk/; revision=19120
2009-12-25 18:33:44 +00:00
Armijn Hemel
c79eb46c7e
update to 2.7.1
...
svn path=/nixpkgs/trunk/; revision=19119
2009-12-25 18:27:48 +00:00
Armijn Hemel
2009c65a99
konversation project website has moved, konversation.org has been abandoned
...
svn path=/nixpkgs/trunk/; revision=19117
2009-12-25 17:17:24 +00:00
Armijn Hemel
29bd8e55f8
update to 0.8.14
...
svn path=/nixpkgs/trunk/; revision=19116
2009-12-25 17:15:44 +00:00
Armijn Hemel
60e4c3e9ab
update to 2009.4.0
...
svn path=/nixpkgs/trunk/; revision=19115
2009-12-25 16:58:17 +00:00
Armijn Hemel
18455cb9bc
update to 0.97, use mirror and sha256
...
svn path=/nixpkgs/trunk/; revision=19114
2009-12-25 16:13:58 +00:00
Armijn Hemel
3093cbc10d
update to 2.8.1
...
svn path=/nixpkgs/trunk/; revision=19113
2009-12-25 15:45:06 +00:00
Armijn Hemel
0814a30d2c
update to 2.8.7
...
svn path=/nixpkgs/trunk/; revision=19111
2009-12-25 14:34:11 +00:00
Armijn Hemel
a53ab8a2e7
update to 1.3.2
...
svn path=/nixpkgs/trunk/; revision=19107
2009-12-25 12:38:08 +00:00
Armijn Hemel
4f84a616d9
update to 2.2.1
...
svn path=/nixpkgs/trunk/; revision=19097
2009-12-24 21:37:18 +00:00
Lluís Batlle i Rossell
bcc9c9ab1e
Updated xaos to 3.5
...
svn path=/nixpkgs/trunk/; revision=19096
2009-12-24 17:02:44 +00:00
Lluís Batlle i Rossell
c82d342017
Ouch.
...
I have a race condition between my commits and tests for the expressions I commit.
svn path=/nixpkgs/trunk/; revision=19095
2009-12-24 15:02:31 +00:00
Lluís Batlle i Rossell
1d70efa3c8
Adding xlsfonts, and adding meta information to xfontsel.
...
svn path=/nixpkgs/trunk/; revision=19094
2009-12-24 14:59:57 +00:00
Lluís Batlle i Rossell
4354cf8a6b
Cleaning the xfontsel expression a bit - I did not want to commit such amount of superfluous
...
words in it, in the recent commit.
svn path=/nixpkgs/trunk/; revision=19093
2009-12-24 14:55:11 +00:00
Lluís Batlle i Rossell
5a4f1b07f4
Adding xfontsel. A bit hacky (to work well, it requires copying its app-defaults to $HOME)
...
As app-defaults should be installed with the libXt (maybe it's libXt which loads them), and
stracing that is the place where the code looks for app-defaults (the libXt store path), I
don't know of any better solution in nixpkgs by now.
svn path=/nixpkgs/trunk/; revision=19092
2009-12-24 14:48:36 +00:00
Armijn Hemel
2e6b173032
update to 2.6.4. voice and video are not working atm
...
svn path=/nixpkgs/trunk/; revision=19086
2009-12-23 21:05:29 +00:00
Lluís Batlle i Rossell
5955f25623
Updating the googleearth version (we follow the binary contents of their single-URL package)
...
svn path=/nixpkgs/trunk/; revision=19083
2009-12-23 19:55:58 +00:00
Eelco Dolstra
6eb6fec8a1
* Firefox 3.5.6.
...
svn path=/nixpkgs/trunk/; revision=19075
2009-12-22 09:07:19 +00:00
Lluís Batlle i Rossell
7ee537f955
Getting a new gcc-wrapper on the way. After gnat-wrapper, I introduce
...
ghdl-wrapper.
I made the gcc-4.3.4 expression allow the 'vhdl' language through ghdl.
The ghdl developer recommends this gcc version; maybe it would work with
gcc-4.4. If not this ghdl version, maybe next versions.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19071
2009-12-21 23:02:06 +00:00
Ludovic Courtès
310d6e4bbf
Update from trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19066
2009-12-21 11:09:23 +00:00
Lluís Batlle i Rossell
4fc8cd8d35
Adding gtkwave, to view waves generated by ghdl.
...
svn path=/nixpkgs/trunk/; revision=19065
2009-12-21 10:35:50 +00:00
Marc Weber
1106d431fc
fix various builds by updating perl URI package update perl URI package
...
fix expect: Neither was the executable installed nor the shared library
fix topGit source
update synergy fixing build
svn path=/nixpkgs/trunk/; revision=19064
2009-12-21 08:55:31 +00:00
Lluís Batlle i Rossell
fb82bac2fc
Adding first built version of the gnat compiler for gcc 4.4.
...
Some things don't work:
- The ghdl expression (it still needs the gcc 4.3.4 src, ...)
- The gnat wrappers need to be more generic - now they work only for the
given gnatboot (taken from gentoo) and gnats installed to their $out
store path.
- Using the cloogppl and ppl. We will need our own gnatboot built with c++
libraries for that.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19060
2009-12-21 07:49:31 +00:00
Ludovic Courtès
99f646595c
GNU IceCat 3.5.6.
...
svn path=/nixpkgs/trunk/; revision=19053
2009-12-20 19:49:40 +00:00
Lluís Batlle i Rossell
5bae851b1e
Merging from trunk. I had to give away some structure to build the native
...
sheevaplug kernel, so the kernel does not build in the sheevaplug right now.
I will try to fix that in next commits.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19045
2009-12-19 11:14:16 +00:00
Michael Raskin
1497cacb6e
adding libxcursor dependency
...
svn path=/nixpkgs/trunk/; revision=18930
2009-12-14 00:14:55 +00:00
Michael Raskin
a996d01af9
Adding content. Unfortunately, currently segfaults
...
svn path=/nixpkgs/trunk/; revision=18927
2009-12-14 00:00:11 +00:00
Peter Simons
24c117f98d
pkgs/applications/version-management/git-and-tools/git: updated to version 1.6.5.6
...
svn path=/nixpkgs/trunk/; revision=18917
2009-12-13 13:47:10 +00:00
Lluís Batlle i Rossell
a534f901bb
Updating hugin.
...
svn path=/nixpkgs/trunk/; revision=18915
2009-12-12 18:58:40 +00:00
Lluís Batlle i Rossell
dae3eb2383
Merging from trunk.
...
I resolved two conflicts:
- cmake (trunk fixes + stdenv-updates cross-compiling)
- all-packages (trunk gcc-wrapper2 + stdenv-updates gcc44)
svn path=/nixpkgs/branches/stdenv-updates/; revision=18912
2009-12-12 18:39:09 +00:00
Marc Weber
362f811a7a
Revert "git: allow applying patches by config"
...
This reverts commit rev 18897
I should have used overrideDerivation.
svn path=/nixpkgs/trunk/; revision=18911
2009-12-12 18:10:26 +00:00
Marc Weber
f62924477e
fix hash of libCSS (netsurf browser)
...
svn path=/nixpkgs/trunk/; revision=18908
2009-12-12 00:20:29 +00:00
Marco Maggesi
98aaa4421c
Add expression for Isabelle2009
...
svn path=/nixpkgs/trunk/; revision=18905
2009-12-11 17:00:52 +00:00
Marco Maggesi
218bdaf214
Add expression for ProofGeneral
...
svn path=/nixpkgs/trunk/; revision=18904
2009-12-11 16:18:27 +00:00
Marc Weber
0ceae8f6d1
git: allow applying patches by config
...
svn path=/nixpkgs/trunk/; revision=18897
2009-12-11 13:58:31 +00:00
Marc Weber
5319704f80
removing old bleeding edge cruft replacing it by a niftier version using
...
source regions which are substituded by the tool nix-repository-manager.
See http://github.com/MarcWeber/nix-repository-manager/raw/master/README .
sourceByName is called sourceFromHead now.
updates: MPlayerTrunk, haxe, neko, netsurf, cinelerra, ctags
cinelerra does no longer build due to Xorg update
svn path=/nixpkgs/trunk/; revision=18894
2009-12-11 13:58:23 +00:00