Yury G. Kudryashov
d465b0798c
virtuoso-6.1.5
...
svn path=/nixpkgs/trunk/; revision=33426
2012-03-26 15:07:37 +00:00
Eelco Dolstra
e1b49fe69d
* Drop some recurseIntoAttrs calls.
...
svn path=/nixpkgs/trunk/; revision=33425
2012-03-26 14:22:28 +00:00
Eelco Dolstra
a559cc270e
* Let nix-env only search Python 2.7 packages. Reported by Konrad
...
Hinsen.
We should add a check to enforce that every package/version pair in
"nix-env -qa" is unique :-)
svn path=/nixpkgs/trunk/; revision=33424
2012-03-26 14:07:34 +00:00
Eelco Dolstra
b62900880a
* Fix the build of Task::Catalyst::Tutorial ( http://hydra.nixos.org/build/2307296 ).
...
svn path=/nixpkgs/trunk/; revision=33423
2012-03-26 11:38:49 +00:00
Eelco Dolstra
2d0e07c242
* Don't recurse into perl510Packages. It confuses nix-env -u since it
...
can't distinguish between 5.10 and 5.14 packages. (We should
probably include the Perl version number in the name of Perl
packages, like GHC packages.)
svn path=/nixpkgs/trunk/; revision=33422
2012-03-26 10:22:27 +00:00
Joachim Schiele
9f73f39527
renamed load-sdl-env to load-env-sdl so that 'nix-env -i env-sdl' and 'load-env-sdl' have a common naming scheme
...
svn path=/nixpkgs/trunk/; revision=33421
2012-03-26 10:20:32 +00:00
Russell O'Connor
ec5dda12d2
Reparing stable build of Matita.
...
Also correcting the version and simplifying the prerelease package of Matita.
svn path=/nixpkgs/trunk/; revision=33420
2012-03-25 21:27:30 +00:00
Russell O'Connor
4bccef4db2
Updating hash for ocaml_sqlite3
...
Markus Mottl <markus.mottl@gmail.com> said by email to me that
``Note that this link is served by a Mercurial Apache module, i.e. this
is not static content. It's likely that e.g. tar or bzip2 produce
slightly different output, which would explain changing hashes.
So I guess we shouldn't worry too much about the change in hash?
svn path=/nixpkgs/trunk/; revision=33419
2012-03-25 21:24:23 +00:00
Russell O'Connor
510308e039
Adding a package for a preview release of Matita.
...
svn path=/nixpkgs/trunk/; revision=33418
2012-03-25 20:43:00 +00:00
Lluís Batlle i Rossell
00dc25ba43
Making wrapFirefox also propagate the browser to the userenv, so it gets
...
the manpages. That's useful for vimperator2 for example.
svn path=/nixpkgs/trunk/; revision=33417
2012-03-25 20:21:45 +00:00
Lluís Batlle i Rossell
778abfc6c0
Updating vimprobable2.
...
svn path=/nixpkgs/trunk/; revision=33416
2012-03-25 20:16:01 +00:00
Lluís Batlle i Rossell
0589bffdf4
Typo of semicolon.
...
svn path=/nixpkgs/trunk/; revision=33415
2012-03-25 20:11:32 +00:00
Lluís Batlle i Rossell
f389901fd2
Adding 'tabbed'. I think Alexander Foremny wanted to send this patch
...
long ago, but I could not find it.
svn path=/nixpkgs/trunk/; revision=33414
2012-03-25 20:10:25 +00:00
Shea Levy
343fb0be1e
Add kmod, the replacement for the now-defunct module-init-tools
...
The kmod tools appear to take a flag to name the location of the modules
directory, so we may not need to migrate our module-init-tools patches
svn path=/nixpkgs/trunk/; revision=33413
2012-03-25 20:05:36 +00:00
Peter Simons
31507bc274
nbd: don't try to link -lrt and -lpthread on non-Linux platforms
...
svn path=/nixpkgs/trunk/; revision=33412
2012-03-25 19:40:04 +00:00
Peter Simons
d44e55866a
Updated Haskell packages.
...
- cabal2nix: updated to version 1.30
- cmdargs: updated to version 0.9.5
- derive: updated to version 2.5.6
- hlint: updated to version 1.8.25
- io-choice: added version 0.0.1
svn path=/nixpkgs/trunk/; revision=33411
2012-03-25 19:33:53 +00:00
Peter Simons
a058381657
haskell-ghc-mod: updated to version 1.10.11
...
This expression can now be generated by cabal2nix. Note that it doesn't
propagate Emacs and haskell-mode, though, these dependencies must be
installed by the user in addition to ghc-mod.
To active ghc-mod, add the following snippet to your ~/.emacs file:
(autoload 'ghc-init "ghc" nil t)
(add-hook 'haskell-mode-hook (lambda () (ghc-init)))
svn path=/nixpkgs/trunk/; revision=33410
2012-03-25 19:33:48 +00:00
Peter Simons
48ce33903a
haskell-hoogle: added version 4.2.10
...
svn path=/nixpkgs/trunk/; revision=33409
2012-03-25 18:22:20 +00:00
Peter Simons
41081c4eb0
nbd: re-introduced linking with -lrt, and added an additional -lpthread on top of it
...
Linking these libraries makes sure that they can be found at run-time,
because a proper rpath into the Nix store is added to the generated
executable. Without that rpath, nbd-server will try to load the system's
libpthread.so.0, which may not be what we want.
svn path=/nixpkgs/trunk/; revision=33408
2012-03-25 18:10:30 +00:00
Lluís Batlle i Rossell
fa183b675b
Adding wrapFirefox for midori and vimprobable2, so they can enjoy the flash plugin.
...
OTH, I'd prefer naming the attributes like "midoriWrapped" instead of "midoriWrapper".
But I chose the 2nd to follow the example of those already in all-packages.
svn path=/nixpkgs/trunk/; revision=33406
2012-03-25 13:59:17 +00:00
Lluís Batlle i Rossell
b24bab3873
Getting a much newer version of the openchrome X driver
...
svn path=/nixpkgs/trunk/; revision=33405
2012-03-25 13:53:07 +00:00
Alexander Tsamutali
b1952ce587
desktops/e17: Updated.
...
svn path=/nixpkgs/trunk/; revision=33404
2012-03-25 13:50:39 +00:00
Lluís Batlle i Rossell
e4443dfc8d
Telling hydra to build vimprobable.
...
svn path=/nixpkgs/trunk/; revision=33402
2012-03-25 11:39:43 +00:00
Lluís Batlle i Rossell
2ccec99d8c
Making webkit build further. They want an older perl.
...
svn path=/nixpkgs/trunk/; revision=33401
2012-03-25 11:27:13 +00:00
Michael Raskin
99f198ab9f
Update/fix Midori
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33400
2012-03-25 11:22:32 +00:00
Arie Middelkoop
797c0f86fa
Recovered OCaml 3.11 by using version 3.11.2 and a patch from ocaml's bugtracker.
...
svn path=/nixpkgs/trunk/; revision=33399
2012-03-24 22:59:08 +00:00
Cillian de Roiste
9810e6110f
Upgrading to 2.0.1, bugfix for smb error. Thanks to Kirill Elagin
...
svn path=/nixpkgs/trunk/; revision=33398
2012-03-24 19:52:46 +00:00
Cillian de Roiste
d2d41e9b78
Adding mhwaveedit, a sample editor
...
svn path=/nixpkgs/trunk/; revision=33397
2012-03-24 18:59:26 +00:00
Cillian de Roiste
a305102589
Adding Petri-Foo, a fork of the Specimen sampler project
...
svn path=/nixpkgs/trunk/; revision=33395
2012-03-24 13:22:14 +00:00
Peter Simons
6b0f1dab5c
Updated Haskell packages.
...
- LambdaHack: updated to version 0.2.1
- OpenAL: updated to version 1.4.0.1
- cabal2nix: updated to version 1.29
- unbound: updated to version 0.4.0.1
svn path=/nixpkgs/trunk/; revision=33394
2012-03-24 10:21:48 +00:00
Peter Simons
1aa8a93bf6
pkgs/lib/maintainers.nix: re-enabled my e-mail account for Hydra notifications
...
svn path=/nixpkgs/trunk/; revision=33393
2012-03-24 10:21:43 +00:00
Peter Simons
880dcc2c64
Removed myself as a maintainer from Haskell packages that I don't personally use.
...
By now, it happened twice that a commit broke GHC and thus all Haskell packages
we have in Nixpkgs. On such an occasion, I receive well in excess of 3000
notification e-mails from Hydra, and then I receive another 3000 e-mails after
the bug has been fixed. Under these circumstances, subscribing to these
notifications makes no sense for me.
svn path=/nixpkgs/trunk/; revision=33392
2012-03-24 10:21:28 +00:00
Yury G. Kudryashov
ea335bb574
Calligra-2.4 RC2
...
Blind commit. Let Hydra build it.
svn path=/nixpkgs/trunk/; revision=33391
2012-03-24 06:35:16 +00:00
Peter Simons
e7403a7f63
haskell-permutation: added version 0.4.1
...
svn path=/nixpkgs/trunk/; revision=33389
2012-03-23 21:03:04 +00:00
Yury G. Kudryashov
295971e153
Disable smokekde.attica
...
svn path=/nixpkgs/trunk/; revision=33387
2012-03-23 18:56:41 +00:00
Yury G. Kudryashov
eeb95637ac
Add ksshaskpass
...
Patch supplied by Kirill Elagin, edited by Yury Kudryashov.
svn path=/nixpkgs/trunk/; revision=33386
2012-03-23 18:56:35 +00:00
Rob Vermaas
e1873ada7f
disable notification to Peter Simons for now
...
svn path=/nixpkgs/trunk/; revision=33384
2012-03-23 15:33:35 +00:00
Peter Simons
e58d3914bb
haskell-mode: updated to version 2.8.0.29-g7682f99
...
svn path=/nixpkgs/trunk/; revision=33380
2012-03-23 12:03:23 +00:00
Peter Simons
062c35144d
haskell-monad-control: added version 0.3.1.1
...
svn path=/nixpkgs/trunk/; revision=33379
2012-03-23 12:03:21 +00:00
Peter Simons
952626fc94
haskell-transformers: added version 0.3.0.0
...
svn path=/nixpkgs/trunk/; revision=33378
2012-03-23 12:03:18 +00:00
Peter Simons
f4462f5cad
haskell-yesod-core: updated to version 0.10.3
...
svn path=/nixpkgs/trunk/; revision=33377
2012-03-23 12:03:15 +00:00
Peter Simons
f503c5f728
haskell-resourcet: updated to version 0.3.1
...
svn path=/nixpkgs/trunk/; revision=33376
2012-03-23 12:03:12 +00:00
Peter Simons
39e8ab7157
haskell-monad-loops: updated to version 0.3.2.0
...
svn path=/nixpkgs/trunk/; revision=33375
2012-03-23 12:03:10 +00:00
Peter Simons
24c1200a02
haskell-fclabels: updated to version 1.1.1.1
...
svn path=/nixpkgs/trunk/; revision=33374
2012-03-23 12:03:07 +00:00
Peter Simons
3837c965ad
haskell-zlib-bindings: added version 0.1.0
...
svn path=/nixpkgs/trunk/; revision=33373
2012-03-23 12:03:04 +00:00
Peter Simons
3fbeca3ebc
pkgs/development/compilers/ghc/wrapper.nix: removed extraneous closing bracket that broke the script
...
svn path=/nixpkgs/trunk/; revision=33371
2012-03-23 11:26:28 +00:00
Michael Raskin
318c747520
Update and fix DejaVu fonts
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33370
2012-03-23 09:47:23 +00:00
Michael Raskin
5087016ee1
Updating and fixing sgtpuzzles.
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33369
2012-03-23 07:09:48 +00:00
Michael Raskin
e4762ec355
Cherry-picking versionOlder from trunk: seems to be non-rebuild-causing, and needed to build NixOS trunk
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33368
2012-03-23 05:58:22 +00:00
Michael Raskin
f5cc572d8b
Updating FPC and Lazarus - works OK with new glib
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33367
2012-03-23 05:55:13 +00:00
Shea Levy
6aa06a6699
ghc-packages: Darwin's native readlink doesn't support -f
...
svn path=/nixpkgs/trunk/; revision=33366
2012-03-23 03:01:58 +00:00
Mathijs Kwik
c690fb832b
haskell-arrows
...
svn path=/nixpkgs/trunk/; revision=33365
2012-03-22 22:37:17 +00:00
Mathijs Kwik
25fe36ff15
haskell-Stream
...
svn path=/nixpkgs/trunk/; revision=33364
2012-03-22 22:37:13 +00:00
Mathijs Kwik
01e0c31bae
haskell-lazysmallcheck
...
svn path=/nixpkgs/trunk/; revision=33363
2012-03-22 22:37:08 +00:00
Cillian de Roiste
438f877d82
Removing specimen, the release doesn't work and the svn repo is no longer available :(
...
svn path=/nixpkgs/trunk/; revision=33362
2012-03-22 19:56:48 +00:00
Cillian de Roiste
464a05818e
Upgrading Qtractor to 0.5.4
...
svn path=/nixpkgs/trunk/; revision=33361
2012-03-22 18:49:57 +00:00
Cillian de Roiste
e53c036470
Upgrading dssi to 1.1.1
...
svn path=/nixpkgs/trunk/; revision=33360
2012-03-22 18:49:15 +00:00
Peter Simons
0c842e7620
Updated Haskell packages.
...
- cautious-file: updated to version 1.0.1
- hmatrix: updated to version 0.14.0.1
- random-fu: updated to version 0.2.2.0
- resourcet: added version 0.3.0
- sendfile: updated to version 0.7.6
- test-framework: added version 0.6
svn path=/nixpkgs/trunk/; revision=33354
2012-03-22 11:17:49 +00:00
Eelco Dolstra
d905637b44
* Fix rpcbind. It wasn't listening on port 111, causing nfsd to fail
...
(http://hydra.nixos.org/build/2315333 ).
svn path=/nixpkgs/trunk/; revision=33353
2012-03-22 11:16:28 +00:00
Eelco Dolstra
acf3b221a7
* Make English the default language for LibreOffice.
...
svn path=/nixpkgs/trunk/; revision=33352
2012-03-22 10:44:57 +00:00
Cillian de Roiste
3a86557b7c
Tidy up: style
...
svn path=/nixpkgs/trunk/; revision=33351
2012-03-22 10:36:48 +00:00
Arie Middelkoop
3a7b035380
Fix of the ocaml extlib expression. The native object files were not installed. Turns out that also the 'opt' make target must be run besides 'all'.
...
svn path=/nixpkgs/trunk/; revision=33350
2012-03-22 10:32:32 +00:00
Arie Middelkoop
31ffda057e
Fix of the ocaml pcre nix expr. Added 'pcre' as propagated build input.
...
svn path=/nixpkgs/trunk/; revision=33349
2012-03-22 10:31:10 +00:00
Arie Middelkoop
c2e7aa68e4
Bumb of Chromium version. I've been using this one for a while now.
...
svn path=/nixpkgs/trunk/; revision=33348
2012-03-22 10:29:43 +00:00
Yury G. Kudryashov
a827b5f709
smokekde: disable akonadi&kdepimlibs
...
svn path=/nixpkgs/trunk/; revision=33345
2012-03-22 08:43:14 +00:00
Yury G. Kudryashov
c4b9da5949
Add libgweather
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33344
2012-03-22 08:39:08 +00:00
Yury G. Kudryashov
268146472c
Add libgtop
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33343
2012-03-22 07:32:08 +00:00
Lluís Batlle i Rossell
07c583c3d4
Adding rpcbind.
...
Patch by Rickard Nilsson.
svn path=/nixpkgs/trunk/; revision=33341
2012-03-21 20:35:15 +00:00
Michael Raskin
8dddfbeea6
Update/fix Uzbl
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33340
2012-03-21 19:14:34 +00:00
Shea Levy
214482c79a
Update ctemplate
...
I don't know what this is, but it wasn't building before and now it is.
svn path=/nixpkgs/trunk/; revision=33338
2012-03-21 17:42:19 +00:00
Cillian de Roiste
ec9ed33730
Fixing hydrogen so that it builds with scons 2.1, using the patch from http://www.assembla.com/spaces/hydrogen/tickets/204-hydrogen-0-9-5-doesn-t-install-with-scons-2-1-0
...
svn path=/nixpkgs/trunk/; revision=33336
2012-03-21 17:16:37 +00:00
Shea Levy
0728828fac
Remove old Thunderbird with Eelco's blessing
...
svn path=/nixpkgs/trunk/; revision=33335
2012-03-21 17:15:39 +00:00
Eelco Dolstra
c977a57394
* Add dhcpcd to the channel.
...
svn path=/nixpkgs/trunk/; revision=33334
2012-03-21 16:48:36 +00:00
Shea Levy
26789f2e89
Update rubygems
...
svn path=/nixpkgs/trunk/; revision=33333
2012-03-21 14:07:29 +00:00
Lluís Batlle i Rossell
61d475d2e0
nfs-utils PAGE_SIZE patch.
...
Otherwise it fails on ARM.
Patch by Rickard Nilsson.
svn path=/nixpkgs/trunk/; revision=33329
2012-03-21 11:56:33 +00:00
Lluís Batlle i Rossell
6c4fb4a7b7
libnfsidmap plugin path fix.
...
Patch by Rickard Nilsson.
svn path=/nixpkgs/trunk/; revision=33328
2012-03-21 11:56:04 +00:00
Lluís Batlle i Rossell
c6dc67483e
Updating the libevent version and url, patch by Rickard Nilsson.
...
svn path=/nixpkgs/trunk/; revision=33327
2012-03-21 11:55:26 +00:00
Peter Simons
4f576ac4b5
pkgs/applications/editors/emacs-modes/haskell: updated haskell-mode to the latest version from Github
...
svn path=/nixpkgs/trunk/; revision=33326
2012-03-21 11:46:18 +00:00
Peter Simons
115b3d943a
pkgs/development/compilers/ghc/with-packages.nix: renamed this expression from "ghc-${ghc.version}-linkdir" to "haskell-env-${ghc.name}"
...
This change allows use of the with-packages wrapper in user profiles that are
being updated with "nix-env -u \*". The previous name this expression generated
was considered by Nix to be an older version of "ghc-7.0.4-wrapper", because
that name has a higher priority.
svn path=/nixpkgs/trunk/; revision=33325
2012-03-21 11:46:15 +00:00
Peter Simons
d8e65ee71d
pkgs/development/compilers/ghc/with-packages.nix: trivial changes to fix syntax highlighting in Emacs
...
svn path=/nixpkgs/trunk/; revision=33324
2012-03-21 11:46:12 +00:00
Michael Raskin
4233eece19
Update and fix WebKit
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33323
2012-03-21 10:47:00 +00:00
Lluís Batlle i Rossell
28027d4771
Aestethic changes suggested by Eelco, and trying to fix
...
the problem on rpc.statd, that looks at /etc/netconfig.
Problem: http://hydra.nixos.org/build/2310686/log/raw
svn path=/nixpkgs/trunk/; revision=33322
2012-03-21 09:18:40 +00:00
Shea Levy
f67b9d8f2d
Thunderbird: Blind update
...
svn path=/nixpkgs/trunk/; revision=33320
2012-03-21 01:26:21 +00:00
Eelco Dolstra
b449705587
* Firefox 11 (contributed by Kirill Elagin). Unfortunately it's not
...
called "Firefox" anymore when built without official branding.
Apparently that was a SNAFU in Firefox 10.
svn path=/nixpkgs/trunk/; revision=33319
2012-03-20 23:59:09 +00:00
Eelco Dolstra
7bc7db74fb
* NSPR updated to 4.9.
...
svn path=/nixpkgs/trunk/; revision=33318
2012-03-20 23:55:22 +00:00
Shea Levy
3b48b8ffc4
graphviz: Hard-code lefty's path in dotty
...
svn path=/nixpkgs/trunk/; revision=33317
2012-03-20 23:27:12 +00:00
Eelco Dolstra
f682391220
* Fix Firefox desktop item. Contributed by Kirill Elagin.
...
svn path=/nixpkgs/trunk/; revision=33316
2012-03-20 23:23:00 +00:00
Lluís Batlle i Rossell
b2d61a850d
Enabling nfsv4 and nfsv41 in nfsUtils (or at least I think so).
...
svn path=/nixpkgs/trunk/; revision=33315
2012-03-20 23:17:45 +00:00
Lluís Batlle i Rossell
2ce433c26c
Removing go-oo. It neither builds neither upstream continues it.
...
svn path=/nixpkgs/trunk/; revision=33314
2012-03-20 22:19:48 +00:00
Yury G. Kudryashov
9bb1684622
Add kde48.qtruby
...
svn path=/nixpkgs/trunk/; revision=33313
2012-03-20 22:10:53 +00:00
Yury G. Kudryashov
9dcf8dffa2
Enable perlqt and smokekde from kdebindings
...
I had to patch their buildsystem. I'm going to submit the patches upstream next
week.
svn path=/nixpkgs/trunk/; revision=33309
2012-03-20 21:45:15 +00:00
Russell O'Connor
f9a5fa373e
Upgrading HOL4 to version k.7.
...
svn path=/nixpkgs/trunk/; revision=33306
2012-03-20 19:11:22 +00:00
Cillian de Roiste
efcc0c9b1e
Adding some notes on why ardour2 is not working, perhaps someone else can take this up, or else we just remove ardour2 when ardour3 is released.
...
svn path=/nixpkgs/trunk/; revision=33305
2012-03-20 18:53:01 +00:00
Lluís Batlle i Rossell
fc3ac31540
Updating the script of loading myEnv environments, for something close to what I was using.
...
It sets a fixed PS1, maybe breaking someone's taste, though. But I find it easier to use.
svn path=/nixpkgs/trunk/; revision=33304
2012-03-20 18:49:44 +00:00
Cillian de Roiste
49fabfacab
Upgrading ardour3-svn to beta3, currently ardour2 does not run.
...
svn path=/nixpkgs/trunk/; revision=33303
2012-03-20 18:41:03 +00:00
Shea Levy
bdc3de6a4d
Pommed: find the 'eject' command in /var/setuid-wrappers:/home/shlevy/.nix-profile/bin:/home/shlevy/.nix-profile/sbin:/home/shlevy/.nix-profile/lib/kde4/libexec:/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/nix/var/nix/profiles/default/lib/kde4/libexec:/var/run/current-system/sw/bin:/var/run/current-system/sw/sbin:/var/run/current-system/sw/lib/kde4/libexec
...
svn path=/nixpkgs/trunk/; revision=33302
2012-03-20 18:28:32 +00:00
Shea Levy
8d1d247e02
Add nouveau xorg video driver
...
svn path=/nixpkgs/trunk/; revision=33300
2012-03-20 16:29:22 +00:00
Yury G. Kudryashov
102a1d82e7
Oops, fix kdevelop-4.3.0 hash
...
svn path=/nixpkgs/trunk/; revision=33299
2012-03-20 16:17:46 +00:00
Joachim Schiele
fc152de1c2
rewrote the text to make virics and my edits seem like from one author
...
svn path=/nixpkgs/trunk/; revision=33298
2012-03-20 14:51:18 +00:00
Eelco Dolstra
73ce1dd4bb
* Adobe Reader: install .desktop file in the right place.
...
svn path=/nixpkgs/trunk/; revision=33297
2012-03-20 14:41:24 +00:00
Yury G. Kudryashov
34fcba81be
Add new release of kdevelop
...
I'll remove the old release when Hydra will build the new one, and I'll test the
result.
svn path=/nixpkgs/trunk/; revision=33296
2012-03-20 14:12:53 +00:00
Eelco Dolstra
bd8d003d69
* VirtualBox updated to 4.1.10. Drop the wrapper script since it no
...
longer seems needed. Optionally build the Python bindings. Disable
the Java bindings by default to prevent a gratuitous dependency on
the JDK.
svn path=/nixpkgs/trunk/; revision=33295
2012-03-20 13:54:01 +00:00
Yury G. Kudryashov
ba7f02630a
Add gtkmm-3.x
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33294
2012-03-20 11:46:42 +00:00
Yury G. Kudryashov
bf530f6c03
cairomm-1.10.0
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33293
2012-03-20 11:41:11 +00:00
Yury G. Kudryashov
a6ef1ee30a
Add champlain support to geeqie
...
This commit reverts 33187 and changes libchamplain arg to libchamplain_0_6.
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33292
2012-03-20 11:16:10 +00:00
Yury G. Kudryashov
aa47fca2f6
Restore libchamplain
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33291
2012-03-20 11:16:06 +00:00
Yury G. Kudryashov
f0039537ce
Restore clutter-gtk
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33290
2012-03-20 11:16:01 +00:00
Eelco Dolstra
995a44a897
* Fix a race condition in mountall: the USR1 signal handler must be
...
installed before we daemonise, otherwise another job might send
USR1 to mountall before the handler is installed, killing it.
svn path=/nixpkgs/trunk/; revision=33289
2012-03-20 10:25:11 +00:00
Eelco Dolstra
42b97b78b0
* Mountall updated to 2.35.
...
svn path=/nixpkgs/trunk/; revision=33287
2012-03-20 10:00:04 +00:00
Shea Levy
f272acd501
Add a module for the pommed tool for Apple laptop keyboards.
...
svn path=/nixpkgs/trunk/; revision=33286
2012-03-20 04:41:13 +00:00
Shea Levy
836532a54b
Whoops, forgot meta
...
svn path=/nixpkgs/trunk/; revision=33284
2012-03-20 01:51:03 +00:00
Shea Levy
6fe5413cb7
xf86-input-multitouch seems to be abandoned, update it with the mtrack fork
...
svn path=/nixpkgs/trunk/; revision=33283
2012-03-20 01:48:09 +00:00
Shea Levy
a74565238a
Linux 3.3 puts some of its headers in include/generated
...
svn path=/nixpkgs/trunk/; revision=33282
2012-03-20 00:02:24 +00:00
Peter Simons
5f32e704bf
haskell-url: updated to version 2.1.3
...
svn path=/nixpkgs/trunk/; revision=33280
2012-03-19 23:41:06 +00:00
Lluís Batlle i Rossell
a39a9b3d8e
Adding a glibc patch to get proper first days of the week in the Catalan locale.
...
Since 2008 somehow it cannot get fixed in glibc:
https://bugzilla.redhat.com/show_bug.cgi?id=454629
svn path=/nixpkgs/trunk/; revision=33279
2012-03-19 21:50:58 +00:00
Eelco Dolstra
2199d375a2
* Updated lvm2 to 2.02.95.
...
svn path=/nixpkgs/trunk/; revision=33277
2012-03-19 19:34:34 +00:00
Yury G. Kudryashov
0d90c06ba1
Remove some packages with Qt3 dependency
...
kde3.k3b: use kde4.k3b instead
kde3.kphone: there are many other SIP phones
valknut: last version from 2009, doesn't support new ADC protocol
qdu: latest release in 2004, use kde4.filelight
REVIEWBOARD:5
svn path=/nixpkgs/trunk/; revision=33273
2012-03-19 18:31:02 +00:00
Eelco Dolstra
512357f875
* Remove a wildly outdated Git version that shouldn't have been in
...
Nixpkgs in the first place.
svn path=/nixpkgs/trunk/; revision=33272
2012-03-19 18:24:53 +00:00
Eelco Dolstra
2938819d7e
* Remove an unnecessary function.
...
svn path=/nixpkgs/trunk/; revision=33271
2012-03-19 18:13:47 +00:00
Eelco Dolstra
6b4cd6673a
* Add a utility function "versionOlder" to compare two version
...
strings.
svn path=/nixpkgs/trunk/; revision=33267
2012-03-19 18:04:47 +00:00
Eelco Dolstra
af2da39a04
* Remove unused function "checker".
...
svn path=/nixpkgs/trunk/; revision=33266
2012-03-19 18:01:49 +00:00
Shea Levy
47574d25f6
Fix some broken firmware URLS. Hope the Fedora project wouldn't host non-free firmware...
...
svn path=/nixpkgs/trunk/; revision=33265
2012-03-19 17:40:23 +00:00
Eelco Dolstra
c3072a8df8
* When doing coverage builds, set useTempPrefix (in case we're doing
...
an "installcheck").
svn path=/nixpkgs/trunk/; revision=33261
2012-03-19 16:05:29 +00:00
Shea Levy
1e8dfa4e2c
Linux 3.3 release
...
svn path=/nixpkgs/trunk/; revision=33260
2012-03-19 15:36:40 +00:00
Eelco Dolstra
626d364e37
* Build Bison 2.5.
...
svn path=/nixpkgs/trunk/; revision=33258
2012-03-19 13:49:39 +00:00
Eelco Dolstra
9f683a5aac
* After building an RPM, install and uninstall it.
...
svn path=/nixpkgs/trunk/; revision=33257
2012-03-19 13:40:57 +00:00
Eelco Dolstra
a772508846
* NASM updated to 2.10.
...
svn path=/nixpkgs/trunk/; revision=33256
2012-03-19 13:16:35 +00:00
Peter Simons
69adc0d433
Update Haskell packages.
...
- gd: updated to version 3000.7.3
- hakyll: updated to version 3.2.6.2
- HaskellForMaths: updated to version 0.4.4
- haskell-src-meta: updated to version 0.5.1.1
- mwc-random: dropped obsolete version 0.10.0.1.
- persistent-template: updated to version 0.8.2
- snap-core: updated to version 0.8.0.1
- snap-server: updated to version 0.8.0.1
- unordered-containers: dropped obsolete version 0.1.4.6.
svn path=/nixpkgs/trunk/; revision=33255
2012-03-19 11:15:39 +00:00
Yury G. Kudryashov
abec146924
Add libwnck3
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33254
2012-03-19 04:36:51 +00:00
Yury G. Kudryashov
b113433d51
Move libwnck to top-level
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33253
2012-03-19 04:36:47 +00:00
Yury G. Kudryashov
3d0b778848
Move gnome-doc-utils and gtk-doc to top-level
...
Add compatibility attrs.
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33252
2012-03-19 04:36:41 +00:00
Yury G. Kudryashov
066896556f
polkit-gnome-0.105
...
Depends on gtk-3, install .desktop file.
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33251
2012-03-19 04:36:35 +00:00
Eelco Dolstra
b4d308f672
* Update some Perl packages that had gone missing.
...
svn path=/nixpkgs/trunk/; revision=33250
2012-03-19 03:55:37 +00:00
Eelco Dolstra
ebd19ec705
* For "nix-build --run-env" it's desirable that $stdenv/setup (and by
...
extension postHook) does nothing else than set up the environment.
It shouldn't touch $out because there may not be a $out. So move
the "imperative" bits of postHook into a separate phase.
svn path=/nixpkgs/trunk/; revision=33249
2012-03-19 03:45:36 +00:00
Eelco Dolstra
06d28ca8f1
* Support setting postPhases.
...
svn path=/nixpkgs/trunk/; revision=33247
2012-03-19 02:45:52 +00:00
Piotr Pietraszkiewicz
fbfa56c165
bumped bibletime to v2.9.1 which has the side effect that it builds again
...
svn path=/nixpkgs/trunk/; revision=33245
2012-03-18 23:52:58 +00:00
Mathijs Kwik
d329b66b73
bbswitch: use the modDirVersion instead of version
...
svn path=/nixpkgs/trunk/; revision=33244
2012-03-18 23:13:41 +00:00
Piotr Pietraszkiewicz
1824f424b2
Made sword build again by tuning the configureFlags:
...
- to ignore warnings about unused variables
- not to build the tests (the warnings in tests looked serious at first
glance)
Additionally disabled debug because I hit no problems at runtime so far
svn path=/nixpkgs/trunk/; revision=33243
2012-03-18 22:51:17 +00:00
Lluís Batlle i Rossell
5521faad65
Updating socat. I thought it could have improvements in performance for nixos
...
build-vm in my computer, but does not.
svn path=/nixpkgs/trunk/; revision=33239
2012-03-18 18:33:10 +00:00
Shea Levy
dfcd4dd559
Add a kernel patch for the efi boot stub to read a config file when booted without arguments, and base removable media booting off of that patch
...
The patch is currently being discussed on LKML and hopefully will be included
in mainline in some form in the future. Note that booting from the livecd has
to do a lot of work before anything is output to the console, so if the drive
is still busy don't assume the boot has hanged
svn path=/nixpkgs/trunk/; revision=33235
2012-03-18 17:14:52 +00:00
Lluís Batlle i Rossell
a544da22fc
Adding latencytop.
...
svn path=/nixpkgs/trunk/; revision=33233
2012-03-18 11:45:53 +00:00
Lluís Batlle i Rossell
b4955eea65
Adding qemu 1.0.1.
...
svn path=/nixpkgs/trunk/; revision=33232
2012-03-18 10:31:15 +00:00
Lluís Batlle i Rossell
969b9478a2
Updating samba to 3.6.3. I take out the overcome readlink.patch.
...
svn path=/nixpkgs/trunk/; revision=33231
2012-03-18 10:29:14 +00:00
Lluís Batlle i Rossell
5475f367a5
Adding patch for grip (sent by Ilja Honkonen).
...
I reworked the spacing.
svn path=/nixpkgs/trunk/; revision=33229
2012-03-18 09:24:42 +00:00
Mathijs Kwik
54a5f7f328
gtypist, typing tutor
...
Now all I need is time to practise :)
svn path=/nixpkgs/trunk/; revision=33228
2012-03-18 08:11:17 +00:00
Mathijs Kwik
9365291276
dejavu-fonts broke during the merge of stdenv-upgrade.
...
problem/fix described here:
http://comments.gmane.org/gmane.comp.fonts.dejavu/3608
svn path=/nixpkgs/trunk/; revision=33227
2012-03-18 08:11:14 +00:00
Yury G. Kudryashov
23b865d1b4
Fix evaluation
...
svn path=/nixpkgs/trunk/; revision=33220
2012-03-17 22:25:30 +00:00
Cillian de Roiste
ec78373642
Update jackdbus to 1.9.8
...
svn path=/nixpkgs/trunk/; revision=33218
2012-03-17 22:03:15 +00:00
Yury G. Kudryashov
168a3d7101
Add qt4_for_skype
...
This build disables some optional features. I'm going to pass this to
skype_linux to reduce the size occupied by i686 packages on x86_64 system.
svn path=/nixpkgs/trunk/; revision=33217
2012-03-17 20:57:28 +00:00
Yury G. Kudryashov
062d040413
Let hydra build telepathy-salut
...
svn path=/nixpkgs/trunk/; revision=33216
2012-03-17 20:57:24 +00:00
Peter Simons
457e59d99d
libtirpc: updated to version 0.2.2
...
svn path=/nixpkgs/trunk/; revision=33211
2012-03-17 17:44:20 +00:00
Yury G. Kudryashov
11410436e5
Let hydra build kde-telepathy
...
svn path=/nixpkgs/trunk/; revision=33210
2012-03-17 17:35:29 +00:00
Yury G. Kudryashov
d68c80932a
Remove libjingle
...
It seems that every japper/jingle implementation ships a modified version of
libjingle.
svn path=/nixpkgs/trunk/; revision=33207
2012-03-17 17:20:39 +00:00
Yury G. Kudryashov
f94501bfa2
Remove tuxracer
...
"tuxracer = ..." string was commented for 3 years.
svn path=/nixpkgs/trunk/; revision=33206
2012-03-17 17:20:34 +00:00
Yury G. Kudryashov
776bedbb5f
Remove some files not reachable from all-packages.nix
...
List of removed files:
* pkgs/applications/misc/kiwixbuilder/default.nix
* pkgs/applications/misc/simgrid/default.nix
* pkgs/applications/networking/instant-messengers/carrier/2.4.2.nix
* pkgs/applications/networking/mailreaders/thunderbird/7.x.nix
* pkgs/applications/networking/mailreaders/thunderbird/thunderbird-build-deps.patch
* pkgs/development/libraries/bluez-libs/default.nix
* pkgs/development/libraries/libjingle/0.4.0.nix
* pkgs/development/perl-modules/Font-TTF/default.nix
* pkgs/tools/X11/xauth/default.nix
* pkgs/tools/security/p0f/default.nix
* pkgs/tools/security/p0f/p0f.patch
svn path=/nixpkgs/trunk/; revision=33205
2012-03-17 17:20:30 +00:00
Yury G. Kudryashov
f0925eeded
pidgin-2.10.2
...
Use rec to prevent "name != src.basename" in the future.
REVIEW:6
svn path=/nixpkgs/trunk/; revision=33204
2012-03-17 17:12:48 +00:00
Yury G. Kudryashov
a466941945
Move last piece o gnome3 to top-level
...
Since there is no common release schedule, I'd prefer to avoid gnome3 set at
all.
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33203
2012-03-17 16:46:12 +00:00
Yury G. Kudryashov
ee5b976a93
Remove gnome3.clutter
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33202
2012-03-17 16:46:06 +00:00
Yury G. Kudryashov
d1860f6def
Move gnome3.GConf to GConf3
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33201
2012-03-17 16:46:02 +00:00
Yury G. Kudryashov
ddb01436a0
Move gnome3.libgnome_keyring to libgnome_keyring3
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33200
2012-03-17 16:45:56 +00:00
Yury G. Kudryashov
60669aa0fc
Remove gnome3.glib_networking
...
Use pkgs.glib_networking
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33199
2012-03-17 16:45:50 +00:00
Yury G. Kudryashov
eee4797659
gnome-3: we use the top-level glib
...
GNOME-3 uses the top-level glib. If this will change later, one should override
*many* packages in gnome3 set.
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33198
2012-03-17 16:45:43 +00:00
Yury G. Kudryashov
d96524476d
Move libsoup to development/libraries
...
It is used in many packages outside of gnome2 set.
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33197
2012-03-17 16:45:37 +00:00
Marco Maggesi
dba8b32385
Update HOL Light to rev 128
...
svn path=/nixpkgs/trunk/; revision=33196
2012-03-17 16:36:36 +00:00
Marco Maggesi
699de0f3f9
Fix building of Coq and update to version 8.3pl3. (Forgot to save files)
...
svn path=/nixpkgs/trunk/; revision=33195
2012-03-17 16:30:23 +00:00
Marco Maggesi
af37461b11
Fix building of Coq and update to version 8.3pl3.
...
svn path=/nixpkgs/trunk/; revision=33194
2012-03-17 16:26:20 +00:00
Yury G. Kudryashov
0e397758ee
dragonegg-3.0
...
The old version fails to build, thus I commit it instead of review request.
svn path=/nixpkgs/trunk/; revision=33193
2012-03-17 15:25:00 +00:00
Marco Maggesi
0d06448ac2
Remove lowPrio to ocaml-3.12.1
...
svn path=/nixpkgs/trunk/; revision=33192
2012-03-17 15:03:12 +00:00
Peter Simons
70139b0bbd
pkgs/development/libraries/libtirpc: removed obsolete copy of this library
...
svn path=/nixpkgs/trunk/; revision=33191
2012-03-17 13:45:56 +00:00
Yury G. Kudryashov
a47127de32
libchamplain-0.12.2
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33190
2012-03-17 13:30:51 +00:00
Yury G. Kudryashov
8a2b2f3338
clutter-gtk-1.0.4
...
Depends on gtk3
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33189
2012-03-17 13:30:46 +00:00
Yury G. Kudryashov
5c4e3c7701
clutter-1.8.2
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33188
2012-03-17 13:30:39 +00:00
Yury G. Kudryashov
23dbae430f
Disable libchamplain support in geeqie
...
It depends on old libchamplain which fails to build with newer glib.
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33187
2012-03-17 13:30:36 +00:00
Yury G. Kudryashov
1bbaec552e
taglib-1.7.1
...
Release notes says that this release fixes a few security issues.
svn path=/nixpkgs/trunk/; revision=33186
2012-03-17 13:21:31 +00:00
Florian Friesdorf
88e5f7e2c7
conkeror-1.0pre-20120316
...
svn path=/nixpkgs/trunk/; revision=33185
2012-03-17 09:18:11 +00:00
Florian Friesdorf
9fd94809e5
notmuch-0.11.1
...
svn path=/nixpkgs/trunk/; revision=33184
2012-03-17 09:18:06 +00:00
Yury G. Kudryashov
a658884c17
Revert "pango-1.29.5"
...
This reverts r33178
pango-1.29.5 depends on glib-2.31
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33182
2012-03-16 22:53:32 +00:00
Cillian de Roiste
c8900990a7
Updating ardour to the 2.8.12 svn tag (2.8.2 doesn't compile), hopefully this works although the comment from Marc Weber suggests that the hash will change over time. This builds for me but fails to start giving the following error:
...
raptor_new_uri_for_rdf_concept called with Raptor V1 world object
raptor_general.c:240:raptor_init: fatal error: raptor_init() failedAborted
https://qa.mandriva.com/show_bug.cgi?id=65072 looks similar, but adding liblrdf (0.4.0) as an input, doesn't help.
svn path=/nixpkgs/trunk/; revision=33181
2012-03-16 22:28:21 +00:00
Yury G. Kudryashov
707bf75144
mythth-0.24.2
...
New dependencies:
* Qt4
* Pulseaudio (optional but I've hardcoded it)
* fftw (single precision)
svn path=/nixpkgs/trunk/; revision=33180
2012-03-16 22:26:26 +00:00
Yury G. Kudryashov
0ebb258668
telepathy: don't include unstable in full
...
svn path=/nixpkgs/trunk/; revision=33179
2012-03-16 22:22:50 +00:00
Yury G. Kudryashov
ef95c7855d
pango-1.29.5
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33178
2012-03-16 21:37:42 +00:00
Lluís Batlle i Rossell
ef1437585d
Adding kexectools.
...
svn path=/nixpkgs/trunk/; revision=33175
2012-03-16 21:17:13 +00:00
Lluís Batlle i Rossell
6b4810d310
Updating php 5.3 to 5.3.10
...
svn path=/nixpkgs/trunk/; revision=33170
2012-03-16 19:40:36 +00:00
Cillian de Roiste
0546a7e79a
Updating mumble to 1.2.3 and adding pkgconfig as an input as it fails to build without it.
...
svn path=/nixpkgs/trunk/; revision=33169
2012-03-16 19:19:00 +00:00
Lluís Batlle i Rossell
6b6b758745
Updating mlt to 0.7.8.
...
kdenlive 0.8.2.1 wants mlt 0.7.8. With 0.7.6, it crashed clicking the timeline
(only with qt48).
svn path=/nixpkgs/trunk/; revision=33168
2012-03-16 18:40:10 +00:00
Eelco Dolstra
0ac7828c6b
* portmap: Set SO_REUSEADDR to ensure that portmap can restart
...
properly.
svn path=/nixpkgs/trunk/; revision=33166
2012-03-16 17:42:14 +00:00
Eelco Dolstra
1148fc2f76
* Minor cleanup.
...
svn path=/nixpkgs/trunk/; revision=33165
2012-03-16 17:20:04 +00:00
Yury G. Kudryashov
75207a6a90
Try to update slr
...
Still fails to build because atlas doesn't provide full blas.
svn path=/nixpkgs/trunk/; revision=33164
2012-03-16 17:15:52 +00:00
Yury G. Kudryashov
eefb2b6531
ilbc: style
...
svn path=/nixpkgs/trunk/; revision=33163
2012-03-16 17:15:47 +00:00
Ludovic Courtès
105ad5e503
GCC 4.7: Update.
...
svn path=/nixpkgs/trunk/; revision=33161
2012-03-16 15:32:03 +00:00
Shea Levy
5f6bb1fce6
Ghostscript: Fix darwin build
...
svn path=/nixpkgs/trunk/; revision=33160
2012-03-16 14:27:58 +00:00
Eelco Dolstra
b2f0319bc2
* nfs-utils updated to 1.2.5.
...
svn path=/nixpkgs/trunk/; revision=33158
2012-03-16 13:55:10 +00:00
Shea Levy
a09a78165c
Update rubygems
...
svn path=/nixpkgs/trunk/; revision=33155
2012-03-16 13:28:35 +00:00
Ludovic Courtès
cc6f814a8f
GFortran 4.6: Add patch to fix the output of `-v'.
...
svn path=/nixpkgs/trunk/; revision=33154
2012-03-16 13:11:41 +00:00
Eelco Dolstra
a3b099d279
* Latest 3.0.x, 3.1.x and 3.2.x kernels.
...
svn path=/nixpkgs/trunk/; revision=33151
2012-03-16 12:08:41 +00:00
Shea Levy
d30947aef3
Move NixosBootPkg into NixOS
...
svn path=/nixpkgs/trunk/; revision=33149
2012-03-16 11:53:50 +00:00
Peter Simons
46f9f71439
git: updated to version 1.7.9.4
...
svn path=/nixpkgs/trunk/; revision=33145
2012-03-16 09:47:34 +00:00
Peter Simons
6e56feca1d
Updated Haskell packages.
...
- RepLib: updated to version 0.5.2
- http-enumerator: updated to version 0.7.3.1
- http-types: updated to version 0.6.10
- leksah-server: updated to version 0.12.0.5
- test-framework-quickcheck2: updated to version 0.2.12.1
- unbound: updated to version 0.4
- yesod: updated to version 0.10.2
svn path=/nixpkgs/trunk/; revision=33144
2012-03-16 09:47:31 +00:00
Yury G. Kudryashov
2aed4ebe88
Add telepathy-salut
...
svn path=/nixpkgs/trunk/; revision=33143
2012-03-16 06:58:03 +00:00
Yury G. Kudryashov
01b8506708
Add libsoup to top-level
...
svn path=/nixpkgs/trunk/; revision=33142
2012-03-16 06:57:58 +00:00
Shea Levy
0845f6618c
Add an 'efiBootStub' kernel feature to be used by NixOS
...
svn path=/nixpkgs/trunk/; revision=33137
2012-03-16 02:45:47 +00:00
Shea Levy
b3e248d0f7
Whoops, sloppy copy
...
svn path=/nixpkgs/trunk/; revision=33136
2012-03-16 02:41:12 +00:00
Shea Levy
d7533209a1
Add NixosBootPkg
...
You almost certainly don't want to use this. It's a very stupid,
overspecialized application that's only needed by the efiBootStub NixOS
module in corner cases.
svn path=/nixpkgs/trunk/; revision=33134
2012-03-16 02:05:38 +00:00
Eelco Dolstra
8a5e005bee
* dmidecode updated to 2.11.
...
svn path=/nixpkgs/trunk/; revision=33132
2012-03-16 01:46:39 +00:00
Yury G. Kudryashov
d477e709c8
Add telepathy-farstream
...
svn path=/nixpkgs/trunk/; revision=33128
2012-03-15 21:50:02 +00:00
Yury G. Kudryashov
0239640def
Add farstream
...
svn path=/nixpkgs/trunk/; revision=33127
2012-03-15 21:49:54 +00:00
Lluís Batlle i Rossell
1677493301
Libreoffice wants a newer libvisio.
...
svn path=/nixpkgs/trunk/; revision=33126
2012-03-15 21:41:40 +00:00
Yury G. Kudryashov
049e676403
Remove qc-usb
...
This directory was added in 2006, and was never called by nix-expressions
outside of qc-usb/.
svn path=/nixpkgs/trunk/; revision=33125
2012-03-15 20:46:36 +00:00
Ludovic Courtès
90b8995e04
GNU MIG: Add a `raw' version, without `forceSystem'.
...
svn path=/nixpkgs/trunk/; revision=33124
2012-03-15 20:28:07 +00:00
Ludovic Courtès
2e0ae13f68
GNU MIG: When cross-compiling, patch shebang correctly.
...
svn path=/nixpkgs/trunk/; revision=33123
2012-03-15 20:28:03 +00:00
Ludovic Courtès
9e2e08ba47
unionfs: Mark MIG as a native build input.
...
svn path=/nixpkgs/trunk/; revision=33122
2012-03-15 20:27:58 +00:00
Ludovic Courtès
97bd4b7b00
GNU MIG: Use `forceSystem' instead of the custom hack.
...
svn path=/nixpkgs/trunk/; revision=33121
2012-03-15 20:27:53 +00:00
Ludovic Courtès
e4f5ebb348
GNU MIG: Make it clear that the inputs are native.
...
svn path=/nixpkgs/trunk/; revision=33120
2012-03-15 20:27:49 +00:00
Ludovic Courtès
eaab66d11a
forceSystem: Inherit `crossSystem' and `platform'.
...
svn path=/nixpkgs/trunk/; revision=33119
2012-03-15 20:27:41 +00:00
Ludovic Courtès
5d066bdbce
GNU: SMBFS: Update.
...
svn path=/nixpkgs/trunk/; revision=33118
2012-03-15 20:27:35 +00:00
Lluís Batlle i Rossell
8849219c81
Trying to update libreoffice to the version today released. Cross fingers; we can revert this, if it does not work.
...
svn path=/nixpkgs/trunk/; revision=33117
2012-03-15 19:50:23 +00:00
Peter Simons
6ff954a5e8
git-annex: updated to version 3.20120315
...
svn path=/nixpkgs/trunk/; revision=33116
2012-03-15 18:07:49 +00:00
Peter Simons
ee402fac15
haskell-bloomfilter: added version 1.2.6.8
...
svn path=/nixpkgs/trunk/; revision=33115
2012-03-15 18:07:45 +00:00
Yury G. Kudryashov
b0d0278e82
libssh-0.5.2, switch to libgcrypt
...
svn path=/nixpkgs/trunk/; revision=33114
2012-03-15 17:08:26 +00:00
Lluís Batlle i Rossell
6fe531299e
Avoiding the wrapper in libreoffice, and trying to use '-lcups'.
...
svn path=/nixpkgs/trunk/; revision=33113
2012-03-15 16:45:04 +00:00
Lluís Batlle i Rossell
3337fa7b87
Adding the cups lib path to ld_libraray_path for libreoffice to be able to
...
print with cups.
That would have been also the fix for go-oo for this problem, I think.
svn path=/nixpkgs/trunk/; revision=33112
2012-03-15 16:38:24 +00:00
Yury G. Kudryashov
785d18e02b
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33111
2012-03-15 15:09:36 +00:00
Lluís Batlle i Rossell
1ebf45400a
Making more symlinks in libreoffice.
...
svn path=/nixpkgs/trunk/; revision=33105
2012-03-15 11:29:13 +00:00
Lluís Batlle i Rossell
5c0c0ff632
Adding a '$out/bin/soffice' link to the libreoffice soffice binary.
...
svn path=/nixpkgs/trunk/; revision=33104
2012-03-15 11:02:52 +00:00
Yury G. Kudryashov
bbc9d6670d
Add RBTools
...
svn path=/nixpkgs/trunk/; revision=33103
2012-03-15 10:54:48 +00:00
Peter Simons
fe3ac7658b
haskell-alex-meta: updated to version 0.3.0.2
...
svn path=/nixpkgs/trunk/; revision=33102
2012-03-15 10:43:20 +00:00
Peter Simons
b68db0ea2d
haskell-BNFC-meta: updated to version 0.3
...
svn path=/nixpkgs/trunk/; revision=33101
2012-03-15 10:43:16 +00:00
Peter Simons
4bd54310e6
haskell-xml-conduit: updated to version 0.5.4
...
svn path=/nixpkgs/trunk/; revision=33100
2012-03-15 10:43:05 +00:00
Lluís Batlle i Rossell
fb013d4bd6
Giving the zip without NLS to libreoffice; I think this may fix a permission denid error
...
at perl Archive/Zip.
svn path=/nixpkgs/trunk/; revision=33098
2012-03-15 08:06:45 +00:00
Joachim Schiele
f108651e9f
fixed forgotten bracket.... maybe this is not my-env at all
...
svn path=/nixpkgs/trunk/; revision=33095
2012-03-14 23:38:28 +00:00
Yury G. Kudryashov
bd17f891dd
+1 patch (from Gentoo)
...
svn path=/nixpkgs/trunk/; revision=33094
2012-03-14 23:34:30 +00:00
Lluís Batlle i Rossell
914a042d7d
Fixing some details about the myEnv documentation.
...
I thought load-xxx-eenv worked like my own private 'loadenv' script, but looks like not.
svn path=/nixpkgs/trunk/; revision=33093
2012-03-14 23:07:59 +00:00
Yury G. Kudryashov
fe1115caf4
Make nixpkgs ready for gst_all attrset removal
...
svn path=/nixpkgs/trunk/; revision=33092
2012-03-14 22:44:52 +00:00
Yury G. Kudryashov
03875e0bce
Make nixpkgs ready to gtkLibs attrset removal
...
svn path=/nixpkgs/trunk/; revision=33091
2012-03-14 22:44:41 +00:00
Shea Levy
6c99fad938
OMVF: Only need some of the sources, and symlinks instead of copies are fine
...
svn path=/nixpkgs/trunk/; revision=33090
2012-03-14 22:43:07 +00:00
Yury G. Kudryashov
003b24ac45
Trying to fix k3d build
...
svn path=/nixpkgs/trunk/; revision=33089
2012-03-14 21:57:43 +00:00
Yury G. Kudryashov
68fe867e19
Get rid of most references to gtkLibs
...
svn path=/nixpkgs/trunk/; revision=33088
2012-03-14 21:57:32 +00:00
Lluís Batlle i Rossell
fd1867ec92
The libreoffice expression needs the 'help' package, or it fails on install.
...
(or pass --disable-help, I think).
Thus, the fontconfig tests now pass, I remove the disabletests patch.
I also removed some configure options that configure did not understand
anymore. They were picked from older openoffice expressions.
svn path=/nixpkgs/trunk/; revision=33087
2012-03-14 21:51:33 +00:00
Lluís Batlle i Rossell
bed87f75ca
Updating paraview.
...
svn path=/nixpkgs/trunk/; revision=33086
2012-03-14 21:50:17 +00:00
Lluís Batlle i Rossell
ae7b8e3907
Updating truecrypt, as the old url didn not work already.
...
Notified by kirelagin@freenode
svn path=/nixpkgs/trunk/; revision=33085
2012-03-14 21:28:42 +00:00
Yury G. Kudryashov
da0a96d06c
glib and gtk are now in top-level namespace
...
svn path=/nixpkgs/trunk/; revision=33084
2012-03-14 19:59:41 +00:00
Yury G. Kudryashov
a05e5e7add
mysql-workbench needs gnome-keyring as well
...
svn path=/nixpkgs/trunk/; revision=33083
2012-03-14 19:39:04 +00:00
Yury G. Kudryashov
f105c2353b
Pass libgnome_keyring, not gnome_keyring
...
svn path=/nixpkgs/trunk/; revision=33082
2012-03-14 19:35:55 +00:00
Yury G. Kudryashov
8167b5a2a7
No need to inherit glib, gtk etc. from gnome/gtkLibs
...
svn path=/nixpkgs/trunk/; revision=33081
2012-03-14 19:35:49 +00:00
Yury G. Kudryashov
044361ec18
Pass qt_gstreamer to ktp-call-ui
...
svn path=/nixpkgs/trunk/; revision=33080
2012-03-14 19:35:46 +00:00
Yury G. Kudryashov
c9da6ff736
Move dev/libs/telepathy-* to a subdir
...
svn path=/nixpkgs/trunk/; revision=33079
2012-03-14 19:35:41 +00:00
Yury G. Kudryashov
4d9fb0a594
Move gstreamer packages to top-level
...
This will make callPackage work with gst.
* Rename gstCamelCase to gst_with_underscores.
* Add compatibility attributes.
svn path=/nixpkgs/trunk/; revision=33078
2012-03-14 19:35:35 +00:00
Yury G. Kudryashov
7a31872261
Add kde4.telepathy.call_ui
...
Very experimental, fails to build (missing deps)
svn path=/nixpkgs/trunk/; revision=33077
2012-03-14 19:35:30 +00:00
Yury G. Kudryashov
6d2a78fc40
Add qt-gstreamer
...
svn path=/nixpkgs/trunk/; revision=33076
2012-03-14 19:35:26 +00:00
Lluís Batlle i Rossell
635d1d9bec
I try to improve the documentation on my-env
...
svn path=/nixpkgs/trunk/; revision=33075
2012-03-14 18:59:09 +00:00
Lluís Batlle i Rossell
a288984843
Fixing another script shebang in libreoffice. And the lang configure parameter.
...
svn path=/nixpkgs/trunk/; revision=33074
2012-03-14 18:51:59 +00:00
Joachim Schiele
7bf2d4966e
some more comments and examples
...
svn path=/nixpkgs/trunk/; revision=33073
2012-03-14 18:46:18 +00:00
Joachim Schiele
0416bc1ddb
added a few fixes from the discussion on irc with marc weber
...
svn path=/nixpkgs/trunk/; revision=33072
2012-03-14 18:18:49 +00:00
Lluís Batlle i Rossell
73f9e302a0
I think libreoffice does not want the 'en-US' language anymore.
...
svn path=/nixpkgs/trunk/; revision=33071
2012-03-14 17:49:23 +00:00
Peter Simons
45e9207c4c
all-packages.nix: use mesaPlatforms list to determine whether wxGTX should be built with OpenGL support or not
...
svn path=/nixpkgs/trunk/; revision=33070
2012-03-14 17:45:13 +00:00
Peter Simons
f59e3b6bfb
wxGTK: make mesa support optional in versions 2.9.0 and 2.9.1 too
...
svn path=/nixpkgs/trunk/; revision=33069
2012-03-14 17:45:11 +00:00
Sander van der Burg
7ccc8fc78f
OOPS: typo
...
svn path=/nixpkgs/trunk/; revision=33068
2012-03-14 17:25:49 +00:00
Sander van der Burg
a315685cd8
Added pgfplots package
...
svn path=/nixpkgs/trunk/; revision=33067
2012-03-14 17:05:21 +00:00
Yury G. Kudryashov
0a7c3ff061
Add telepathy-mission-control
...
svn path=/nixpkgs/trunk/; revision=33066
2012-03-14 16:28:11 +00:00
Yury G. Kudryashov
4874ff1144
Move some IM clients to instant-messengers/
...
svn path=/nixpkgs/trunk/; revision=33065
2012-03-14 15:41:44 +00:00
Yury G. Kudryashov
dc2d99ec96
Move telepathy-gabble to applications
...
svn path=/nixpkgs/trunk/; revision=33064
2012-03-14 15:41:37 +00:00
Yury G. Kudryashov
cddd413130
Add KDE-Telepathy
...
It compiles but I haven't tried to run it.
svn path=/nixpkgs/trunk/; revision=33063
2012-03-14 09:52:21 +00:00
Lluís Batlle i Rossell
3418970f3b
Making libreoffice have a configured fontconfig. I hope this will make some cppunit tests work, and thus we would not need to disable them.
...
I update the patch that disables tests with one more test disabled, but I don't
use it because I hope the build with fonts.conf will work fine. If that is the case,
I'll remove the patch file later. If the fonts.conf trick does not work, I may want
to extend the patch to disable all failing cases.
svn path=/nixpkgs/trunk/; revision=33062
2012-03-14 09:40:26 +00:00
Peter Simons
b24eb9855c
haskell-unordered-containers: updated to version 0.2.1.0
...
svn path=/nixpkgs/trunk/; revision=33061
2012-03-14 09:23:49 +00:00
Shea Levy
80f47974b7
OVMF: Actually support i686
...
svn path=/nixpkgs/trunk/; revision=33060
2012-03-14 07:29:11 +00:00
Shea Levy
6cf8e4f815
EDK2: Significant cleanup and
...
modularization, and add OVMF as an example of how to use it
svn path=/nixpkgs/trunk/; revision=33059
2012-03-14 06:57:58 +00:00
Shea Levy
853dd7266b
Add Intel's EDK
...
svn path=/nixpkgs/trunk/; revision=33058
2012-03-14 04:18:52 +00:00
Shea Levy
0017d80aa5
GNU EFI development libraries
...
svn path=/nixpkgs/trunk/; revision=33057
2012-03-14 01:23:31 +00:00
Shea Levy
27bedda4f6
iasl: Bump
...
svn path=/nixpkgs/trunk/; revision=33056
2012-03-14 00:53:52 +00:00
Shea Levy
afd3664d9f
cdrkit: Bump version, apply efi-boot patch from fedora to enable creating efi-bootable cdrs
...
svn path=/nixpkgs/trunk/; revision=33055
2012-03-14 00:44:14 +00:00
Ludovic Courtès
30c215a83a
GNU: Add unionfs.
...
svn path=/nixpkgs/trunk/; revision=33054
2012-03-13 23:19:02 +00:00
Yury G. Kudryashov
4981d6d2e7
Fix telepathy-qt compilation
...
svn path=/nixpkgs/trunk/; revision=33053
2012-03-13 23:15:06 +00:00
Lluís Batlle i Rossell
12cfef03f8
Simpler code, to try to use wxGTK without mesa for non-linux.
...
svn path=/nixpkgs/trunk/; revision=33052
2012-03-13 21:56:24 +00:00
Lluís Batlle i Rossell
b3456f8bdd
Making mesa optional in wxGTK, and using on non-linux the non-mesa wxGTK for gnuplot and wxmaxima.
...
That may make them build further.
svn path=/nixpkgs/trunk/; revision=33051
2012-03-13 21:54:17 +00:00
Lluís Batlle i Rossell
59d6b60e46
We don't have mesa for freebsd, so don't tell hydra to build xmoto for freebsd.
...
svn path=/nixpkgs/trunk/; revision=33050
2012-03-13 21:48:12 +00:00
Shea Levy
21d7f598c8
efibootmgr: Create patch to allow arbitrary loader filenames
...
This is required for the NixOS efiBootStub module, since the default 40
characters is not enough for efi\nixos\{hash}-linux-3.3-rc7-bzImage.efi
svn path=/nixpkgs/trunk/; revision=33049
2012-03-13 21:32:09 +00:00
Lluís Batlle i Rossell
63b934c36f
Next attempt at building libreoffice. I reached it to build it in the build environment,
...
but I don't know if make install will succeed.
I also added the translations, that could work with luck.
I removed the force field.
svn path=/nixpkgs/trunk/; revision=33048
2012-03-13 21:23:25 +00:00
Yury G. Kudryashov
199cc0ce51
telepathy-qt-0.9.0
...
Notice that this is *not* downgrade. This is a new project recently renamed from
telepathy-qt4 (the old telepathy-qt seems to be dead).
svn path=/nixpkgs/trunk/; revision=33046
2012-03-13 19:07:09 +00:00
Yury G. Kudryashov
b904117beb
Add telepathy-farsight
...
svn path=/nixpkgs/trunk/; revision=33045
2012-03-13 19:07:03 +00:00
Yury G. Kudryashov
941d15af7a
telepathy-gabble-0.15.4
...
svn path=/nixpkgs/trunk/; revision=33044
2012-03-13 19:06:54 +00:00
Yury G. Kudryashov
8398beefc2
Remove tapioca-qt
...
svn path=/nixpkgs/trunk/; revision=33043
2012-03-13 19:06:45 +00:00
Yury G. Kudryashov
23154538b7
telepathy-glib-0.17.5
...
Adjust .pc to our patched pkg-config
svn path=/nixpkgs/trunk/; revision=33042
2012-03-13 19:06:38 +00:00
Yury G. Kudryashov
fb422d45dd
farsight-0.0.31
...
svn path=/nixpkgs/trunk/; revision=33041
2012-03-13 19:06:32 +00:00
Yury G. Kudryashov
c6830bdf6a
libnice-0.1.1
...
svn path=/nixpkgs/trunk/; revision=33040
2012-03-13 19:06:24 +00:00
Yury G. Kudryashov
db0158f292
gupnp-igd
...
svn path=/nixpkgs/trunk/; revision=33039
2012-03-13 19:06:17 +00:00
Yury G. Kudryashov
d2c81c17e0
gupnp-0.18.1
...
Propagate some inputs
svn path=/nixpkgs/trunk/; revision=33038
2012-03-13 19:06:10 +00:00
Yury G. Kudryashov
f4e2b7c144
gssdp-0.12.1
...
svn path=/nixpkgs/trunk/; revision=33037
2012-03-13 19:06:03 +00:00
Eelco Dolstra
c6ac45f832
* Tribler updated to 5.5.21.
...
svn path=/nixpkgs/trunk/; revision=33036
2012-03-13 17:35:11 +00:00
Ludovic Courtès
3167c78224
Perl: Add Switch.
...
svn path=/nixpkgs/trunk/; revision=33035
2012-03-13 17:10:38 +00:00
Peter Simons
e49110e221
scons: updated to version 2.1.0
...
svn path=/nixpkgs/trunk/; revision=33030
2012-03-13 08:29:18 +00:00
Peter Simons
fadf3e1f75
haskell-sendfile: updated to version 0.7.5
...
svn path=/nixpkgs/trunk/; revision=33029
2012-03-13 08:26:25 +00:00
Peter Simons
3b0c84f93f
haskell-hashtables: updated to version 1.0.1.3
...
svn path=/nixpkgs/trunk/; revision=33028
2012-03-13 08:26:18 +00:00
Lluís Batlle i Rossell
1b7e6447f9
Fix for an early build failure of libreoffice. Enabling it for hydra to see if it builds further.
...
svn path=/nixpkgs/trunk/; revision=33026
2012-03-12 21:38:00 +00:00
Joachim Schiele
bdcce09b46
seems i forgot to change some things...
...
svn path=/nixpkgs/trunk/; revision=33025
2012-03-12 21:28:51 +00:00
Lluís Batlle i Rossell
6b88ad4b16
I try to package libreoffice 3.5, as there was a weird segfault in 3.4, and they
...
changed the build system in 3.5. It still does not build either... hopefully
by more reachable troubles.
svn path=/nixpkgs/trunk/; revision=33022
2012-03-12 20:15:08 +00:00
Eelco Dolstra
891dd9121b
* Undo accidental commit.
...
svn path=/nixpkgs/trunk/; revision=33021
2012-03-12 15:34:00 +00:00
Eelco Dolstra
29df27f469
* Fix some Hydra dependencies that broke due to the Perl upgrade.
...
svn path=/nixpkgs/trunk/; revision=33020
2012-03-12 15:31:14 +00:00
Joachim Schiele
5b6856ff52
new version of spring is there
...
svn path=/nixpkgs/trunk/; revision=33019
2012-03-12 15:11:37 +00:00
Peter Simons
dd90a8b709
haskell-cabal2nix: updated to version 1.28
...
svn path=/nixpkgs/trunk/; revision=33016
2012-03-12 14:15:14 +00:00
Peter Simons
c86a90c4e9
Updating Haskell packages.
...
- Agda-executable: updated to version 2.3.0.1
- Agda: updated to version 2.3.0.1
- gio: added version 0.12.3
- hamlet: updated to version 0.10.9.1
- leksah-server: updated to version 0.12.0.4
- leksah: updated to version 0.12.0.3
- ltk: updated to version 0.12.0.0
- packages.nix: cosmetic change
- pandoc: updated to version 1.9.1.2
- polyparse: added version 1.8
- shakespeare-css: updated to version 0.10.8
- shakespeare-i18n: updated to version 0.0.2.1
- shakespeare-js: updated to version 0.11.2
- shakespeare-text: updated to version 0.11
- shakespeare: updated to version 0.11
- tls: updated to version 0.9.1
- unordered-containers: updated to version 0.2.0.1
- uuagc: updated to version 0.9.40.3
- yesod-core: updated to version 0.10.2.2
- yesod-form: updated to version 0.4.2.1
- yesod: updated to version 0.10.1.4
svn path=/nixpkgs/trunk/; revision=33015
2012-03-12 14:06:18 +00:00
Peter Simons
f5219b23a4
git-annex: updated to version 3.20120309
...
The test suite failure introduced recently has been fixed.
svn path=/nixpkgs/trunk/; revision=33014
2012-03-12 14:06:11 +00:00
Eelco Dolstra
613dd942c7
* Subversion updated to 1.7.4.
...
svn path=/nixpkgs/trunk/; revision=33013
2012-03-12 13:40:40 +00:00
Ludovic Courtès
adcc6d4102
gcc-cross-wrapper-libs: Gracefully deal with non-existent /TRIPLET/lib dir.
...
This fixes the cross-MinGW environment.
svn path=/nixpkgs/trunk/; revision=33010
2012-03-12 09:45:14 +00:00
Ludovic Courtès
9d125d64bf
VM: Upgrade to Debian 5.0.10.
...
svn path=/nixpkgs/trunk/; revision=33008
2012-03-12 08:13:10 +00:00
Shea Levy
76832793f2
Linux 3.3-rc7
...
svn path=/nixpkgs/trunk/; revision=33007
2012-03-12 02:19:05 +00:00
Lluís Batlle i Rossell
5ada5e0712
Updating busybox and fixing its configurator.
...
svn path=/nixpkgs/trunk/; revision=32998
2012-03-11 21:23:15 +00:00
Florian Friesdorf
7b47dea7b0
emacs-24.0.94 (pretest)
...
svn path=/nixpkgs/trunk/; revision=32997
2012-03-11 20:45:49 +00:00
Lluís Batlle i Rossell
446b01489a
Updating tcpdump and libpcap. I also remove a patch of libpcap I don't know
...
what's for. It builds and runs equally for me with or without it. I couldn't
find notes in svn log about it.
svn path=/nixpkgs/trunk/; revision=32996
2012-03-11 19:37:49 +00:00
Ludovic Courtès
0752b1e3d7
GCC 4.7: Make sure `stdenv.glibc' exists before using it.
...
svn path=/nixpkgs/trunk/; revision=32995
2012-03-11 17:35:45 +00:00
Florian Friesdorf
2b2eb19973
commented gcc47 - breaks tarball
...
svn path=/nixpkgs/trunk/; revision=32993
2012-03-11 15:59:06 +00:00
Florian Friesdorf
36fbb68247
fix typo maitainers -> maintainers
...
svn path=/nixpkgs/trunk/; revision=32992
2012-03-11 15:20:12 +00:00
Yury G. Kudryashov
c719876055
Remove unused files
...
svn path=/nixpkgs/trunk/; revision=32991
2012-03-11 14:52:03 +00:00
Mathijs Kwik
bd068d386e
completely removed gw6c. use gogoclient.
...
svn path=/nixpkgs/trunk/; revision=32989
2012-03-11 14:35:36 +00:00
Yury G. Kudryashov
39ceaa7aff
kde-runtime: apply patch that (hopefully) fixes virtuoso-t eating 100% CPU
...
svn path=/nixpkgs/trunk/; revision=32988
2012-03-11 14:35:19 +00:00
Ludovic Courtès
0a433261c5
VM: Make sure `smbd' is in QEMU's $PATH.
...
svn path=/nixpkgs/trunk/; revision=32987
2012-03-11 14:23:32 +00:00
Yury G. Kudryashov
7c4a72dd77
NM-pptp: 0.9.2.0, optional GNOME support
...
svn path=/nixpkgs/trunk/; revision=32986
2012-03-11 14:07:37 +00:00
Yury G. Kudryashov
d7e089e820
Add myself to etworkmanager.meta.maintainers
...
svn path=/nixpkgs/trunk/; revision=32985
2012-03-11 14:07:34 +00:00
Yury G. Kudryashov
0a66c08eb9
kdepim-runtime: drop patch
...
svn path=/nixpkgs/trunk/; revision=32984
2012-03-11 14:07:30 +00:00
Yury G. Kudryashov
736ecb4c53
Remove esound and libaudiofile
...
svn path=/nixpkgs/trunk/; revision=32983
2012-03-11 14:07:27 +00:00
Yury G. Kudryashov
464f6f42f6
iwlwifi-5000 v5 ucode
...
svn path=/nixpkgs/trunk/; revision=32982
2012-03-11 14:07:23 +00:00
Yury G. Kudryashov
a38ba26fbe
cinelerra: drop esound support
...
I'm going to remove esound from nixpkgs in a few minutes.
svn path=/nixpkgs/trunk/; revision=32981
2012-03-11 14:07:19 +00:00
Lluís Batlle i Rossell
9d2d98aab2
Libreoffice is still broken. Setting back the 'force' wall.
...
svn path=/nixpkgs/trunk/; revision=32979
2012-03-11 10:36:50 +00:00
Yury G. Kudryashov
1fef26d8f7
NM purity patch: substitute before build, fix typos
...
svn path=/nixpkgs/trunk/; revision=32978
2012-03-10 23:13:32 +00:00
Lluís Batlle i Rossell
251b9b6472
I made libreoffice build further... Let's see if further enough. I make hydra build it regardless of 'force'. Tomorrow we'll see the result.
...
svn path=/nixpkgs/trunk/; revision=32977
2012-03-10 21:18:07 +00:00
Eelco Dolstra
42617f5f83
* It's that time of year again.
...
svn path=/nixpkgs/trunk/; revision=32976
2012-03-10 19:23:04 +00:00
Lluís Batlle i Rossell
eddf9e24c7
Allowing mount to call /var/setuid-wrappers in preference. mount.cifs may require this,
...
as it does not support the 'user' option in fstab.
svn path=/nixpkgs/trunk/; revision=32975
2012-03-10 19:02:07 +00:00
Andres Löh
a1f88264cf
Binary is a GHC core package since GHC-7.2.
...
svn path=/nixpkgs/trunk/; revision=32974
2012-03-10 17:30:51 +00:00
Ludovic Courtès
5d159f8a06
runInGenericVM: Use whatever the current system is.
...
svn path=/nixpkgs/trunk/; revision=32970
2012-03-10 11:44:47 +00:00
Lluís Batlle i Rossell
7c92bab1e5
Made xbursttools have libusb and libusb1. Looks like depending on both.
...
svn path=/nixpkgs/trunk/; revision=32969
2012-03-10 11:26:55 +00:00
Ludovic Courtès
313191412d
GNU: SMBFS: Update.
...
svn path=/nixpkgs/trunk/; revision=32968
2012-03-10 10:51:21 +00:00
Yury G. Kudryashov
eb81f33244
Remove zapping, zvbi and rte
...
Feel free to revert&fix compile if you need these packages.
svn path=/nixpkgs/trunk/; revision=32966
2012-03-09 20:16:02 +00:00
Eelco Dolstra
d1cbcc3971
* Bump nixUnstable.
...
svn path=/nixpkgs/trunk/; revision=32965
2012-03-09 19:57:33 +00:00
Yury G. Kudryashov
93683bf273
networkmanagement-0.9.0
...
svn path=/nixpkgs/trunk/; revision=32964
2012-03-09 19:34:10 +00:00
Eelco Dolstra
6bc6c61f01
* hdparm updated to 9.39.
...
svn path=/nixpkgs/trunk/; revision=32963
2012-03-09 19:24:54 +00:00
Joachim Schiele
92c04c80c7
tvtime is now on nixos, thanks to the patches taken from the portage team!
...
svn path=/nixpkgs/trunk/; revision=32962
2012-03-09 18:21:10 +00:00
Lluís Batlle i Rossell
d6ae44060b
Giving libusb1 to xbursttools. It wants it.
...
svn path=/nixpkgs/trunk/; revision=32959
2012-03-09 17:23:32 +00:00
Lluís Batlle i Rossell
6bb466ed9b
Making GPL Ghostscript use the system libraries (libjpeg, libpng, ...) so
...
the previous troubles with a mixture of libpng versions fade away.
I also enable back GPL Ghostscript as the default.
I checked that 'awesome' builds fine (it calls imagemagick for some pictures in
its build script), as a proof that imagemagick does not crash anymore.
svn path=/nixpkgs/trunk/; revision=32958
2012-03-09 17:15:11 +00:00
Lluís Batlle i Rossell
31cdac999c
Reverting the set of GPL ghostscript as default, because it made imagemagick crash.
...
Eelco thinks it's about libpng versions mismatch.
svn path=/nixpkgs/trunk/; revision=32957
2012-03-09 16:40:20 +00:00
Yury G. Kudryashov
469d3f46be
loudmouth: use mirror://gnome
...
svn path=/nixpkgs/trunk/; revision=32955
2012-03-09 15:09:11 +00:00
Lluís Batlle i Rossell
ecb295e8c7
Setting GPL Ghostscript as default, instead of GNU ghostscript.
...
It looks like GPL Ghostscript has good support from upstream, and is more up to date,
in contrast to GNU's.
svn path=/nixpkgs/trunk/; revision=32953
2012-03-09 13:35:45 +00:00
Peter Simons
5b712643d9
swt: updated to version 3.7.2-201202080800
...
Committed on behalf of "Corey O'Connor" <coreyoconnor@gmail.com> via
<CANTmfBTtRRQoc9UXCmNC8z1BNhnmiQZNVhB1TNK-PUGV-9om_w@mail.gmail.com>.
svn path=/nixpkgs/trunk/; revision=32952
2012-03-09 13:24:16 +00:00
Peter Simons
a98e6bdc29
pdf-filter.nix: strip trailing whitespace
...
svn path=/nixpkgs/trunk/; revision=32950
2012-03-09 10:22:34 +00:00
Peter Simons
70fca00b78
cups-pdf-filter: register MIME conversions from PDF to PS
...
CUPS 1.5.x doesn't do that automatically anymore.
svn path=/nixpkgs/trunk/; revision=32949
2012-03-09 10:22:30 +00:00
Peter Simons
178b500c8c
Updated Haskell packages.
...
- Hipmunk: updated to version 5.2.0.7
- cairo: updated to version 0.12.3
- digest: updated to version 0.0.1.1
- glib: updated to version 0.12.3
- gloss: updated to version 1.6.2.1
- gtk: updated to version 0.12.3
- language-javascript: updated to version 0.4.10
- pango: updated to version 0.12.3
- zeromq-haskell: updated to version 0.8.4
svn path=/nixpkgs/trunk/; revision=32947
2012-03-09 10:01:19 +00:00
Yury G. Kudryashov
0cea832a1b
Remove unused builder
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=32946
2012-03-09 07:13:14 +00:00
Yury G. Kudryashov
e060892aac
gvfs-1.10.1
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=32945
2012-03-09 07:13:11 +00:00
Yury G. Kudryashov
91fb91d9e0
libsoup-2.36.1
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=32944
2012-03-09 07:13:08 +00:00
Yury G. Kudryashov
1f84acc113
gamin: glib-2.30.0 FTBFS
...
Cherry-pick ^/nixpkgs/branches/glib-2.30@31417
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=32943
2012-03-09 07:13:03 +00:00
Yury G. Kudryashov
7331031c0c
glib-networking-2.30.2
...
* Pass gsettings-desktop-schemas to glib-networking
* Use ca-certificates /etc/ca-bundle.crt
Cherry-pick ^/nixpkgs/branches/glib-2.30@31414, remove xz
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=32942
2012-03-09 06:18:42 +00:00
Yury G. Kudryashov
dc4833f773
polkit-0.104
...
cherry-pick ^/nixpkgs/branches/glib-2.30@31425
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=32941
2012-03-09 06:13:10 +00:00
Yury G. Kudryashov
240df3a3e0
glib-2.30, glibmm-2.30
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=32940
2012-03-09 06:13:05 +00:00
Joachim Schiele
ac9f3a50a2
package won't build on the current nixos/nixpkgs (but it did with older checkouts on my other computer). so here is a fix which makes springlobby compile and install at least
...
svn path=/nixpkgs/trunk/; revision=32937
2012-03-09 00:59:13 +00:00
Yury G. Kudryashov
a14e9f7c0f
gtk+-2.24.10
...
svn path=/nixpkgs/trunk/; revision=32936
2012-03-08 23:29:27 +00:00
Yury G. Kudryashov
b0aa85371b
Use pango-1.29
...
svn path=/nixpkgs/trunk/; revision=32935
2012-03-08 23:25:52 +00:00
Yury G. Kudryashov
a5eb37cc37
gnome-doc-utils-0.18.1
...
svn path=/nixpkgs/trunk/; revision=32934
2012-03-08 23:15:51 +00:00
Yury G. Kudryashov
b0dbd38ea6
Move libcroco and librsvg to top-level
...
svn path=/nixpkgs/trunk/; revision=32933
2012-03-08 22:57:05 +00:00
Yury G. Kudryashov
01c4e30a8a
gnome-control-center-2.32.1
...
svn path=/nixpkgs/trunk/; revision=32932
2012-03-08 22:46:10 +00:00
Yury G. Kudryashov
711fada6ee
gnome-settings-daemon-2.32.1
...
svn path=/nixpkgs/trunk/; revision=32931
2012-03-08 22:46:06 +00:00
Yury G. Kudryashov
86080768f1
metacity-2.30.3
...
svn path=/nixpkgs/trunk/; revision=32930
2012-03-08 22:46:03 +00:00
Yury G. Kudryashov
793d0c983c
Move gsettings-desktop-schemas to data/misc
...
svn path=/nixpkgs/trunk/; revision=32929
2012-03-08 22:45:58 +00:00
Yury G. Kudryashov
ec84a1f0b8
libcroco-0.6.4
...
svn path=/nixpkgs/trunk/; revision=32928
2012-03-08 22:45:54 +00:00
Yury G. Kudryashov
b196e5f125
libgnomekbd-2.32.0
...
svn path=/nixpkgs/trunk/; revision=32927
2012-03-08 22:45:51 +00:00
Yury G. Kudryashov
c3eb93ae3b
gnome-panel-2.32.1
...
svn path=/nixpkgs/trunk/; revision=32926
2012-03-08 22:45:47 +00:00
Yury G. Kudryashov
3372c8abfd
librsvg-2.34.2
...
svn path=/nixpkgs/trunk/; revision=32925
2012-03-08 22:45:42 +00:00
Yury G. Kudryashov
396fcedaed
libwnck-2.30.7
...
svn path=/nixpkgs/trunk/; revision=32924
2012-03-08 22:45:38 +00:00
Yury G. Kudryashov
683752fa85
libgsf: pass gdk_pixbuf
...
svn path=/nixpkgs/trunk/; revision=32923
2012-03-08 22:45:35 +00:00
Yury G. Kudryashov
a85944b665
gnome-desktop-2.32.1
...
svn path=/nixpkgs/trunk/; revision=32922
2012-03-08 22:45:32 +00:00
Yury G. Kudryashov
cfe4427418
gnome-session-2.32.1
...
svn path=/nixpkgs/trunk/; revision=32921
2012-03-08 22:45:28 +00:00
Yury G. Kudryashov
dff711a9db
GConf: depend on gtk
...
It needs gtk only for 'gtk-sanity-check-2' program. We should split this program
to a dedicated package.
svn path=/nixpkgs/trunk/; revision=32920
2012-03-08 22:45:25 +00:00
Yury G. Kudryashov
9a4c1acfb5
GConf-2.32.4
...
svn path=/nixpkgs/trunk/; revision=32919
2012-03-08 22:45:22 +00:00
Yury G. Kudryashov
b409732c69
gnome-menus-2.30.5
...
svn path=/nixpkgs/trunk/; revision=32918
2012-03-08 22:45:18 +00:00
Yury G. Kudryashov
9fb93537bb
zenity-2.32.1, remove CPPFLAGS magic
...
svn path=/nixpkgs/trunk/; revision=32917
2012-03-08 22:45:15 +00:00
Yury G. Kudryashov
e7e3a28ac6
gnome-vfs-monikers: cleanup CPPFLAGS
...
svn path=/nixpkgs/trunk/; revision=32916
2012-03-08 22:45:11 +00:00
Yury G. Kudryashov
5d42d15d15
at-spi-1.32.0
...
svn path=/nixpkgs/trunk/; revision=32915
2012-03-08 22:45:02 +00:00
Lluís Batlle i Rossell
e277e44e34
Updating GPL Ghostscript.
...
svn path=/nixpkgs/trunk/; revision=32914
2012-03-08 22:28:26 +00:00
Peter Simons
47e76fde88
haskell-unordered-containers: added version 0.1.4.6 again to fix build of snap-core
...
svn path=/nixpkgs/trunk/; revision=32911
2012-03-08 20:50:18 +00:00
Peter Simons
5ca8bc5be3
haskell-syb: revert removal of versions 0.2.2 and 0.3
...
Apparently, these versions weren't as obsolete as I thought.
svn path=/nixpkgs/trunk/; revision=32909
2012-03-08 18:53:51 +00:00
Michael Raskin
7c0d7abdd7
Adding GAP discrete algebra system
...
svn path=/nixpkgs/trunk/; revision=32908
2012-03-08 18:23:47 +00:00
Yury G. Kudryashov
b88e0e8807
libgnomeui depends on libgnome-keyring, not gnome-keyring
...
svn path=/nixpkgs/trunk/; revision=32907
2012-03-08 17:16:04 +00:00
Yury G. Kudryashov
b94c51c2f7
gnome-keyring -> libgnome-keyring
...
svn path=/nixpkgs/trunk/; revision=32906
2012-03-08 16:49:14 +00:00
Yury G. Kudryashov
1a62d14cdd
Move glib-networking to top namespace
...
svn path=/nixpkgs/trunk/; revision=32905
2012-03-08 16:49:08 +00:00
Lluís Batlle i Rossell
46b258acb4
Updating octave to the new major release 3.6.1
...
svn path=/nixpkgs/trunk/; revision=32904
2012-03-08 16:24:37 +00:00
Andres Löh
ec99325d80
Explicitly set platforms for 7.4.1 rather than inheriting them.
...
I hope this will enable darwin builds for 7.4.1 on Hydra.
svn path=/nixpkgs/trunk/; revision=32903
2012-03-08 16:22:01 +00:00
Yury G. Kudryashov
065d71635d
gnome-icon-theme-2.30.3
...
svn path=/nixpkgs/trunk/; revision=32900
2012-03-08 15:37:23 +00:00
Yury G. Kudryashov
5020497c95
libsoup: depend on libgnome-keyring
...
svn path=/nixpkgs/trunk/; revision=32899
2012-03-08 15:37:19 +00:00
Ludovic Courtès
adb08e8a97
Add GCC 4.7.0 release candidate.
...
svn path=/nixpkgs/trunk/; revision=32898
2012-03-08 15:36:50 +00:00
Yury G. Kudryashov
99337fff9d
gnome-keyring-2-30.3
...
svn path=/nixpkgs/trunk/; revision=32897
2012-03-08 15:36:34 +00:00
Joachim Schiele
dfbde3db02
updated springlobby to 141 and changed the name of the package
...
svn path=/nixpkgs/trunk/; revision=32896
2012-03-08 15:32:20 +00:00
Joachim Schiele
0d6be026c3
changing the name from spring-lobby to springlobby
...
svn path=/nixpkgs/trunk/; revision=32895
2012-03-08 15:30:08 +00:00
Lluís Batlle i Rossell
214c1357f9
Updating feh to 2.4
...
svn path=/nixpkgs/trunk/; revision=32893
2012-03-08 13:45:58 +00:00
Lluís Batlle i Rossell
b73a6999d0
Adding a patch for go-oo, so it does not dislike gcc 4.6.
...
svn path=/nixpkgs/trunk/; revision=32892
2012-03-08 13:35:42 +00:00
Lluís Batlle i Rossell
d2747b12e9
Updating and fixing physfs, so more videogames can build.
...
svn path=/nixpkgs/trunk/; revision=32891
2012-03-08 13:34:42 +00:00
Joachim Schiele
88b69df2dc
Added two missing dependencies (to make the packages build)
...
svn path=/nixpkgs/trunk/; revision=32890
2012-03-08 13:31:16 +00:00
Peter Simons
6443e4dc64
Updated haskell packages.
...
- uniplate: updated to version 1.6.7
- unordered-containers: dropped obsolete version 0.1.4.6
- HsOpenSSL: updated to version 0.10.1.4
svn path=/nixpkgs/trunk/; revision=32889
2012-03-08 13:22:32 +00:00
Yury G. Kudryashov
e402a4a6a6
gvfs: depend on libgnome-keyring, not gnome-keyring
...
svn path=/nixpkgs/trunk/; revision=32888
2012-03-08 13:06:47 +00:00
Yury G. Kudryashov
9abf1b03a9
Move libgnome-keyring to development/libraries
...
svn path=/nixpkgs/trunk/; revision=32887
2012-03-08 13:06:44 +00:00
Eelco Dolstra
7cd2bdaa58
* Add x86_64-freebsd to release-lib.nix
...
svn path=/nixpkgs/trunk/; revision=32886
2012-03-08 12:52:00 +00:00
Lluís Batlle i Rossell
f67cd2f0d7
Trying again to get perl510Packages for go_oo.
...
svn path=/nixpkgs/trunk/; revision=32885
2012-03-08 12:03:29 +00:00
Ludovic Courtès
66403757db
GNU MPFR: Work around a FreeBSD bug.
...
svn path=/nixpkgs/trunk/; revision=32884
2012-03-08 11:12:15 +00:00
Yury G. Kudryashov
7390600a6e
libsoup-2.34.3
...
svn path=/nixpkgs/trunk/; revision=32883
2012-03-08 10:14:37 +00:00
Lluís Batlle i Rossell
7aa7245620
Trying to get go_oo pick perl510 packages for what it needs.
...
svn path=/nixpkgs/trunk/; revision=32882
2012-03-08 10:12:02 +00:00
Lluís Batlle i Rossell
bb724044b6
Updating giv.
...
svn path=/nixpkgs/trunk/; revision=32881
2012-03-08 10:08:56 +00:00
Peter Simons
5e8842d808
haskell-mwc-random: updated to version 0.12.0.0
...
svn path=/nixpkgs/trunk/; revision=32880
2012-03-08 09:56:05 +00:00
Peter Simons
d5eb6c7f59
haskell-unordered-containers: added version 0.2.0.0
...
svn path=/nixpkgs/trunk/; revision=32879
2012-03-08 09:56:00 +00:00
Ludovic Courtès
2f01e58e61
vmTools: Use stdenv's glibc in `initrd-utils'.
...
svn path=/nixpkgs/trunk/; revision=32878
2012-03-08 09:40:45 +00:00
Yury G. Kudryashov
91ef1c05ab
gnome2: gvfs-1.8.2
...
svn path=/nixpkgs/trunk/; revision=32877
2012-03-08 09:27:13 +00:00
Yury G. Kudryashov
2a074000be
patch and fixCmakeFiles do not commute
...
svn path=/nixpkgs/trunk/; revision=32876
2012-03-08 07:59:56 +00:00
Yury G. Kudryashov
3dde54caeb
poppler-0.18.4
...
svn path=/nixpkgs/trunk/; revision=32875
2012-03-08 07:59:53 +00:00
Yury G. Kudryashov
c65ada160e
KDE-4.8.1
...
* Switch to .tar.xz.
* Update fixed-output derivations hashes.
* Add kde-base-artwork (ksplashx themes)
svn path=/nixpkgs/trunk/; revision=32874
2012-03-08 06:53:44 +00:00
Shea Levy
9eb1b81548
Update rubygems
...
svn path=/nixpkgs/trunk/; revision=32873
2012-03-08 05:45:23 +00:00
Lluís Batlle i Rossell
bd86ae57c2
Setting perl 5.10 for the openoffice build. It uses Switch.pm.
...
svn path=/nixpkgs/trunk/; revision=32872
2012-03-07 22:41:33 +00:00
Lluís Batlle i Rossell
a51ca62215
Fixing the build of libwpd 0.8. That will help openoffice to go on building.
...
svn path=/nixpkgs/trunk/; revision=32871
2012-03-07 22:38:42 +00:00
Lluís Batlle i Rossell
dc0fd8219c
I take back r32860; I'll try to fix libwpd_08
...
svn path=/nixpkgs/trunk/; revision=32870
2012-03-07 22:34:54 +00:00
Lluís Batlle i Rossell
b2653605c4
Setting myself as maintainer of netkit tftp, to get updates if it fails to build.
...
svn path=/nixpkgs/trunk/; revision=32869
2012-03-07 22:21:24 +00:00
Lluís Batlle i Rossell
02ac39aef8
Setting myself as maintainer for xsane and cdecl, and telling hydra to build them.
...
svn path=/nixpkgs/trunk/; revision=32868
2012-03-07 22:20:23 +00:00
Ludovic Courtès
330a4e656a
util-linux: Use Linux-specific header on Linux only.
...
svn path=/nixpkgs/trunk/; revision=32867
2012-03-07 22:15:42 +00:00
Lluís Batlle i Rossell
f1f834f260
Adding patches for cdecl to build. I picked them from:
...
http://gentoo-overlays.zugaina.org/gentoo/portage/dev-util/cdecl/files/
svn path=/nixpkgs/trunk/; revision=32866
2012-03-07 22:12:12 +00:00
Yury G. Kudryashov
11f64b0449
rekonq-0.9.0-1 needs pkg-config
...
svn path=/nixpkgs/trunk/; revision=32865
2012-03-07 22:06:29 +00:00
Lluís Batlle i Rossell
18ddc5f25c
A little patch to gav, and it does not require gcc 4.1 anymore.
...
svn path=/nixpkgs/trunk/; revision=32863
2012-03-07 22:04:53 +00:00
Lluís Batlle i Rossell
65f45ef322
Updating xsane, and making it build with the old libpng. The previous url is gone.
...
svn path=/nixpkgs/trunk/; revision=32862
2012-03-07 21:59:48 +00:00
Ludovic Courtès
191fbf40bd
GNU Mach: Update.
...
svn path=/nixpkgs/trunk/; revision=32861
2012-03-07 21:53:37 +00:00
Lluís Batlle i Rossell
c62d643520
Let's see if go_oo will build without system libwpd. The libwpd required by oo.org fails to build.
...
svn path=/nixpkgs/trunk/; revision=32860
2012-03-07 21:48:26 +00:00
Lluís Batlle i Rossell
5335c6d816
Ouch, fixing my previous commit on xburst-tools.
...
svn path=/nixpkgs/trunk/; revision=32859
2012-03-07 21:40:43 +00:00
Lluís Batlle i Rossell
906f400681
I think xburst needs pkgconfig
...
svn path=/nixpkgs/trunk/; revision=32858
2012-03-07 21:38:19 +00:00
Lluís Batlle i Rossell
749df87304
Removing a patch not needed anymore, for vlc.
...
svn path=/nixpkgs/trunk/; revision=32856
2012-03-07 20:36:42 +00:00
Lluís Batlle i Rossell
ce482ec155
Adding a new url for netkit tftp, as the other is down.
...
svn path=/nixpkgs/trunk/; revision=32855
2012-03-07 18:13:03 +00:00
Ludovic Courtès
046743311d
gcc_realCross: Switch to `gcc46_realCross'.
...
svn path=/nixpkgs/trunk/; revision=32854
2012-03-07 16:01:12 +00:00
Ludovic Courtès
09531a24ad
GCC 4.6: Fix `gccCrossStageFinal' for GNU/Hurd.
...
svn path=/nixpkgs/trunk/; revision=32853
2012-03-07 16:01:07 +00:00
Lluís Batlle i Rossell
7f3aa94399
Fixing the build of opencascade on linux.
...
The new gcc sees a code flaw that I can 'overcome' (make the build go on) with -fpermissive.
svn path=/nixpkgs/trunk/; revision=32852
2012-03-07 13:49:51 +00:00
Ludovic Courtès
3666a7c149
util-linux: Allow cross-compilation.
...
svn path=/nixpkgs/trunk/; revision=32851
2012-03-07 13:45:06 +00:00
Ludovic Courtès
04e9081837
GNU libc: Reinstate the latest Hurd snapshot.
...
svn path=/nixpkgs/trunk/; revision=32850
2012-03-07 13:45:01 +00:00
Rob Vermaas
c4b2325838
update strategoxt
...
svn path=/nixpkgs/trunk/; revision=32849
2012-03-07 13:21:44 +00:00
Lluís Batlle i Rossell
ef568bf192
Fixing the vxl build.
...
svn path=/nixpkgs/trunk/; revision=32848
2012-03-07 10:16:53 +00:00
Eelco Dolstra
ed325cd1ae
* We accidentally lost xz support in rpm. This broke RPM builds
...
(http://hydra.nixos.org/build/2230623 ).
svn path=/nixpkgs/trunk/; revision=32847
2012-03-07 09:47:22 +00:00
Eelco Dolstra
6adea06e1c
* Disable some broken jobs ( http://hydra.nixos.org/build/2250730 ).
...
svn path=/nixpkgs/trunk/; revision=32846
2012-03-07 09:13:52 +00:00
Lluís Batlle i Rossell
1981a57c13
Updating inadyn. The old sourceforge place did not work anymore.
...
svn path=/nixpkgs/trunk/; revision=32845
2012-03-07 08:37:07 +00:00
Lluís Batlle i Rossell
5bd4e3d8f8
Setting glibc info and glibc locales for the glibc version we use (2.13).
...
svn path=/nixpkgs/trunk/; revision=32844
2012-03-07 08:18:00 +00:00
Peter Simons
0005cc8e28
perl-Compress-Raw-Bzip2: updated to version 2.049 to (hopefully) fix test suite failures on Darwin
...
svn path=/nixpkgs/trunk/; revision=32843
2012-03-07 06:52:06 +00:00
Peter Simons
a919e1274f
perl-Compress-Raw-Zlib: updated to version 2.051 to (hopefully) fix test suite failures on Darwin
...
svn path=/nixpkgs/trunk/; revision=32842
2012-03-07 06:52:02 +00:00
Peter Simons
c20062ea51
haskell-download-curl: updated to version 0.1.4
...
svn path=/nixpkgs/trunk/; revision=32841
2012-03-06 22:27:29 +00:00
Peter Simons
4a39ac521a
haskell-syb: removed obsolete versions 0.2.2 and 0.3
...
svn path=/nixpkgs/trunk/; revision=32840
2012-03-06 22:27:24 +00:00
Peter Simons
7873ce2793
pakcs: updated to version 1.10.0
...
svn path=/nixpkgs/trunk/; revision=32839
2012-03-06 22:27:20 +00:00
Peter Simons
4d752e1cd1
gfortran: updated default version to 4.6.3.
...
svn path=/nixpkgs/trunk/; revision=32838
2012-03-06 22:27:14 +00:00
Ludovic Courtès
8bab00e0ad
GCC 4.6: Add patch to fix GNU/Hurd builds.
...
svn path=/nixpkgs/trunk/; revision=32837
2012-03-06 21:33:20 +00:00
Ludovic Courtès
3214f4a844
Add `stdenv.isGNU'.
...
svn path=/nixpkgs/trunk/; revision=32836
2012-03-06 21:33:14 +00:00
Peter Simons
d959dae915
perl-packages.nix: fixed test suite failures
...
- updated Encode to version 2.44
- updated PerlMagick to version 6.74
- updated YAML to version 0.80
svn path=/nixpkgs/trunk/; revision=32835
2012-03-06 21:13:41 +00:00
Peter Simons
f750ad3871
nss: updated to version 3.13.3 to fix build errors on Linux 3.2
...
svn path=/nixpkgs/trunk/; revision=32834
2012-03-06 20:57:39 +00:00
Ludovic Courtès
0a08fe21f3
libgdiplus 2.10.9.
...
svn path=/nixpkgs/trunk/; revision=32833
2012-03-06 20:23:34 +00:00
Peter Simons
f7896f322e
libgnomeprint: fix gcc 4.6 compilation error
...
svn path=/nixpkgs/trunk/; revision=32832
2012-03-06 20:04:58 +00:00
Eelco Dolstra
38615a16e9
* Fix the checkinstall build on Glibc 2.13.
...
svn path=/nixpkgs/trunk/; revision=32831
2012-03-06 19:06:33 +00:00
Eelco Dolstra
5e4c7aa8f3
* This substitution causes bash to hang. Urgh. Bash's pattern
...
substitutions aren't very reliable.
svn path=/nixpkgs/trunk/; revision=32830
2012-03-06 18:49:44 +00:00
Peter Simons
0be4183bd5
cups: updated to version 1.5.2
...
svn path=/nixpkgs/trunk/; revision=32829
2012-03-06 16:02:04 +00:00
Yury G. Kudryashov
3fa0cbb011
zlib_latest == zlib, so remove zlib/latest.nix
...
svn path=/nixpkgs/trunk/; revision=32828
2012-03-06 14:35:37 +00:00
Yury G. Kudryashov
614d81046c
Remove cmake_2_8_7: default is already 2.8.7
...
svn path=/nixpkgs/trunk/; revision=32827
2012-03-06 14:35:30 +00:00
Eelco Dolstra
b49ee92aa9
* Fix building libgdiplus with libpng15.
...
svn path=/nixpkgs/trunk/; revision=32826
2012-03-06 13:49:37 +00:00
Yury G. Kudryashov
ce5a0fdf68
rekonq-0.9.0-1
...
svn path=/nixpkgs/trunk/; revision=32825
2012-03-06 13:08:46 +00:00
Eelco Dolstra
8778f0b368
* Change the priority of trunk builds back.
...
svn path=/nixpkgs/trunk/; revision=32823
2012-03-06 12:21:33 +00:00
Michael Raskin
ef3a71007a
Forgotten part of xsane: Use libpng specified, not the one propagated
...
svn path=/nixpkgs/trunk/; revision=32822
2012-03-06 12:21:09 +00:00
Eelco Dolstra
3c56e571af
* Final sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32820
2012-03-06 11:34:11 +00:00
Peter Simons
88d14c0e29
git-annex: updated to version 3.20120230
...
Note that the latest version of git-annex must be compiled with GHC 7.4.1 or
later, because it takes advantage of some freaky file name encoding guessing
features that are absent in older versions of the base library.
svn path=/nixpkgs/trunk/; revision=32819
2012-03-06 11:24:20 +00:00
Peter Simons
10ec4c4a6a
all-packages.nix: xsane doesn't depend on libpng
...
svn path=/nixpkgs/trunk/; revision=32818
2012-03-06 11:05:50 +00:00
Peter Simons
453a3a7d39
haskell-xss-sanitize: updated to version 0.3.1.1
...
svn path=/nixpkgs/trunk/; revision=32817
2012-03-06 11:05:48 +00:00
Peter Simons
ae52511779
haskell-clientsession: updated to version 0.7.4.2
...
svn path=/nixpkgs/trunk/; revision=32816
2012-03-06 11:05:45 +00:00
Peter Simons
4adb9195bc
haskell-base64-bytestring: updated to version 0.1.1.1
...
svn path=/nixpkgs/trunk/; revision=32815
2012-03-06 11:05:42 +00:00
Michael Raskin
20c29256cf
xsane needs libpng12..
...
svn path=/nixpkgs/trunk/; revision=32813
2012-03-06 10:18:28 +00:00
Eelco Dolstra
17fe5f329a
* man: Prefer /etc/man.conf over $out/lib/man.conf. Man only reads
...
the first file that exists, so this is necessary to allow the
builtin config to be overriden.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32812
2012-03-06 10:14:00 +00:00
Eelco Dolstra
b57e0d8829
* man: Work around a bug in substituteInPlace. It loses the final
...
newline, and man requires every line in man.conf to be terminated by
a newline. We should fix the bug eventually though.
* man updated to 1.6g.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32811
2012-03-06 10:10:56 +00:00
Michael Raskin
fd9fedc32a
XaoS wants libpng12
...
svn path=/nixpkgs/trunk/; revision=32809
2012-03-06 09:28:08 +00:00
Peter Simons
1f847aa4c5
haskell-Crypto: fix build on GHC 7.4.1
...
http://anonscm.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-crypto;a=filediff;h=20120213034652-b2814-0019a3f92e453e9be86166d6c1f1bc0dad6e4d12.gz;f=patches/class-constraints.diff
svn path=/nixpkgs/trunk/; revision=32808
2012-03-05 23:32:24 +00:00
Lluís Batlle i Rossell
dbe98be6a1
Updating btar
...
svn path=/nixpkgs/trunk/; revision=32807
2012-03-05 21:23:22 +00:00
Yury G. Kudryashov
b7642bfdfb
svn merge ^/nixpkgs/trunk
...
I need the latest KDE-related changes
svn path=/nixpkgs/branches/stdenv-updates/; revision=32806
2012-03-05 21:01:47 +00:00
Yury G. Kudryashov
296eff8fbd
Pass pkgconfig to kdeplasma-addons
...
svn path=/nixpkgs/trunk/; revision=32805
2012-03-05 20:59:19 +00:00
Yury G. Kudryashov
3b39886275
Oops, fix evaluation
...
Forgotten to pass pkgconfig to kdeplasma-addons
svn path=/nixpkgs/trunk/; revision=32804
2012-03-05 20:59:15 +00:00
Yury G. Kudryashov
55adb6c2f7
kdeplasma-addons depends on libdbusmenu-qt
...
svn path=/nixpkgs/trunk/; revision=32803
2012-03-05 20:51:25 +00:00
Yury G. Kudryashov
4767246246
kdeplasma-addons needs pkg-config to find some dependencies
...
svn path=/nixpkgs/trunk/; revision=32802
2012-03-05 20:51:18 +00:00
Peter Simons
6343fc34ec
haskell-system-fileio: updated to version 0.3.7
...
svn path=/nixpkgs/trunk/; revision=32801
2012-03-05 17:52:30 +00:00
Peter Simons
d5b26ac52f
haskell-happstack-server: updated to version 6.6.4
...
svn path=/nixpkgs/trunk/; revision=32800
2012-03-05 17:52:24 +00:00
Peter Simons
05d92999a0
Updated haskell packages.
...
- HDBC-postgresql updated to version 2.3.2.1
- HsOpenSSL updated to version 0.10.1.3
- hledger-web updated to version 0.17.1
- persistent updated to version 0.8.0.2
- xml-conduit updated to version 0.5.3.1
- haddock: added version 2.10.0
svn path=/nixpkgs/trunk/; revision=32799
2012-03-05 11:58:21 +00:00
Yury G. Kudryashov
edb8aaed92
exiv2-0.22
...
svn path=/nixpkgs/trunk/; revision=32796
2012-03-05 10:27:47 +00:00
Yury G. Kudryashov
8d784d0d1b
libexif-0.6.20
...
svn path=/nixpkgs/trunk/; revision=32795
2012-03-05 10:27:44 +00:00
Yury G. Kudryashov
a28ca7b07f
Remove unused patch no-po.patch
...
It is not used since rev 9722
svn path=/nixpkgs/trunk/; revision=32794
2012-03-05 10:27:40 +00:00
Yury G. Kudryashov
f99db36748
Remove unused patch
...
Ncurses does not reference this patch since r32728.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32793
2012-03-05 10:00:57 +00:00
Yury G. Kudryashov
57fd764a39
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32792
2012-03-05 10:00:23 +00:00
Ludovic Courtès
e657e2c455
transfig: Keep using libpng 1.2.
...
svn path=/nixpkgs/trunk/; revision=32791
2012-03-05 09:40:36 +00:00
Yury G. Kudryashov
7760d844ba
soprano-2.7.5
...
svn path=/nixpkgs/trunk/; revision=32790
2012-03-05 05:10:10 +00:00
Mathijs Kwik
b247fa9c2c
chromium: depend on libpng12
...
svn path=/nixpkgs/trunk/; revision=32789
2012-03-04 22:47:52 +00:00
Eelco Dolstra
c1b59aa71d
* Firefox 10.0.2.
...
svn path=/nixpkgs/trunk/; revision=32776
2012-03-04 16:34:01 +00:00
Eelco Dolstra
962b01f686
* Remove unnecessary copy on sed.
...
svn path=/nixpkgs/trunk/; revision=32773
2012-03-04 15:52:41 +00:00
Eelco Dolstra
27809f0ec4
* No longer needed.
...
svn path=/nixpkgs/trunk/; revision=32772
2012-03-04 15:50:03 +00:00
Mathijs Kwik
0f81c6363f
gogoclient: added to release
...
svn path=/nixpkgs/trunk/; revision=32761
2012-03-04 12:28:50 +00:00
Mathijs Kwik
a92fe14103
upgraded nodejs to 0.6.11
...
svn path=/nixpkgs/trunk/; revision=32760
2012-03-04 12:28:45 +00:00
Yury G. Kudryashov
d4ffc7332c
Merge trunk right before reintegrating
...
svn path=/nixpkgs/branches/libpng15/; revision=32758
2012-03-04 09:09:21 +00:00
Yury G. Kudryashov
d982e10f34
fbida-2.09 (builds with libpng-1.5)
...
Cherry-pick r32756 from trunk
svn path=/nixpkgs/branches/libpng15/; revision=32757
2012-03-04 08:56:42 +00:00
Yury G. Kudryashov
b0d12859fc
fbida-2.09 (builds with libpng-1.5)
...
svn path=/nixpkgs/trunk/; revision=32756
2012-03-04 08:53:46 +00:00
Shea Levy
62a2b075e4
Update rubygems
...
svn path=/nixpkgs/trunk/; revision=32755
2012-03-03 17:32:11 +00:00
Ludovic Courtès
90d1e1bb83
Add UNFS3, a user-space NFSv3 server.
...
svn path=/nixpkgs/trunk/; revision=32753
2012-03-03 16:06:27 +00:00
Lluís Batlle i Rossell
b479679b94
Fixing typos in the oprofile expression
...
svn path=/nixpkgs/trunk/; revision=32752
2012-03-03 12:15:58 +00:00
Lluís Batlle i Rossell
5a568ee185
Updating oprofile
...
svn path=/nixpkgs/trunk/; revision=32751
2012-03-03 11:30:44 +00:00
Lluís Batlle i Rossell
53e80e5316
Adding a manpage for tar, using help2man
...
svn path=/nixpkgs/trunk/; revision=32749
2012-03-03 09:52:55 +00:00
Ludovic Courtès
d8849a045e
lcov: Fix build on FreeBSD.
...
svn path=/nixpkgs/trunk/; revision=32746
2012-03-02 15:57:36 +00:00
Eelco Dolstra
000051b196
* VirtualBox: drop the unnecessary dependency on HAL.
...
svn path=/nixpkgs/trunk/; revision=32745
2012-03-02 14:54:14 +00:00
Eelco Dolstra
15e5aead3d
* Upstart 1.4. Of particular interest is the "log" stanza to redirect
...
a job's stdout/stderr to a file, and "setuid" / "setgid" to execute
a job as a different user/group.
svn path=/nixpkgs/trunk/; revision=32744
2012-03-02 14:46:58 +00:00
Lluís Batlle i Rossell
55fb51c2d1
Updating opencascade to 6.5.2.
...
I had to bring an older ftgl in.
svn path=/nixpkgs/trunk/; revision=32742
2012-03-02 13:47:37 +00:00
Eelco Dolstra
a88fdf8ef7
* Oops.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32737
2012-03-02 09:35:51 +00:00
Peter Simons
6975b032b1
haskell-persistent-template: updated to version 0.8.1.2
...
svn path=/nixpkgs/trunk/; revision=32736
2012-03-02 08:46:43 +00:00
Peter Simons
dc74dd0cb0
haskell-math-functions: updated to version 0.1.1.1
...
svn path=/nixpkgs/trunk/; revision=32735
2012-03-02 08:46:38 +00:00
Eelco Dolstra
a753c4a170
* GCC 4.6.3 and 4.5.3.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32734
2012-03-01 23:15:21 +00:00
Joachim Schiele
3fc8538884
soon to come version of spring (not live yet but at least it builds compared to the former version in nixos)
...
svn path=/nixpkgs/trunk/; revision=32733
2012-03-01 23:14:14 +00:00
Ludovic Courtès
bb08271aa6
SMBFS: Disable byte-range locking in Samba's TDB.
...
svn path=/nixpkgs/trunk/; revision=32732
2012-03-01 23:07:56 +00:00
Eelco Dolstra
11d1104a88
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32731
2012-03-01 22:22:24 +00:00
Lluís Batlle i Rossell
f20a947a5d
Updating lzop
...
svn path=/nixpkgs/trunk/; revision=32730
2012-03-01 22:03:34 +00:00
Ludovic Courtès
a55fac1a87
util-linux: Use `--disable-partx' when cross-building for GNU.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32729
2012-03-01 21:48:29 +00:00
Ludovic Courtès
0b6223cff2
GNU Ncurses: Remove patch that no longer applies.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32728
2012-03-01 21:48:25 +00:00
Eelco Dolstra
148e234aab
* Fix broken symlink.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32727
2012-03-01 21:40:46 +00:00
Ludovic Courtès
8ab088c668
libchop 0.5.2.
...
svn path=/nixpkgs/trunk/; revision=32726
2012-03-01 21:39:43 +00:00
Peter Simons
87f8280cc9
haskell-yesod: updated to version 0.10.1.3
...
svn path=/nixpkgs/trunk/; revision=32725
2012-03-01 20:19:46 +00:00
Eelco Dolstra
6a5ea980ab
* Bump nixUnstable.
...
svn path=/nixpkgs/trunk/; revision=32724
2012-03-01 20:18:33 +00:00
Ludovic Courtès
edfddd88b7
zlib: Add SourceForge mirror.
...
svn path=/nixpkgs/trunk/; revision=32721
2012-03-01 15:11:30 +00:00
Yury G. Kudryashov
1ef47d19ce
udisks: avoid autoreconf
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32720
2012-03-01 15:09:53 +00:00
Yury G. Kudryashov
84fb9ca331
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/libpng15/; revision=32719
2012-03-01 15:05:27 +00:00
Eelco Dolstra
a75ccf7dca
* Don't set the nscd restart action here.
...
svn path=/nixpkgs/trunk/; revision=32717
2012-03-01 14:45:27 +00:00
Yury G. Kudryashov
92f1b06907
This is sha256, not md5
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32715
2012-03-01 07:19:01 +00:00
Yury G. Kudryashov
5a39444e76
Fix wrong merge
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32714
2012-03-01 07:16:34 +00:00
Yury G. Kudryashov
0210e20b5a
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32713
2012-03-01 07:04:39 +00:00
Peter Simons
57b612cb05
vpnc: added patch to fix the 'Error: either "to" is duplicate, or "ipid" is a garbage' bug
...
Further details are at:
http://www.rz.uni-konstanz.de/activekb/questions/250/VPNC+unter+Ubuntu+11.10+%22Error%3A+either+%22to%22+is+duplicate%2C+or+%22ipid%22+is+a+garbage.%22
svn path=/nixpkgs/trunk/; revision=32712
2012-02-29 22:50:33 +00:00
Peter Simons
41b3f46f78
haskell-yesod: updated to version 0.10.1.1
...
svn path=/nixpkgs/trunk/; revision=32710
2012-02-29 20:38:33 +00:00
Peter Simons
49a9e39593
haskell-gitit: updated to version 0.9
...
svn path=/nixpkgs/trunk/; revision=32709
2012-02-29 19:24:49 +00:00
Peter Simons
d18d66bd5f
haskell-filestore: updated to version 0.4.1
...
svn path=/nixpkgs/trunk/; revision=32708
2012-02-29 19:24:47 +00:00
Peter Simons
81e6c12bb3
haskell-IfElse: added version 0.85
...
svn path=/nixpkgs/trunk/; revision=32707
2012-02-29 19:24:44 +00:00
Peter Simons
a631f6de6a
haskell-utility-ht: updated to version 0.0.8
...
svn path=/nixpkgs/trunk/; revision=32706
2012-02-29 17:30:52 +00:00
Peter Simons
4fc8cd9777
haskell-testpack: updated to version 2.1.2
...
svn path=/nixpkgs/trunk/; revision=32705
2012-02-29 17:30:49 +00:00
Peter Simons
3c88baeec8
haskell-convertible: updated to version 1.0.11.1
...
svn path=/nixpkgs/trunk/; revision=32704
2012-02-29 17:30:47 +00:00
Peter Simons
31dc88f597
haskell-clientsession: updated to version 0.7.4.1
...
svn path=/nixpkgs/trunk/; revision=32703
2012-02-29 17:30:44 +00:00
Peter Simons
43153fa269
haskell-authenticate: updated to version 1.0.0.1
...
svn path=/nixpkgs/trunk/; revision=32702
2012-02-29 17:30:42 +00:00
Peter Simons
708e6f487d
haskell-HSH: updated to version 2.0.4
...
svn path=/nixpkgs/trunk/; revision=32701
2012-02-29 17:30:39 +00:00
Peter Simons
5f4c5c106a
haskell-stm: updated to version 2.3
...
svn path=/nixpkgs/trunk/; revision=32700
2012-02-29 17:24:31 +00:00
Peter Simons
ad4b594cce
haskell-hxt: updated to version 9.2.2
...
svn path=/nixpkgs/trunk/; revision=32699
2012-02-29 17:24:27 +00:00
Eelco Dolstra
55ce36faee
* Updated Leiningen to 1.7.0 (contributed by Phil Hagelberg; added a
...
call to patchShebangs to fix the reference to /bin/bash).
svn path=/nixpkgs/trunk/; revision=32698
2012-02-29 14:35:34 +00:00
Evgeny Egorochkin
287f1f0f65
spring-lobby: bump version to 0.139
...
svn path=/nixpkgs/trunk/; revision=32697
2012-02-29 14:29:49 +00:00
Evgeny Egorochkin
6e5a378f48
Vidalia: version bump
...
svn path=/nixpkgs/trunk/; revision=32696
2012-02-29 13:30:14 +00:00
Evgeny Egorochkin
cf8d3fa4b9
Apparmor: packaged
...
svn path=/nixpkgs/trunk/; revision=32695
2012-02-29 13:30:10 +00:00
Evgeny Egorochkin
bf667c9389
Vidalia: packaged
...
svn path=/nixpkgs/trunk/; revision=32694
2012-02-29 13:30:06 +00:00
Evgeny Egorochkin
0def4140f6
network-manager-applet: version bump
...
svn path=/nixpkgs/trunk/; revision=32693
2012-02-29 13:30:04 +00:00
Evgeny Egorochkin
b01a720d65
TOR: version bump
...
svn path=/nixpkgs/trunk/; revision=32692
2012-02-29 13:30:01 +00:00
Evgeny Egorochkin
cff68ececb
network-manager: version bump
...
svn path=/nixpkgs/trunk/; revision=32691
2012-02-29 13:29:59 +00:00
Arie Middelkoop
298f4df4af
Changed 'myEnvFun' to in addition put a script in 'bin' so that you can run '. load-<name>-env' to load your environment.
...
svn path=/nixpkgs/trunk/; revision=32690
2012-02-29 12:55:51 +00:00
Arie Middelkoop
45120513fb
Cosmetic changes to newsreaders/kwooty and dropbox expressions.
...
svn path=/nixpkgs/trunk/; revision=32689
2012-02-29 12:54:35 +00:00
Arie Middelkoop
6e8c9ea906
ocaml-mode for emacs.
...
There seem to exist multiple (very old) versions.
I'm taking the one shipped with the ocaml compiler, which is hopefully the "most appropriate".
svn path=/nixpkgs/trunk/; revision=32688
2012-02-29 12:53:13 +00:00
Arie Middelkoop
d9f5e277a5
OCamlMakefile update.
...
svn path=/nixpkgs/trunk/; revision=32687
2012-02-29 12:51:06 +00:00
Arie Middelkoop
d4960f72be
Added an optional parameter to "make-startupitem" to provide a prefix to the ".desktop" file.
...
svn path=/nixpkgs/trunk/; revision=32686
2012-02-29 12:50:17 +00:00
Lluís Batlle i Rossell
1ad3da0ca8
Taking back 32635. An older Rigs of Rods does not work better. Same throttle issues. Let's keep with 0.39.4.
...
svn path=/nixpkgs/trunk/; revision=32685
2012-02-28 23:01:25 +00:00
Eelco Dolstra
6c13f317e9
* Latest PostgreSQL releases.
...
svn path=/nixpkgs/trunk/; revision=32684
2012-02-28 18:40:27 +00:00
Peter Simons
9a5c6611d0
moderncv: updated sha hash
...
svn path=/nixpkgs/trunk/; revision=32681
2012-02-28 17:34:39 +00:00
Ludovic Courtès
bd68cc6f5b
nix-build: Honor user-provided `failureHook'.
...
svn path=/nixpkgs/trunk/; revision=32680
2012-02-28 17:10:50 +00:00
Karn Kallio
a70a76086c
Latest version of libzip places zipconf.h where mysqlworkbench
...
cannot find it and so mysqlworkbench does not build. This links
it to somewhere mysqlworkbench looks.
I think the openoffice build also failed because of this.
svn path=/nixpkgs/trunk/; revision=32679
2012-02-28 16:26:55 +00:00
Eelco Dolstra
207d5aae28
* Added SQL::SplitStatement.
...
svn path=/nixpkgs/trunk/; revision=32678
2012-02-28 15:53:39 +00:00
Ludovic Courtès
051129ac79
Doxygen: Add link to the bug report.
...
svn path=/nixpkgs/trunk/; revision=32677
2012-02-28 14:22:20 +00:00
Rob Vermaas
423b5b47bc
add python pkgs iptools-0.4.0
...
svn path=/nixpkgs/trunk/; revision=32676
2012-02-28 11:53:34 +00:00
Eelco Dolstra
b14a737a4d
* Since we're rebuilding everything that depends on Python anyway, we
...
may as well update Python to the latest stable version.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32675
2012-02-28 11:09:36 +00:00
Florian Friesdorf
ff37a57373
Revert "remove empty readonly site-packages"
...
This reverts commit 92b56e5686b06237c23ba41b6b8918ea643781dc.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32674
2012-02-28 10:31:28 +00:00
Ludovic Courtès
026f6e7697
Doxygen: Reinstate version 1.7.
...
svn path=/nixpkgs/trunk/; revision=32672
2012-02-28 10:08:21 +00:00
Peter Simons
409e44cbe1
haskell-idris: updated to version 0.9.2
...
svn path=/nixpkgs/trunk/; revision=32671
2012-02-28 10:03:45 +00:00
Peter Simons
81b3becc7e
haskell-epic: updated to version 0.9.3
...
svn path=/nixpkgs/trunk/; revision=32670
2012-02-28 10:03:40 +00:00
Peter Simons
de9ebc460c
Added meta.maintainers section.
...
svn path=/nixpkgs/trunk/; revision=32669
2012-02-28 00:10:09 +00:00
Peter Simons
10e512f2b8
gogoclient: ipv6 tunnel
...
svn path=/nixpkgs/trunk/; revision=32668
2012-02-28 00:10:05 +00:00
Peter Simons
b2356973fe
haskell-haskdogs: wrapper around hasktags that fetches sources for dependencies from hackage
...
svn path=/nixpkgs/trunk/; revision=32667
2012-02-28 00:10:02 +00:00
Peter Simons
bf4ebdc2bb
haskell-HSH: shell scripting in haskell
...
svn path=/nixpkgs/trunk/; revision=32666
2012-02-28 00:09:59 +00:00
Peter Simons
be0acc8bc1
hasktags: ctags/etags for haskell sources
...
svn path=/nixpkgs/trunk/; revision=32665
2012-02-28 00:09:56 +00:00
Peter Simons
8bcba9e6d4
moderncv: upgraded to 0.19
...
svn path=/nixpkgs/trunk/; revision=32664
2012-02-28 00:09:52 +00:00
Florian Friesdorf
962e6fb704
Revert "python site.py that loads pth files anywhere on PYTHONPATH"
...
This reverts commit fac80449abd57c271dfb98d392e49e4135dfc50c.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32663
2012-02-28 00:08:00 +00:00
Florian Friesdorf
833023d85a
Revert "pth file with deps, only current package's scripts, no colliding files"
...
This reverts commit 3a37caa6a278fb244eac4a6bb1452d1914159be8.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32662
2012-02-28 00:07:56 +00:00
Florian Friesdorf
363579bc09
Revert "clean setuptools from colliding files - it is not using buildPythonPkg"
...
This reverts commit 9bc390eb7b9bcbe8b4951797010efd27afbe7afd.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32661
2012-02-28 00:07:53 +00:00
Florian Friesdorf
3b39dff906
Revert "include site for python wrappers to enable deps via pth files"
...
This reverts commit dca280ab0b668553c50506ab7b31284e8477a803.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32660
2012-02-28 00:07:48 +00:00
Florian Friesdorf
43e16d04b9
Revert "prevent distutils during module install from downloading and load pth files"
...
This reverts commit 2a151d9df99f68c555a9f1fd2c80b8889561e9e3.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32659
2012-02-28 00:07:42 +00:00
Florian Friesdorf
9159a78807
Revert "insert pth eggs at index of site-packages they come from"
...
This reverts commit daa626efe76d8602c7892aaa338d526ea88bfe1b.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32658
2012-02-28 00:07:39 +00:00
Florian Friesdorf
e20d04408e
Revert "meta for offline-distutils"
...
This reverts commit 8fcf025e5f80519a6f06c0b36aee007fe16a6e31.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32657
2012-02-28 00:07:36 +00:00
Florian Friesdorf
4956884de5
Revert "do not propagate makeWrapper via pythonXYFull"
...
This reverts commit 3ee2667e4c60c2ed850da8538cf135fe7f716f30.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32656
2012-02-28 00:07:33 +00:00
Florian Friesdorf
4b4f6ece3e
Revert "removal of deps' scripts only if easy-install.pth exists"
...
This reverts commit a74507f63e2af67cf64dc3e67bfbf2771120f67e.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32655
2012-02-28 00:07:30 +00:00
Florian Friesdorf
2d2c8b3e59
Revert "include site in pythonpath of wrapped scripts, if python-site is installed"
...
This reverts commit 1ac12b0d4b64936104cb6031b02c92c3d1845ae5.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32654
2012-02-28 00:07:27 +00:00
Florian Friesdorf
bf1fe3aa09
Revert "pysite support for pythonXYFull wrapper"
...
This reverts commit f77b9a16a9ef52951a601997593dc557a42660b9.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32653
2012-02-28 00:07:23 +00:00
Florian Friesdorf
2ea5e2b576
Revert "suffix pythonpath"
...
This reverts commit a9a2b1e0dd8cdbb1dff3253d303b35d41f29b0f9.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32652
2012-02-28 00:07:19 +00:00
Florian Friesdorf
92da3fd865
Revert "PYTHONPATH in preConfigure instead of configurePhase"
...
This reverts commit a9873e9412d5ffb333baaf33502c8dff62548fa6.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32651
2012-02-28 00:07:16 +00:00
Florian Friesdorf
c5a2f289f6
Revert "separate libxml2 python bindings, added libconvOrLibC dependency"
...
This reverts commit 614b18668433329cc5686c34b51a63e51c86c9f4.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32650
2012-02-28 00:07:12 +00:00
Florian Friesdorf
360ec296a6
Revert "adapted xpf to new libxml2Python"
...
This reverts commit b1f634f3d384a39e015d69e348cf220855457049.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32649
2012-02-28 00:07:08 +00:00
Florian Friesdorf
0d8bea54e0
Revert "Trying to fix the tarball, related to a problem introduced in 32596."
...
This reverts commit d5172b093cb152e150620eee36141dcf7feb259d.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32648
2012-02-28 00:07:05 +00:00
Florian Friesdorf
5f3d291001
Revert "fix python libxml2"
...
This reverts commit 60a68234014b282804a1d434807d912949ea79ac.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32647
2012-02-28 00:07:02 +00:00
Florian Friesdorf
c444dd1df0
Revert "fix typos: beautifulSoup instead of beautifulSoap"
...
This reverts commit 679936bfcf8519321087d1ba06bdf91444c3c55f.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32646
2012-02-28 00:06:59 +00:00
Florian Friesdorf
457aabfad8
Revert "logilabComman and astng fixes"
...
This reverts commit 7f08e8d98e43fe57b68a751d77a52574cf139e04.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32645
2012-02-28 00:06:56 +00:00
Florian Friesdorf
e545a9944a
Revert "added unzip to buildPythonPackage's buildInputs - used quite often"
...
This reverts commit f067ecb4911f154fe2c64434abdc5a8b79625f5a.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32644
2012-02-28 00:06:52 +00:00
Florian Friesdorf
178b5b9c5b
Revert "move checkPhase after fixupPhase for python packages"
...
This reverts commit 413c44da228754018a2920cb556303e803a9d488.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32643
2012-02-28 00:06:49 +00:00
Florian Friesdorf
013c915777
Revert "enable preConfigure for python packages again"
...
This reverts commit a513314290ba0d78400ea4902301f421e0fecdd2.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32642
2012-02-28 00:06:46 +00:00
Florian Friesdorf
762049e503
Revert "python packages cleanup"
...
This reverts commit 632873d81fcf9b1f85d4b2f990f92bc65dcd261a.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32641
2012-02-28 00:06:42 +00:00
Florian Friesdorf
899f37d6b2
Revert "fix python optfunc"
...
This reverts commit abf16535e7aa5b97bc084dd2953c3525d8f4b9aa.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32640
2012-02-28 00:06:39 +00:00
Florian Friesdorf
ee15dc2327
Revert "fix bittorrent by using buildPythonPackage"
...
This reverts commit c029f9f7fe86867cfd94461996dc6a6415e0e8d0.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32639
2012-02-28 00:06:36 +00:00
Florian Friesdorf
350edcbb9d
include upstream patch for salsa validation with gcc4.6
...
http://sourceforge.net/apps/trac/cryptopp/changeset/529
svn path=/nixpkgs/branches/stdenv-updates/; revision=32638
2012-02-27 23:49:11 +00:00
Ludovic Courtès
c67edd454c
QEMU-KVM 1.0 (tentative).
...
svn path=/nixpkgs/trunk/; revision=32637
2012-02-27 23:25:54 +00:00
Florian Friesdorf
2eb54f5062
fix bittorrent by using buildPythonPackage
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32636
2012-02-27 22:53:44 +00:00
Lluís Batlle i Rossell
11aceede25
Downgrading rigsofrods to a version that might work, where cars may run fast.
...
This rev should be very close to the stablest 0.38.
I had to bring an old angelscript in.
svn path=/nixpkgs/trunk/; revision=32635
2012-02-27 22:39:23 +00:00
Ludovic Courtès
e3a27acfdb
QEMU-KVM: Use `smbd' from $PATH.
...
svn path=/nixpkgs/trunk/; revision=32634
2012-02-27 21:54:33 +00:00
Florian Friesdorf
998c1a3469
fix python optfunc
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32633
2012-02-27 21:26:59 +00:00
Peter Simons
9e371a98c2
haskell-base64-bytestring: downgraded default version to 0.1.0.3
...
Michael Snoyman reports that version 0.1.1.0 has serious performance issues:
> import Data.ByteString.Base64
> import Data.ByteString.Char8 (pack)
> import Criterion.Main
>
> main :: IO ()
> main = defaultMain
> [ bench "encode" $ whnf encode $ pack "qwerty"
> ]
On version 0.1.0.3, this takes 229.4312 ns. On 0.1.1.0, it takes 3.556598 ms.
It looks like the problem is coming from the recent addition of URL encoding
(f1916d8a86
).
svn path=/nixpkgs/trunk/; revision=32632
2012-02-27 20:27:41 +00:00
Ludovic Courtès
5afbf9075e
GNU Guile 1.8: Build without `-Werror'.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32631
2012-02-27 20:10:10 +00:00
Ludovic Courtès
9a42b0b52b
GNU libc: Update the Hurd port.
...
svn path=/nixpkgs/trunk/; revision=32630
2012-02-27 18:28:29 +00:00
Ludovic Courtès
2d7b05d332
release-cross: Build `gnu.smbfs.hostDrv', not `gnu.smbfs'.
...
svn path=/nixpkgs/trunk/; revision=32628
2012-02-27 17:50:44 +00:00
Florian Friesdorf
b653b3c559
python packages cleanup
...
authored by: chaoflow, goibhniu
svn path=/nixpkgs/branches/stdenv-updates/; revision=32627
2012-02-27 17:34:13 +00:00
Florian Friesdorf
3c51235920
enable preConfigure for python packages again
...
authored by: chaoflow, goibhniu
svn path=/nixpkgs/branches/stdenv-updates/; revision=32626
2012-02-27 17:34:08 +00:00
Florian Friesdorf
d16a15c0a5
move checkPhase after fixupPhase for python packages
...
authored by: chaoflow, goibhniu
svn path=/nixpkgs/branches/stdenv-updates/; revision=32625
2012-02-27 17:34:02 +00:00
Florian Friesdorf
9e646d4689
added unzip to buildPythonPackage's buildInputs - used quite often
...
authored by: chaoflow, goibhniu
svn path=/nixpkgs/branches/stdenv-updates/; revision=32624
2012-02-27 17:33:55 +00:00
Florian Friesdorf
2a6597f5cb
logilabComman and astng fixes
...
authored by: chaoflow, goibhniu
svn path=/nixpkgs/branches/stdenv-updates/; revision=32623
2012-02-27 17:33:49 +00:00
Florian Friesdorf
944083026b
fix typos: beautifulSoup instead of beautifulSoap
...
authored by: chaoflow, goibhniu
svn path=/nixpkgs/branches/stdenv-updates/; revision=32622
2012-02-27 17:33:44 +00:00
Ludovic Courtès
27916e6f08
GCC 4.6: Fix the Canadian cross.
...
svn path=/nixpkgs/trunk/; revision=32621
2012-02-27 17:22:30 +00:00
Ludovic Courtès
0400423fb1
GCC 4.6: Fix erroneous dependency on X libraries when !javaAwtGtk.
...
svn path=/nixpkgs/trunk/; revision=32620
2012-02-27 17:22:27 +00:00
Lluís Batlle i Rossell
49cb081019
Updating doxygen to 1.8.0
...
svn path=/nixpkgs/trunk/; revision=32619
2012-02-27 16:45:35 +00:00
Evgeny Egorochkin
9da23d5840
NVidia proprietary driver: version bump
...
svn path=/nixpkgs/trunk/; revision=32618
2012-02-27 10:55:52 +00:00
Peter Simons
47fcc7c093
pkgs/top-level/all-packages.nix: stripped extraneous whitespace
...
svn path=/nixpkgs/trunk/; revision=32617
2012-02-27 10:12:06 +00:00
Peter Simons
4c93fa4e47
haskell-persistent: updated to version 0.8.0.1
...
svn path=/nixpkgs/trunk/; revision=32616
2012-02-27 10:12:03 +00:00
Peter Simons
617614d220
haskell-mathblog: updated to version 0.5
...
svn path=/nixpkgs/trunk/; revision=32615
2012-02-27 10:11:56 +00:00
Michael Raskin
c8dc35ac72
Trying to fix geoclue build with fresher GCC
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32614
2012-02-27 08:18:11 +00:00
Michael Raskin
e6fa414b64
Update and fix Tulip
...
svn path=/nixpkgs/trunk/; revision=32613
2012-02-27 07:10:05 +00:00
Michael Raskin
3a4916369e
Fix LyX dependencies
...
svn path=/nixpkgs/trunk/; revision=32612
2012-02-27 07:00:01 +00:00
Michael Raskin
4ff245c5de
Add fresh cmake
...
svn path=/nixpkgs/trunk/; revision=32611
2012-02-27 06:22:47 +00:00
Florian Friesdorf
ec05ab990b
fix python libxml2
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32610
2012-02-27 00:43:07 +00:00
Peter Simons
ae5fefca48
audacious: updated to version 3.2.1
...
svn path=/nixpkgs/trunk/; revision=32609
2012-02-26 22:47:28 +00:00
Lluís Batlle i Rossell
dd09aa6929
I'd remain with glibc 2.13 on cross building too, as we do on native builds,
...
due to the lack of rpc (and therefore, lack of linux pam).
svn path=/nixpkgs/branches/stdenv-updates/; revision=32608
2012-02-26 21:53:18 +00:00
Lluís Batlle i Rossell
b2ff0f484e
Blind commit trying to fix zziplib, with a little patch.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32607
2012-02-26 21:45:08 +00:00
Lluís Batlle i Rossell
fc9f42487e
Trying to fix the tarball, related to a problem introduced in 32596.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32606
2012-02-26 21:40:37 +00:00
Lluís Batlle i Rossell
e7c6623372
I think this may make irrlicht build, and thus, supertuxkart.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32605
2012-02-26 21:32:29 +00:00
Lluís Batlle i Rossell
bcbe60782b
Trying to make qt3 build, with a patch related to the new gcc 4.6.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32604
2012-02-26 21:27:15 +00:00
Lluís Batlle i Rossell
7a5a0c24df
Updating itk to 4.0.0, so they may also build in stdenv-updates.
...
svn path=/nixpkgs/trunk/; revision=32603
2012-02-26 21:23:59 +00:00
Lluís Batlle i Rossell
f00e2914e3
Removing grub 1.98. It was useful only when we only had 1.99rc1 to boot from raid md
...
devices. In 1.99, all worked.
svn path=/nixpkgs/trunk/; revision=32602
2012-02-26 21:06:55 +00:00
Lluís Batlle i Rossell
b7f1724543
Gtkwave needs the xz libraries to build.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32601
2012-02-26 21:02:03 +00:00
Lluís Batlle i Rossell
3d028687e9
I update krb5, so it may also build on stdenv-updates.
...
svn path=/nixpkgs/trunk/; revision=32600
2012-02-26 20:56:20 +00:00
Lluís Batlle i Rossell
a9b800c8af
Updating blender to 2.67. Maybe this will build in stdenv-updates too.
...
I remove the blender 2.49; I think I don't need it anymore.
svn path=/nixpkgs/trunk/; revision=32599
2012-02-26 20:47:12 +00:00
Lluís Batlle i Rossell
cb5bbe00fe
Adding the latest zlib, otherwise vlc does not build.
...
This also could be used for a newer cmake, or some trouble there was with libxml2.
svn path=/nixpkgs/trunk/; revision=32598
2012-02-26 20:06:01 +00:00
Florian Friesdorf
c0dcbb912c
adapted xpf to new libxml2Python
...
authored by: chaoflow, goibhniu
svn path=/nixpkgs/branches/stdenv-updates/; revision=32597
2012-02-26 17:23:54 +00:00
Florian Friesdorf
09cfb46f58
separate libxml2 python bindings, added libconvOrLibC dependency
...
authored by: chaoflow, goibhniu
svn path=/nixpkgs/branches/stdenv-updates/; revision=32596
2012-02-26 17:23:50 +00:00
Florian Friesdorf
6d7dfd1415
PYTHONPATH in preConfigure instead of configurePhase
...
enables a normal configurePhase also for python packages (e.g. libxml2
python bindings)
authored by: chaoflow, goibhniu
svn path=/nixpkgs/branches/stdenv-updates/; revision=32595
2012-02-26 17:23:47 +00:00
Florian Friesdorf
eb35e3bd13
suffix pythonpath
...
this is already the case for the pythonXYFull
svn path=/nixpkgs/branches/stdenv-updates/; revision=32594
2012-02-26 17:23:44 +00:00
Florian Friesdorf
1d2e06e068
pysite support for pythonXYFull wrapper
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32593
2012-02-26 17:23:42 +00:00
Florian Friesdorf
d670c0e45c
include site in pythonpath of wrapped scripts, if python-site is installed
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32592
2012-02-26 17:23:38 +00:00
Florian Friesdorf
c6893a14df
removal of deps' scripts only if easy-install.pth exists
...
solves duplicate installation for packages that do not use setuptools
svn path=/nixpkgs/branches/stdenv-updates/; revision=32591
2012-02-26 17:23:35 +00:00
Florian Friesdorf
1c504b49b4
remove empty readonly site-packages
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32590
2012-02-26 17:23:31 +00:00
Florian Friesdorf
95f0b6119c
do not propagate makeWrapper via pythonXYFull
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32589
2012-02-26 17:23:28 +00:00
Florian Friesdorf
fe9d9530ba
symlink python manpage for pythonXYFull
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32588
2012-02-26 17:23:25 +00:00
Florian Friesdorf
09ae58fcd7
python wrapper comment
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32587
2012-02-26 17:23:22 +00:00
Florian Friesdorf
0f81888e09
meta for offline-distutils
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32586
2012-02-26 17:23:20 +00:00
Florian Friesdorf
8e32380a79
add PSFL, update python meta (license, maintainers, unify description)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32585
2012-02-26 17:23:16 +00:00
Florian Friesdorf
59d4678e83
insert pth eggs at index of site-packages they come from
...
thx Rok Garbas!
svn path=/nixpkgs/branches/stdenv-updates/; revision=32584
2012-02-26 17:23:13 +00:00
Florian Friesdorf
d52e2c7c41
prevent distutils during module install from downloading and load pth files
...
based on a patch by Cillian de Róiste
svn path=/nixpkgs/branches/stdenv-updates/; revision=32583
2012-02-26 17:23:09 +00:00
Florian Friesdorf
ccb34b093f
include site for python wrappers to enable deps via pth files
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32582
2012-02-26 17:23:05 +00:00
Florian Friesdorf
8adcbec448
clean setuptools from colliding files - it is not using buildPythonPkg
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32581
2012-02-26 17:23:02 +00:00
Florian Friesdorf
6ccd671e5b
pth file with deps, only current package's scripts, no colliding files
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32580
2012-02-26 17:22:59 +00:00
Florian Friesdorf
cb1009a3fb
python site.py that loads pth files anywhere on PYTHONPATH
...
This file is normally created by easy_install / distutils, but removed
and packaged separately to avoid collisions and allow for more use cases.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32579
2012-02-26 17:22:55 +00:00
Florian Friesdorf
be815e7639
add an openssl mirror url as primary is currently down
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32578
2012-02-26 17:22:50 +00:00
Lluís Batlle i Rossell
c79294e495
Updating task coach to 1.3.8.
...
svn path=/nixpkgs/trunk/; revision=32577
2012-02-26 16:21:12 +00:00
Lluís Batlle i Rossell
e1c8ab095c
Removing a duplicated line so the hydra stdenv evaluation can go.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32576
2012-02-26 16:04:57 +00:00
Lluís Batlle i Rossell
91b809a1ec
Updating the nvidia drivers for legacy 173
...
svn path=/nixpkgs/trunk/; revision=32575
2012-02-26 11:55:41 +00:00
Lluís Batlle i Rossell
183d05a0d7
Setting the cmake build type Release in its setup-hook, for all cmake
...
projects to be built in Release by default.
Some packages were not getting optimisation flags, like rigsofrods.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32574
2012-02-26 11:27:45 +00:00
Eelco Dolstra
a488f53a54
* Many buildr Buildfiles rely on RUBYLIB containing the current directory
...
(as was the default in Ruby < 1.9.2). So make sure that's the case
when running buildr.
svn path=/nixpkgs/trunk/; revision=32573
2012-02-26 11:10:00 +00:00
Eelco Dolstra
91e3d54b8f
* Remove the ruby/default.nix, it's not very useful.
...
svn path=/nixpkgs/trunk/; revision=32572
2012-02-26 11:07:56 +00:00
Shea Levy
584ccabaac
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32569
2012-02-25 20:52:15 +00:00
Eelco Dolstra
e4ff365eb4
* EC2 AMI tools updated to 1.4.0.5.
...
svn path=/nixpkgs/trunk/; revision=32568
2012-02-25 20:26:25 +00:00
Shea Levy
b4bee8caf5
nixUnstable: Run checkPhase after installPhase to work around a test suite bug
...
svn path=/nixpkgs/trunk/; revision=32567
2012-02-25 20:18:00 +00:00
Shea Levy
ea195b2507
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32564
2012-02-25 19:57:34 +00:00
Shea Levy
385f242a40
node.js: Get building on darwin
...
svn path=/nixpkgs/trunk/; revision=32563
2012-02-25 19:36:24 +00:00
Peter Simons
9e7a5c5157
boost: updated to version 1.49
...
svn path=/nixpkgs/trunk/; revision=32562
2012-02-25 19:22:06 +00:00
Lluís Batlle i Rossell
f25daaaf3d
Rigs of rods was built without optimisations. Setting the cmake build type to
...
release.
I think that should be done at the cmake setup hook, and win that for all
possible cmake packages that are built by default without optimisation flags.
Which is the cmake default behaviour if not overriden.
svn path=/nixpkgs/trunk/; revision=32561
2012-02-25 18:29:30 +00:00
Eelco Dolstra
f0197c653e
* Backport a fix to qemu-kvm to prevent "qemu-img convert" from
...
creating corrupt VirtualBox images.
(https://bugs.launchpad.net/qemu/+bug/919242 )
svn path=/nixpkgs/trunk/; revision=32560
2012-02-25 17:34:21 +00:00
Eelco Dolstra
5f78cfa108
* Add "..." to the trace message.
...
svn path=/nixpkgs/trunk/; revision=32559
2012-02-25 17:33:14 +00:00
Lluís Batlle i Rossell
675e16f805
Fixing jam for i686-linux. That should allow building trigger rally.
...
svn path=/nixpkgs/trunk/; revision=32557
2012-02-25 16:47:21 +00:00
Lluís Batlle i Rossell
bfb0389d6c
Disabling NLS for the zip at openoffice builders. I think it breaks the builds, based on
...
the nixpkgs diff for the breakage at http://hydra.nixos.org/build/1964660 .
svn path=/nixpkgs/trunk/; revision=32556
2012-02-25 15:54:57 +00:00
Yury G. Kudryashov
1cd24d18a3
Pass libpng-1.2 to pngtoico
...
svn path=/nixpkgs/branches/libpng15/; revision=32555
2012-02-25 03:09:36 +00:00
Lluís Batlle i Rossell
bfd787a69a
Finally I fix, not blindly, the nvidia-cg-toolkit expression for i686-linux
...
svn path=/nixpkgs/trunk/; revision=32554
2012-02-24 23:40:58 +00:00
Lluís Batlle i Rossell
6f7cb59e04
Making rigs of rods build and run right away. Simpyl run 'rorconfig' first, and
...
'RoR' then. On linux, disable Caleum rendering. It does not work. Known bug
upstream.
svn path=/nixpkgs/trunk/; revision=32553
2012-02-24 22:56:53 +00:00
Lluís Batlle i Rossell
60bd341efd
Trying to fix go-oo
...
svn path=/nixpkgs/trunk/; revision=32552
2012-02-24 22:49:41 +00:00
Lluís Batlle i Rossell
ded053529f
A patch required for RoR I just forgot.
...
svn path=/nixpkgs/trunk/; revision=32551
2012-02-24 22:09:07 +00:00
Lluís Batlle i Rossell
d3d5783466
Updating and fixing rigsofrods, to 0.39.4. Pay attention to the last 'echo' of installPhase.
...
svn path=/nixpkgs/trunk/; revision=32550
2012-02-24 22:05:47 +00:00
Lluís Batlle i Rossell
d6f6caea6b
Updating angelscript to 2.22.1.
...
Adding mysocketw.
Adding ogre-paged.
Fixing the caelum licence.
svn path=/nixpkgs/trunk/; revision=32549
2012-02-24 21:13:14 +00:00
Lluís Batlle i Rossell
0812ff0e57
Adding caelum (I want RoR)
...
svn path=/nixpkgs/trunk/; revision=32548
2012-02-24 20:34:35 +00:00
Arie Middelkoop
6b10ace1ca
mcelog: a tool to access the machine check exceptions logged by the kernel.
...
The kernel indicated that machine check exceptions were logged, but did not tell what kind of exceptions.
In my case, this is usually the processor being throttled because it gets too hot (laptop...), but it
may also be more severe problems. Anyway, with this tool you can access these logs.
svn path=/nixpkgs/trunk/; revision=32547
2012-02-24 20:20:59 +00:00
Lluís Batlle i Rossell
d1e84a7498
Blind commit trying to fix nvidia cg toolkit on i686-linux
...
svn path=/nixpkgs/trunk/; revision=32546
2012-02-24 20:18:32 +00:00
Arie Middelkoop
72450d9b73
Added dropbox (binary).
...
svn path=/nixpkgs/trunk/; revision=32545
2012-02-24 17:53:19 +00:00
Peter Simons
4716f6735d
vpnc: install the README file into $out/share/doc
...
svn path=/nixpkgs/trunk/; revision=32544
2012-02-24 17:32:11 +00:00
Peter Simons
7002f59751
haskell-warp: updated to version 1.1.0.1
...
svn path=/nixpkgs/trunk/; revision=32543
2012-02-24 11:38:59 +00:00
Peter Simons
c24800a05b
haskell-wai: updated to version 1.1.0.1
...
svn path=/nixpkgs/trunk/; revision=32542
2012-02-24 11:38:57 +00:00
Peter Simons
557c02f29c
haskell-wai-extra: updated to version 1.1.0.1
...
svn path=/nixpkgs/trunk/; revision=32541
2012-02-24 11:38:55 +00:00
Peter Simons
3eca3a2f17
haskell-wai-app-static: updated to version 1.1.2
...
svn path=/nixpkgs/trunk/; revision=32540
2012-02-24 11:38:52 +00:00
Peter Simons
846da9fb0a
haskell-hledger-web: disable this package temporarily until it has been upgraded to support recent versions of Yesod
...
svn path=/nixpkgs/trunk/; revision=32539
2012-02-24 11:31:21 +00:00
Peter Simons
4b3e14f5d0
Deleted deprecated packages:
...
haskell-containers-deepseq
haskell-control-monad-attempt
haskell-data-object
haskell-data-object-yaml
haskell-frown
haskell-jsonEnumerator
haskell-neither
haskell-pool
haskell-web-routes
haskell-web-routes-quasi
haskell-xml-enumerator
svn path=/nixpkgs/trunk/; revision=32538
2012-02-24 11:31:19 +00:00
Peter Simons
1df1758ca2
haskell-zlib-conduit: updated to version 0.2.0.1
...
svn path=/nixpkgs/trunk/; revision=32537
2012-02-24 11:31:16 +00:00
Peter Simons
e8ee9fa720
haskell-pandoc-types: updated to version 1.9.1
...
svn path=/nixpkgs/trunk/; revision=32536
2012-02-24 11:31:14 +00:00
Peter Simons
01efc84524
haskell-blaze-builder-conduit: updated to version 0.2.0.1
...
svn path=/nixpkgs/trunk/; revision=32535
2012-02-24 11:31:11 +00:00
Peter Simons
7c0fd3becc
haskell-attoparsec-conduit: updated to version 0.2.0.1
...
svn path=/nixpkgs/trunk/; revision=32534
2012-02-24 11:31:08 +00:00
Peter Simons
9c06f2b68a
haskell-monads-tf: added version 0.1.0.0
...
svn path=/nixpkgs/trunk/; revision=32533
2012-02-24 08:24:12 +00:00
Arie Middelkoop
1b2d50c14f
rfkill udev package.
...
svn path=/nixpkgs/trunk/; revision=32532
2012-02-24 01:35:59 +00:00
Arie Middelkoop
ed813f3955
Let 'bbswitch' and 'acpi-call' use the attribute kernel.version instead of a nasty 'ls' to determine the kernel version.
...
svn path=/nixpkgs/trunk/; revision=32531
2012-02-24 00:17:09 +00:00
Arie Middelkoop
70d56e0638
Fixed autoconfPhase so that it additionally tests if ./bootstrap is a file (and not a directory with executable permission) before executing it.
...
svn path=/nixpkgs/trunk/; revision=32530
2012-02-23 23:50:56 +00:00
Arie Middelkoop
2c7845859f
Added the irc proxy "bip".
...
svn path=/nixpkgs/trunk/; revision=32529
2012-02-23 23:47:26 +00:00
Peter Simons
0660134750
git: updated to version 1.7.9.2
...
svn path=/nixpkgs/trunk/; revision=32528
2012-02-23 22:31:09 +00:00
Eelco Dolstra
5f20423948
* Fix the VirtualBox build. It was broken since the Qt 4.8 update
...
because Qt 4.8 doesn't propagate dependencies such as "which" and
"pkgconfig". Thanks to Yury for pointing this out.
* Also updated VirtualBox to 4.1.8.
svn path=/nixpkgs/trunk/; revision=32527
2012-02-23 22:04:54 +00:00
Eelco Dolstra
722db331a3
* Updated novaclient.
...
svn path=/nixpkgs/trunk/; revision=32526
2012-02-23 21:25:59 +00:00
Yury G. Kudryashov
b3ef710273
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/libpng15/; revision=32524
2012-02-23 21:25:15 +00:00
Yury G. Kudryashov
04d2aa443e
graphicsmagick-1.3.13 builds with libpng-1.5
...
svn path=/nixpkgs/trunk/; revision=32523
2012-02-23 21:14:19 +00:00
Yury G. Kudryashov
3652c61aed
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/libpng15/; revision=32522
2012-02-23 20:35:33 +00:00
Yury G. Kudryashov
bf2579b4a3
Latest netpbm (builds with libpng-1.5)
...
svn path=/nixpkgs/trunk/; revision=32521
2012-02-23 20:24:00 +00:00
Yury G. Kudryashov
38e3d7bc86
svn merge ^/nixpkgs/trunk
...
Not merged r32497 (tree conflict, glibc GNU Hurd update). Ludovic, could you
please look at this?
svn path=/nixpkgs/branches/stdenv-updates/; revision=32520
2012-02-23 20:06:21 +00:00
Yury G. Kudryashov
65e7aeda65
vala-0.14.2
...
svn path=/nixpkgs/trunk/; revision=32519
2012-02-23 19:59:22 +00:00
Peter Simons
31e7a2ce7a
gecko-mediaplayer: updated to version 1.0.5
...
I hoped this update would fix the build errors, but in fact it didn't. :-(
svn path=/nixpkgs/trunk/; revision=32518
2012-02-23 18:32:42 +00:00
Peter Simons
1ee7c4250f
linux-3.2.nix: updated to version 3.2.7
...
svn path=/nixpkgs/trunk/; revision=32517
2012-02-23 18:07:09 +00:00
Peter Simons
7c2ca58329
xchat: fixed trivial syntax error
...
svn path=/nixpkgs/trunk/; revision=32516
2012-02-23 17:56:52 +00:00
Lluís Batlle i Rossell
211be0db63
Tell hydra to build xchat
...
svn path=/nixpkgs/trunk/; revision=32515
2012-02-23 16:20:09 +00:00
Peter Simons
222adc9fc3
haskell-funcmp: updated to version 1.6
...
svn path=/nixpkgs/trunk/; revision=32514
2012-02-23 16:08:57 +00:00
Peter Simons
5892f691dd
haskell-cabal-file-th: updated to version 0.2.2
...
svn path=/nixpkgs/trunk/; revision=32513
2012-02-23 16:08:52 +00:00
Peter Simons
23f9485c94
haskell-mathblog: added version 0.4
...
svn path=/nixpkgs/trunk/; revision=32511
2012-02-23 11:33:39 +00:00
Peter Simons
54939ca86c
haskell-xml-conduit: updated to version 0.5.3
...
svn path=/nixpkgs/trunk/; revision=32510
2012-02-23 11:33:36 +00:00
Peter Simons
808df319a2
haskell-web-routes: updated to version 0.27.1
...
svn path=/nixpkgs/trunk/; revision=32509
2012-02-23 11:33:33 +00:00
Peter Simons
5232776a29
haskell-shakespeare-js: updated to version 0.11.1
...
svn path=/nixpkgs/trunk/; revision=32508
2012-02-23 11:33:31 +00:00
Peter Simons
be4b264bea
haskell-shakespeare-css: updated to version 0.10.7.1
...
svn path=/nixpkgs/trunk/; revision=32507
2012-02-23 11:33:29 +00:00
Peter Simons
e321903ff1
Atlas aborts the build some kind of CPU frequency scaling is detected on the
...
build machine because that feature offsets the performance timings. We ignore
that check, however, because with binaries being pre-built on Hydra those
timings aren't accurate for the local machine in the first place. The build log
might show something such as the following:
| It appears you have cpu throttling enabled, which makes timings
| unreliable and an ATLAS install nonsensical. Aborting.
| See ATLAS/INSTALL.txt for further information
| Ignoring CPU throttling by user override!
svn path=/nixpkgs/trunk/; revision=32506
2012-02-23 11:33:26 +00:00
Yury G. Kudryashov
166e87319c
Fix cmake-2.6.4 build (add xmlrpc-c)
...
svn path=/nixpkgs/trunk/; revision=32505
2012-02-23 11:27:47 +00:00
Yury G. Kudryashov
417124626b
Add cmake-2.6.4
...
This is the minimum version required for KDE-4, so I need it to ensure that my
cmake code works with cmake-2.6.4.
svn path=/nixpkgs/trunk/; revision=32504
2012-02-23 11:27:43 +00:00
Yury G. Kudryashov
ddad8f0c02
Phonon: style, +pulseaudio
...
svn path=/nixpkgs/trunk/; revision=32503
2012-02-23 07:57:47 +00:00
Ludovic Courtès
79232c5f54
GCC 4.6: Enable plug-in support by default.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32502
2012-02-23 00:47:31 +00:00
Ludovic Courtès
5fb4901886
GCC 4.6: Really disable stripping when `stripped' is false.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32501
2012-02-23 00:47:17 +00:00
Ludovic Courtès
e86e5db579
release-cross: Add `gnu.smbfs'.
...
svn path=/nixpkgs/trunk/; revision=32500
2012-02-23 00:32:09 +00:00
Ludovic Courtès
3f523771bc
Add SMBFS for GNU/Hurd.
...
svn path=/nixpkgs/trunk/; revision=32499
2012-02-23 00:01:29 +00:00
Ludovic Courtès
c6210ec36d
Samba: Fix compilation for GNU/Hurd; add to Hydra.
...
svn path=/nixpkgs/trunk/; revision=32498
2012-02-23 00:01:24 +00:00
Ludovic Courtès
98cdc2ae35
GNU libc: Update the Hurd port.
...
svn path=/nixpkgs/trunk/; revision=32497
2012-02-23 00:01:19 +00:00
Lluís Batlle i Rossell
371b34e49a
Making octave build with qrupdate, and keep the big log of tests results of the
...
check phase in the out store path.
svn path=/nixpkgs/trunk/; revision=32496
2012-02-22 22:42:16 +00:00
Lluís Batlle i Rossell
61451871df
Updating qrupdate and making it do the check phase
...
svn path=/nixpkgs/trunk/; revision=32495
2012-02-22 22:41:44 +00:00
Lluís Batlle i Rossell
4d4d324776
Making liblapack do the check phase
...
svn path=/nixpkgs/trunk/; revision=32494
2012-02-22 22:41:27 +00:00
Lluís Batlle i Rossell
8f7485d784
Making atlas do the check phase.
...
svn path=/nixpkgs/trunk/; revision=32493
2012-02-22 22:40:35 +00:00
Peter Simons
0258bf1ef1
premake: fixed meta.license field
...
svn path=/nixpkgs/trunk/; revision=32492
2012-02-22 21:14:53 +00:00
Peter Simons
6b0dda0771
new package: aacskeys -- grab aacs keys from bluray disks
...
svn path=/nixpkgs/trunk/; revision=32491
2012-02-22 20:29:46 +00:00
Peter Simons
444b195a3d
new package: premake -- lua based build configuration tool
...
this is version 3, while 4 already exists.
But I only need this tool for 'aacskeys', which doesn't work with 4
svn path=/nixpkgs/trunk/; revision=32490
2012-02-22 20:29:42 +00:00
Peter Simons
51d9d68b51
upgraded phonon vlc backend to 0.5.0
...
svn path=/nixpkgs/trunk/; revision=32489
2012-02-22 20:29:39 +00:00
Peter Simons
9ac4ea27f9
upgraded phonon and its gstreamer backend to 4.6.0
...
svn path=/nixpkgs/trunk/; revision=32488
2012-02-22 20:29:36 +00:00
Peter Simons
e91b090577
upgraded vlc to 2.0 - with bluray support
...
svn path=/nixpkgs/trunk/; revision=32487
2012-02-22 20:29:33 +00:00
Peter Simons
383ec69fb6
new library: libbluray for playing bluray disks
...
optionally use libaacs to decrypt commercial disks
svn path=/nixpkgs/trunk/; revision=32486
2012-02-22 20:29:29 +00:00
Peter Simons
0efd53814f
new library: libaacs for decoding bluray disks
...
Does not contain any drm or copyright infringements.
svn path=/nixpkgs/trunk/; revision=32485
2012-02-22 20:29:25 +00:00
Peter Simons
846a12f954
fixed download urls after kernel-depending packages had their names changed
...
svn path=/nixpkgs/trunk/; revision=32484
2012-02-22 20:29:22 +00:00
Peter Simons
9db6840814
linux kernel 3.2 : added aufs patches
...
svn path=/nixpkgs/trunk/; revision=32483
2012-02-22 20:29:18 +00:00
Peter Simons
4b8cceb571
wicd: emit ip-up and ip-down as well
...
svn path=/nixpkgs/trunk/; revision=32482
2012-02-22 20:29:15 +00:00
Eelco Dolstra
2ceb07c28f
* PostgreSQL 9.1: install the manpages.
...
svn path=/nixpkgs/trunk/; revision=32476
2012-02-22 17:27:06 +00:00
Eelco Dolstra
476ece2de0
* Added PostgreSQL 9.1.2. Updated PostgreSQL to 8.3.17 and 8.4.10.
...
svn path=/nixpkgs/trunk/; revision=32475
2012-02-22 16:40:10 +00:00
Yury G. Kudryashov
d04350281f
Drop soqt and paraview/Qt-4.7
...
Hydra built these packages with qt-4.8.
svn path=/nixpkgs/trunk/; revision=32474
2012-02-22 15:02:21 +00:00
Yury G. Kudryashov
c6f0449124
Let hydra build kdesvn and krusader.
...
Also fix kdesvn build with qt-4.8.
svn path=/nixpkgs/trunk/; revision=32473
2012-02-22 14:51:15 +00:00
Florian Friesdorf
77a8ea6fbd
merge powertop kernel config into default kernel config
...
svn path=/nixpkgs/trunk/; revision=32472
2012-02-22 12:12:00 +00:00
Lluís Batlle i Rossell
e4c4ab35e5
I think I fixed atlas for i686. It wants '-b 32'. Why, I don't know.
...
svn path=/nixpkgs/trunk/; revision=32471
2012-02-22 11:37:10 +00:00
Lluís Batlle i Rossell
2ce218c434
Updating Wings3D to 1.4.1
...
svn path=/nixpkgs/trunk/; revision=32470
2012-02-22 11:25:17 +00:00
Eelco Dolstra
f71dd91a43
* Apply r32435 from the trunk (always build Python with SSL support).
...
Remove .ssl references from some packages missed in that commit.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32469
2012-02-21 23:35:35 +00:00
Eelco Dolstra
e64443baf1
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32468
2012-02-21 23:29:21 +00:00
Lluís Batlle i Rossell
bfe234644e
Add make check to octave. Some tests fail, but the build works. We'll have the report this way.
...
svn path=/nixpkgs/trunk/; revision=32467
2012-02-21 23:02:36 +00:00
Lluís Batlle i Rossell
fb12a6838f
I remove clapack, and an unused reference I found.
...
Now liblapack provides a c interface too.
svn path=/nixpkgs/trunk/; revision=32466
2012-02-21 22:16:33 +00:00
Lluís Batlle i Rossell
b5a904153b
Building octave with mesa and fltk to have the new fltk graphics toolkit available.
...
I also add more libs octave appreciates for some functions.
I've not tested the graphics toolkit, but it builds.
svn path=/nixpkgs/trunk/; revision=32465
2012-02-21 22:09:48 +00:00
Lluís Batlle i Rossell
5e2de19cc1
Fixing octave, so plot(1) works.
...
Linking octave with clapack did not work.
I updated lapack, and additionally I build it with atlas, instead of blas. That should give
better performance. I don't know if atlas builds everywhere though.
On the other hand, maybe some programs linking with liblapack will fail. We'll have to check
the hydra reports.
I plan to remove clapack; liblapack provides a C interface too.
svn path=/nixpkgs/trunk/; revision=32464
2012-02-21 21:43:44 +00:00
Lluís Batlle i Rossell
8cb96ff7b2
Fixing the description of TaskCoach. I committed too fast.
...
svn path=/nixpkgs/trunk/; revision=32463
2012-02-21 18:22:38 +00:00
Lluís Batlle i Rossell
fa990884ec
Adding TaskCoach.
...
svn path=/nixpkgs/trunk/; revision=32462
2012-02-21 18:19:00 +00:00
Peter Simons
bbc7b11572
haskell-dimensional: updated to version 0.10.2
...
svn path=/nixpkgs/trunk/; revision=32461
2012-02-21 16:41:30 +00:00
Lluís Batlle i Rossell
47e9932cd2
I attempted to get octave 3.4.3 working with atlas, but it also builds and crashes at
...
plot(1), as 3.6.0 also did. I don't know what's wrong there.
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff694e3ad in dtrtri_
Exact as 3.6.0. I'll revert to the old octave version that worked without any
blas or lapack implementation.
--This line, and those below, will be ignored-e-
M pkgs/development/interpreters/octave/default.nix
svn path=/nixpkgs/trunk/; revision=32460
2012-02-21 15:45:22 +00:00
Peter Simons
da2159548a
nbd: avoid use of "install -D", which doesn't seem to work on FreeBSD
...
svn path=/nixpkgs/trunk/; revision=32459
2012-02-21 15:07:39 +00:00
Lluís Batlle i Rossell
2847a37fa9
Updating atlas to 3.9.67, the latest development version
...
svn path=/nixpkgs/trunk/; revision=32458
2012-02-21 14:49:36 +00:00
Ludovic Courtès
a283887388
Xfig: Fix URL; add `meta.platforms'.
...
svn path=/nixpkgs/trunk/; revision=32457
2012-02-21 14:45:53 +00:00
Eelco Dolstra
9a48e47d60
* It's important to inherit packages from "pkgs" rather than
...
the lexical scope for package overrides to work properly.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32456
2012-02-21 14:13:16 +00:00
Yury G. Kudryashov
578847f8b3
Let hydra build kdesvn
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32455
2012-02-21 14:04:51 +00:00
Yury G. Kudryashov
8229dc4357
Trying to fix soqt for qt-4.8
...
svn path=/nixpkgs/trunk/; revision=32454
2012-02-21 13:52:32 +00:00
Peter Simons
6c796fa539
haskell-yesod-core: updated to version 0.10.2.1
...
svn path=/nixpkgs/trunk/; revision=32453
2012-02-21 13:39:29 +00:00
Yury G. Kudryashov
743c7e3539
Let hydra build paraview with qt-4.7 and qt-4.8
...
svn path=/nixpkgs/trunk/; revision=32452
2012-02-21 12:57:23 +00:00
Lluís Batlle i Rossell
a81366984e
Updating octave to 3.6.0
...
svn path=/nixpkgs/trunk/; revision=32451
2012-02-21 11:34:57 +00:00
Peter Simons
4e76d21c84
nbd: updated to version 3.0
...
svn path=/nixpkgs/trunk/; revision=32450
2012-02-21 10:58:15 +00:00
Peter Simons
f8703e3b25
haskell-packages.nix: updated version of HUnit used by GHC 7.4.1
...
svn path=/nixpkgs/trunk/; revision=32449
2012-02-21 10:09:34 +00:00
Peter Simons
eac4153574
haskell-yesod-form: updated to version 0.4.2
...
svn path=/nixpkgs/trunk/; revision=32448
2012-02-21 10:07:12 +00:00
Peter Simons
8011875681
haskell-conduit: updated to version 0.2.2
...
svn path=/nixpkgs/trunk/; revision=32447
2012-02-21 10:07:10 +00:00
Peter Simons
9843a6f100
yesod-core: disable haddock phase in this version of the package to avoid build failures because of syntax errors in the documentation
...
The bug has been reported upstream.
svn path=/nixpkgs/trunk/; revision=32446
2012-02-21 10:07:08 +00:00
Arie Middelkoop
869543fa05
Updated the hash of texlive's 'moderncv.zip'.
...
Apparently the file gets updated once in a while. It does not have a version number either. Not very nice.
svn path=/nixpkgs/trunk/; revision=32444
2012-02-21 09:01:56 +00:00
Lluís Batlle i Rossell
b4f548ff41
Fixing Skype4Py (build inputs)
...
svn path=/nixpkgs/trunk/; revision=32443
2012-02-20 21:49:05 +00:00
Lluís Batlle i Rossell
f2cece41e3
Adding Skype4Py.
...
svn path=/nixpkgs/trunk/; revision=32442
2012-02-20 21:35:05 +00:00
Peter Simons
19b43c8f42
haskell-yesod-core: updated to version 0.10.2
...
svn path=/nixpkgs/trunk/; revision=32438
2012-02-20 19:03:15 +00:00
Peter Simons
1dd8249087
haskell-hxt: updated to version 9.2.1
...
svn path=/nixpkgs/trunk/; revision=32437
2012-02-20 19:03:12 +00:00
Eelco Dolstra
45fed14272
* Revert r32435. We'll be doing a stdenv merge in a few days, so
...
let's put it in there rather than having the Nth near-complete
rebuild of the trunk in a few days.
svn path=/nixpkgs/trunk/; revision=32436
2012-02-20 18:59:43 +00:00
Peter Simons
95cbf4ed55
Modified the Python 2.7 expression so that the interpreter has unconditional
...
OpenSSL support. Having OpenSSL available at the time the core interpreter is
built enables all kinds of important crypto features (i.e. additional hashlib
algorithms, etc.) that otherwise won't be available.
svn path=/nixpkgs/trunk/; revision=32435
2012-02-20 18:52:52 +00:00
Lluís Batlle i Rossell
3a414e0292
Adding python-xlib
...
svn path=/nixpkgs/trunk/; revision=32434
2012-02-20 18:20:12 +00:00
Lluís Batlle i Rossell
7f75de0632
soqt, meshlab and paraview fail to build with qt 4.8. I set them for qt 4.7.
...
svn path=/nixpkgs/trunk/; revision=32433
2012-02-20 18:00:09 +00:00
Shea Levy
9a6cf14ef1
Fix tarball
...
svn path=/nixpkgs/trunk/; revision=32432
2012-02-20 17:25:35 +00:00
Eelco Dolstra
fd41f11208
* dhcpcd: get the entry/exit hooks from /etc.
...
svn path=/nixpkgs/trunk/; revision=32429
2012-02-20 15:12:34 +00:00
Eelco Dolstra
9c33ae3f2b
* Fix ugly wpa_supplicant expression.
...
svn path=/nixpkgs/trunk/; revision=32427
2012-02-20 14:26:01 +00:00
Eelco Dolstra
ccea8d08e9
* Zabbix updated to 1.8.10.
...
svn path=/nixpkgs/trunk/; revision=32425
2012-02-20 13:37:33 +00:00
Lluís Batlle i Rossell
1488d45699
Updating vdrift to 2011-10-22. There are newer source code files, but that's
...
the newsest src+data tarball I could find. We should write an expression that can use
the latest src with the latest data apart.
svn path=/nixpkgs/trunk/; revision=32423
2012-02-20 13:05:21 +00:00
Peter Simons
9cc0657c86
haskell-hlint: updated to version 1.8.24
...
svn path=/nixpkgs/trunk/; revision=32422
2012-02-20 10:45:02 +00:00
Peter Simons
d2ef3f937c
haskell-happstack-server: updated to version 6.6.3
...
svn path=/nixpkgs/trunk/; revision=32421
2012-02-20 10:45:00 +00:00
Peter Simons
2fc61e1010
haskell-smallcheck: updated to version 0.6.1
...
svn path=/nixpkgs/trunk/; revision=32420
2012-02-20 10:44:57 +00:00
Peter Simons
037eafa2cf
haskell-fclabels: updated to version 1.1.1.0
...
svn path=/nixpkgs/trunk/; revision=32419
2012-02-20 10:44:53 +00:00
Peter Simons
6e9ecace50
haskell-SDL: updated to version 0.6.3
...
svn path=/nixpkgs/trunk/; revision=32418
2012-02-20 10:44:49 +00:00
Yury G. Kudryashov
d8454e538c
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32417
2012-02-20 05:30:06 +00:00
Yury G. Kudryashov
23856c2a40
tbe needs which
...
svn path=/nixpkgs/trunk/; revision=32416
2012-02-20 05:28:06 +00:00
Yury G. Kudryashov
af126735b2
amarok-2.5.0
...
svn path=/nixpkgs/trunk/; revision=32415
2012-02-20 05:28:03 +00:00
Yury G. Kudryashov
4c5aaf3736
qtscriptgenerator: qt-4.8 patch
...
svn path=/nixpkgs/trunk/; revision=32414
2012-02-20 05:27:57 +00:00
Eelco Dolstra
ebe141d306
* Updated dhcpcd to 5.5.4.
...
svn path=/nixpkgs/trunk/; revision=32412
2012-02-20 01:14:57 +00:00
Peter Simons
4629d596ac
all-packages.nix: define the 'andyetitmoves' attribute only on Linux platforms
...
svn path=/nixpkgs/trunk/; revision=32410
2012-02-19 23:32:43 +00:00
Peter Simons
c96d4bd72e
and yet it moves: gravity/physics game
...
Demo and commercial version are supported.
This nix expression shows some of the techniques used to package
closed-source binaries.
Committed on behalf of Mathijs Kwik.
svn path=/nixpkgs/trunk/; revision=32408
2012-02-19 21:36:54 +00:00