[Nix-dev] [nix-dev] svn sasl support

2012-01-11 Thread Sergey Mironov
Hi. Here is another patch witch adds sasl auth method to the svn. That was easy. I set it enabled by default, hope it is ok. Sergey. 0001-subversion-add-sasl-support.patch Description: Binary data ___ nix-dev mailing list nix-dev@lists.science.uu.nl

Re: [Nix-dev] texlive's epspdf is broken

2012-01-11 Thread Yury G. Kudryashov
Peter Simons wrote: Hi, TeXlive installs the executable epspdf, but it cannot actually be run: Now, 'texLive' depends on 'ruby'. Does anyone know what exactly that interpreter is used for? Would it be okay to downgrade that to 'ruby18'? No, but you can pass ruby18 to texlive. And does

[Nix-commits] SVN commit: nix - r31479 - nixpkgs/trunk/pkgs/development/libraries/haskell/irc

2012-01-11 Thread Peter Simons
Author: simons Date: Wed Jan 11 14:40:49 2012 New Revision: 31479 URL: https://nixos.org/websvn/nix/?rev=31479sc=1 Log: haskell-irc: updated to version 0.5.0.0 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/irc/default.nix Modified:

[Nix-commits] SVN commit: nix - r31481 - nix/trunk/perl

2012-01-11 Thread Ludovic Courtès
Author: ludo Date: Wed Jan 11 16:44:42 2012 New Revision: 31481 URL: https://nixos.org/websvn/nix/?rev=31481sc=1 Log: perl: Build libNixStore.la with `-module'. Modified: nix/trunk/perl/Makefile.am Modified: nix/trunk/perl/Makefile.am

[Nix-commits] SVN commit: nix - r31482 - in nix/trunk: . tests

2012-01-11 Thread Ludovic Courtès
Author: ludo Date: Wed Jan 11 16:58:49 2012 New Revision: 31482 URL: https://nixos.org/websvn/nix/?rev=31482sc=1 Log: tests: Run `download-using-manifests' via libtool so that dlopening works. Modified: nix/trunk/substitute.mk nix/trunk/tests/common.sh.in nix/trunk/tests/init.sh

Re: [Nix-dev] yesd doesn't build with most recent ghc (zlib not finding .so in ghci/template haskell)

2012-01-11 Thread Marc Weber
Excerpts from Corey O'Connor's message of Wed Jan 11 17:45:51 +0100 2012: Howdy, Here is the patch I'm using to work around this issue until GHC 7.4 is out: https://github.com/coreyoconnor/nixpkgs/commit/e7ce5a8e2b9acd757ffbbdf4684a4a7e7bd99be7 In either case either I'd add comments to either

Re: [Nix-dev] Updating emacs-snapshot package

2012-01-11 Thread Peter Simons
Hi Phil, may passing the --with-crt-dir flag at configure time helps? The Emacs 23 expression does this in configureFlags: stdenv.lib.optional (stdenv ? glibc) [ --with-crt-dir=${stdenv.glibc}/lib ] That should work even better than those substituteInPlace calls. I hope this helps, Peter

[Nix-dev] CUPS broken?

2012-01-11 Thread Peter Simons
Hi, has anyone managed to print a Postscript or PDF file to a Splix printer recently? I can print to a native Postscript printer, okay, but all printers that need some kind of local filter to run no longer work: lp some-document.pdf lp: Unsupported format 'application/pdf'! I can no longer

[Nix-dev] CUPS broken?

2012-01-11 Thread Michael Raskin
Hi, has anyone managed to print a Postscript or PDF file to a Splix printer recently? I can print to a native Postscript printer, okay, but all printers that need some kind of local filter to run no longer work: lp some-document.pdf lp: Unsupported format 'application/pdf'! I can no longer

[Nix-dev] [nix-dev] chrome java plugin

2012-01-11 Thread Sergey Mironov
Hello! Has anyone tried the subj? I don't see any java-related option in chrome's nix file. Does it means that this is not implemented? What about firefox? Sergey ___ nix-dev mailing list nix-dev@lists.science.uu.nl

Re: [Nix-dev] yesd doesn't build with most recent ghc (zlib not finding .so in ghci/template haskell)

2012-01-11 Thread Andres Loeh
Here is the patch I'm using to work around this issue until GHC 7.4 is out: https://github.com/coreyoconnor/nixpkgs/commit/e7ce5a8e2b9acd757ffbbdf4684a4a7e7bd99be7 GHC 7.4 is nearly out (RC1 is already in nixpkgs as ghcHEAD). I have found little reason to use ghc-7.2 in general. But if

Re: [Nix-dev] [nix-dev] chrome java plugin

