[Nix-dev] [nix-dev] broken manifest

2012-01-15 Thread Sergey Mironov
Hi! Looks like nix-rebuild switch is broken! MANIFEST.bz2 from the server is an empty file. [root@pokemon:~]# nixos-rebuild switch fetching list of Nix archives at ` http://nixos.org/releases/nixpkgs/channels/nixpkgs-unstable/MANIFEST.bz2'... % Total% Received % Xferd Average Speed Time

Re: [Nix-dev] [nix-dev] broken manifest

2012-01-15 Thread Arie Middelkoop
Delete: /nix/store/ps8c0vgpwz4zdgr0jznxak6cp53f95lm-MANIFEST.bz2 then run: nix-store --verify Your next nixos-rebuild will then download the manifest again. The problem is that the manifest that you downloaded is corrupted. I had this several times when I was connected to an access point that req

Re: [Nix-dev] [nix-dev] broken manifest

2012-01-15 Thread Mathijs Kwik
It appears however, that the manifest on the server is broken. See http://nixos.org/releases/nixpkgs/channels/nixpkgs-unstable/ On Sun, Jan 15, 2012 at 12:22 PM, Arie Middelkoop wrote: > Delete:  /nix/store/ps8c0vgpwz4zdgr0jznxak6cp53f95lm-MANIFEST.bz2 > then run: nix-store --verify > Your next

[Nix-dev] openvpn autostart

2012-01-15 Thread Mathijs Kwik
Hi all, I setup openvpn through configuration.nix, which works great. However, I don't want my vpn to start automatically by default. Since an upstart-job was created automatically, I figured I need to override the job's startOn value. So I tried: jobs."openvpn-home".startOn = pkgs.lib.mkOverride

[Nix-commits] SVN commit: nix - r31569 - nixpkgs/trunk/pkgs/applications/version-management/git-and-tools/git-annex

2012-01-15 Thread Peter Simons
Author: simons Date: Sun Jan 15 11:43:57 2012 New Revision: 31569 URL: https://nixos.org/websvn/nix/?rev=31569&sc=1 Log: git-annex: bumped to version 3.20120113 Modified: nixpkgs/trunk/pkgs/applications/version-management/git-and-tools/git-annex/default.nix Modified: nixpkgs/trunk/pkgs/appl

[Nix-commits] SVN commit: nix - r31570 - in nixpkgs/trunk/pkgs: applications/version-management/gource tools/misc/gource top-level

2012-01-15 Thread Peter Simons
Author: simons Date: Sun Jan 15 11:44:02 2012 New Revision: 31570 URL: https://nixos.org/websvn/nix/?rev=31570&sc=1 Log: gource: added meta information and moved the package into version-management category Added: nixpkgs/trunk/pkgs/applications/version-management/gource/ nixpkgs/trunk/pkg

[Nix-commits] SVN commit: nix - r31572 - nixpkgs/trunk/pkgs/applications/version-management/git-and-tools/git-annex

2012-01-15 Thread Peter Simons
Author: simons Date: Sun Jan 15 11:44:08 2012 New Revision: 31572 URL: https://nixos.org/websvn/nix/?rev=31572&sc=1 Log: git-annex: cosmetic change for the meta.license attribute Modified: nixpkgs/trunk/pkgs/applications/version-management/git-and-tools/git-annex/default.nix Modified: nixpk

[Nix-commits] SVN commit: nix - r31571 - nixpkgs/trunk/pkgs/development/libraries/ftgl

2012-01-15 Thread Peter Simons
Author: simons Date: Sun Jan 15 11:44:05 2012 New Revision: 31571 URL: https://nixos.org/websvn/nix/?rev=31571&sc=1 Log: ftgl: fixed download URL Modified: nixpkgs/trunk/pkgs/development/libraries/ftgl/default.nix Modified: nixpkgs/trunk/pkgs/development/libraries/ftgl/default.nix ===

[Nix-commits] SVN commit: nix - r31573 - nixpkgs/trunk/pkgs/development/libraries/ftgl

2012-01-15 Thread Peter Simons
Author: simons Date: Sun Jan 15 11:44:11 2012 New Revision: 31573 URL: https://nixos.org/websvn/nix/?rev=31573&sc=1 Log: ftgl: added meta information Modified: nixpkgs/trunk/pkgs/development/libraries/ftgl/default.nix Modified: nixpkgs/trunk/pkgs/development/libraries/ftgl/default.nix ===

