[Nix-dev] Re: [Nix-commits] SVN commit: nix - 21781 - urkud - nixpkgs/trunk/pkgs/os-specific/linux/udev

2010-05-15 Thread Nicolas Pierron
On Sat, May 15, 2010 at 11:54, Yury G Kudryashov ur...@mccme.ru wrote: Author: urkud Date: 2010-05-15 09:54:35 + (Sat, 15 May 2010) New Revision: 21781 You can view the changes in this commit at:   https://svn.nixos.org/viewvc/nix?rev=21781view=rev Modified:  

[Nix-dev] Re: [Nix-commits] SVN commit: nix - 21781 - urkud - nixpkgs/trunk/pkgs/os-specific/linux/udev

2010-05-15 Thread Yury G. Kudryashov
Nicolas Pierron wrote: On Sat, May 15, 2010 at 11:54, Yury G Kudryashov ur...@mccme.ru wrote: - for i in 40-alsa.rules 40-infiniband.rules 40-isdn.rules 40-pilot-links.rules 64-device-mapper.rules 64-md-raid.rules; do - cp rules/packages/$i $out/libexec/rules.d/ - done +

[Nix-dev] Re: Re: [PATCH] Fix git-send-email.

2010-05-15 Thread Yury G. Kudryashov
David Brown wrote: On Sat, May 15, 2010 at 04:55:57PM +0200, Peter Simons wrote: unfortunately, two of the Perl packages that were added in order to support git send-email don't build on the build farm: http://hydra.nixos.org/build/409377 It appears that the build phase works fine, but the

[Nix-dev] [PATCH] Disable network tests on Perl libs.

2010-05-15 Thread David Brown
--- pkgs/top-level/perl-packages.nix |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index e4a95bf..f5d931f 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@

[Nix-dev] Re: [PATCH] Disable network tests on Perl libs.

2010-05-15 Thread Yury G. Kudryashov
David Brown wrote: --- +# Tests perform network access. +doCheck = false; +# Tests perform network access. +doCheck = false; It would be better to investigate the real reason for test failures, and disable only offending tests. OTOH, if you have no time for this, let's

[Nix-dev] making nix-collect-garbage faster?

2010-05-15 Thread Marc Weber
Would it make nix-collect-garbage faster when store paths were not deleted but moved to a garbage directory instead? Eg mv /nix/stoer/xxx-foo /nix/store/garbage Then when everything was moved there the lock could be released and rm -fr /nix/store/garbage could be run with low

Re: [Nix-dev] making nix-collect-garbage faster?

2010-05-15 Thread Michael Raskin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/15/2010 08:28 PM, Marc Weber wrote: Would it make nix-collect-garbage faster when store paths were not deleted but moved to a garbage directory instead? Eg mv /nix/stoer/xxx-foo /nix/store/garbage Given that it is the same