2012-01-11 Thread Lluís Batlle i Rossell
On Thu, Jan 12, 2012 at 01:21:13AM +0400, Sergey Mironov wrote: Hello! Has anyone tried the subj? I don't see any java-related option in chrome's nix file. Does it means that this is not implemented? What about firefox? It is there, in firefox. Set 'firefox.jre = true' in your nixpkgs config.

Re: [Nix-dev] CUPS broken?

2012-01-11 Thread Eelco Dolstra
Hi, On 01/11/2012 10:15 PM, Peter Simons wrote: has anyone managed to print a Postscript or PDF file to a Splix printer recently? I can print to a native Postscript printer, okay, but all printers that need some kind of local filter to run no longer work: lp some-document.pdf lp:

Re: [Nix-dev] [nix-dev] chrome java plugin

2012-01-11 Thread Marc Weber
Excerpts from Lluís Batlle i Rossell's message of Wed Jan 11 22:28:45 +0100 2012: For chrome, I imagine it works similar. http://support.google.com/chrome/bin/answer.py?hl=enanswer=142064 Does not list linux when you follow the Java link. But that info could be incomplete. Marc Weber

[Nix-commits] SVN commit: nix - r31485 - nixpkgs/trunk/pkgs/applications/networking/irc/xchat

2012-01-11 Thread Arie Middelkoop
Author: amiddelk Date: Wed Jan 11 22:32:17 2012 New Revision: 31485 URL: https://nixos.org/websvn/nix/?rev=31485sc=1 Log: Update of XChat to 2.8.8; old version 2.8.4 does not compile. Modified: nixpkgs/trunk/pkgs/applications/networking/irc/xchat/default.nix Modified:

Re: [Nix-dev] [nix-dev] conky failed to build - fatal error: curl/types.h: No such file or directory

2012-01-11 Thread Yury G. Kudryashov
Sergey Mironov wrote: 2012/1/10 Yury G. Kudryashov urkud.ur...@gmail.com Ok, now it is clear. As it turns out, adding ncurses dep did not fixed the problem - those strange 'curl/types.h' is still needed. So I've included gentoo patch fixing this issue. It works now, nixpkgs patch is in

[Nix-commits] SVN commit: nix - r31487 - nixpkgs/trunk/pkgs/misc/ghostscript

2012-01-11 Thread Peter Simons
Author: simons Date: Wed Jan 11 23:14:07 2012 New Revision: 31487 URL: https://nixos.org/websvn/nix/?rev=31487sc=1 Log: ghostscript: CUPS support is no longer enabled by default in version 9.x We must explicitly give the --with-install-cups option at configure time to get the gstoraster filter

[Nix-commits] SVN commit: nix - r31488 - nixpkgs/trunk/pkgs/misc/ghostscript

2012-01-11 Thread Peter Simons
Author: simons Date: Wed Jan 11 23:14:12 2012 New Revision: 31488 URL: https://nixos.org/websvn/nix/?rev=31488sc=1 Log: ghostscript: cosmetic change to simplify the DLL build and install procedure Modified: nixpkgs/trunk/pkgs/misc/ghostscript/default.nix Modified:

[Nix-commits] SVN commit: nix - r31489 - nixos/trunk/modules/services/printing

2012-01-11 Thread Peter Simons
Author: simons Date: Wed Jan 11 23:17:36 2012 New Revision: 31489 URL: https://nixos.org/websvn/nix/?rev=31489sc=1 Log: modules/services/printing/cupsd.nix: tell cups to use 'gstoraster' instead of 'pstoraster' The CUPS filter has been renamed in GNU Ghostscript 9.x. Fortunately, Ghostscript

[Nix-dev] CUPS fixed (was: CUPS broken?)

2012-01-11 Thread Peter Simons
Hi guys, it turns out my Ghostscript update broke CUPS! Who would have guessed? I've committed fixes to nixpkgs and nixos, and with those changes I can print fine again. If anyone still experiences problems, please let me know. Take care, Peter ___

Re: [Nix-dev] [nix-dev] chrome java plugin

2012-01-11 Thread Sergey Mironov
2012/1/12 Marc Weber marco-owe...@gmx.de Excerpts from Lluís Batlle i Rossell's message of Wed Jan 11 22:28:45 +0100 2012: For chrome, I imagine it works similar. http://support.google.com/chrome/bin/answer.py?hl=enanswer=142064 Does not list linux when you follow the Java link. But that

[Nix-commits] SVN commit: nix - r31491 - nixos/trunk/modules/security

2012-01-11 Thread Florian Friesdorf
Author: chaoflow Date: Thu Jan 12 07:54:14 2012 New Revision: 31491 URL: https://nixos.org/websvn/nix/?rev=31491sc=1 Log: sudoers: LOCALE_ARCHIVE, TERMINFO_DIRS for root and %wheel Modified: nixos/trunk/modules/security/sudo.nix Modified: nixos/trunk/modules/security/sudo.nix