Re: [Nix-dev] openvpn autostart

2012-01-15 Thread Mathijs Kwik
To answer myself once again, lower priorities are kept. So I should have chosen a prio < 100 (the default). It works now, sorry to bother you all :) On Sun, Jan 15, 2012 at 12:42 PM, Mathijs Kwik wrote: > Hi all, > > I setup openvpn through configuration.nix, which works great. > However, I don'

Re: [Nix-dev] [nix-dev] broken manifest

2012-01-15 Thread Lluís Batlle i Rossell
On Sun, Jan 15, 2012 at 12:22:29PM +0100, Arie Middelkoop wrote: > Delete: /nix/store/ps8c0vgpwz4zdgr0jznxak6cp53f95lm-MANIFEST.bz2 > then run: nix-store --verify > Your next nixos-rebuild will then download the manifest again. That's not the way to work. Breaking the match between database and f

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

2012-01-15 Thread Sergey Mironov
2012/1/14 Peter Simons > Hi Sergey, > > > 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. > > I committed your patch. Thank you very much! > > I had no idea what SASL support is actually required for, though. I > recko

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

2012-01-15 Thread Lluís Batlle i Rossell
On Mon, Jan 16, 2012 at 01:06:33AM +0400, Sergey Mironov wrote: > What should I write to override this setting? Could you please give me an > example (sorry, my nix-skill is still weak)? Or maybe should we write > something like this: > > subversion = callPackage > ../applications/version-manage

[Nix-commits] SVN commit: nix - r31574 - nixpkgs/branches/darwin-without-xcode

2012-01-15 Thread Shea Levy
Author: shlevy Date: Sun Jan 15 22:31:44 2012 New Revision: 31574 URL: https://nixos.org/websvn/nix/?rev=31574&sc=1 Log: Start a branch for a darwin stdenv that doesn't rely on xcode Purity will not be a primary concern Added: nixpkgs/branches/darwin-without-xcode/ - copied from r31573,

[Nix-commits] SVN commit: nix - r31575 - in nixpkgs/branches/darwin-without-xcode/pkgs/stdenv: . darwin nix

2012-01-15 Thread Shea Levy
Author: shlevy Date: Sun Jan 15 22:52:29 2012 New Revision: 31575 URL: https://nixos.org/websvn/nix/?rev=31575&sc=1 Log: Make a sepseparate directory for darwin's stdenv Added: nixpkgs/branches/darwin-without-xcode/pkgs/stdenv/darwin/ - copied from r31574, nixpkgs/branches/darwin-withou

[Nix-dev] stdenv-updates, xz and darwin

2012-01-15 Thread Yury G. Kudryashov
Hi! It seems that darwin (bootstrap?) stdenv does not contain 'xz', thus gnugrep, coreutils and some other packages fail on x86_64-darwin. I have no darwin computer, so I ask darwin users to fix this problem. -- Yury G. Kudryashov, mailto: ur...@mccme.ru ___

[Nix-dev] Hydra & old jobsets

2012-01-15 Thread Yury G. Kudryashov
Hi! What do you think about removing old jobsets from hydra? E.g., when I see "kde47" I decide that trunk defaults to kde-4.8 (will be released in a week). And "xorg-test" says nothing about X.Org version. -- Yury G. Kudryashov, mailto: ur...@mccme.ru ___

Re: [Nix-dev] [nix-dev] oxygen gtk theming

2012-01-15 Thread Cillian de Róiste
2012/1/14 Александр Цамутали : > Sergey Mironov writes: > >> Hi. I've installed oxygen-gtk theme and tried to switch it on by linking >> >> [ierton@pokemon:~]$ ls -l .gtkrc-2.0.mine >> lrwxrwxrwx 1 ierton users 64 Янв 13 13:55 .gtkrc-2.0.mine -> /var/run/ >> current-system/sw/share/themes/oxygen-g

[Nix-commits] SVN commit: nix - r31576 - nixpkgs/trunk/pkgs/development/interpreters/ruby

2012-01-15 Thread Shea Levy
Author: shlevy Date: Mon Jan 16 02:05:41 2012 New Revision: 31576 URL: https://nixos.org/websvn/nix/?rev=31576&sc=1 Log: Update ruby gems Modified: nixpkgs/trunk/pkgs/development/interpreters/ruby/generated.nix Modified: nixpkgs/trunk/pkgs/development/interpreters/ruby/generated.nix =