[Nix-dev] problem with sublimetext package

2012-11-11 Thread Mathijs Kwik
Hi all, I'm trying to get the channel going again. I fixed some small typos already, but there's still one error I cannot figure out. Please see: http://hydra.nixos.org/build/3315181 As you can see, it seems the build is trying to evaluate something for powerpc-linux and ends up with a null

[Nix-dev] (kde 4.8): knofity4 PID: 21830 Signal: Segmentation fault (11)

2012-11-11 Thread Joachim Schiele
hi, my config using kde 4.8 like this: services.xserver.desktopManager.kde4.enable = true; services.xserver.displayManager.kdm.enable = true; nixpkgs.config.packageOverrides = pkgs : rec { kde4 = pkgs.kde48; }; environment.systemPackages = with pkgs; [ zsh

Re: [Nix-dev] problem with sublimetext package

2012-11-11 Thread Rob Vermaas
Hi Matthijs, you are correct, I should have added an assertion. Will fix that later today. Cheers, Rob On Sun, Nov 11, 2012 at 10:10 AM, Mathijs Kwik math...@bluescreen303.nlwrote: Hi all, I'm trying to get the channel going again. I fixed some small typos already, but there's still one

Re: [Nix-dev] problem with sublimetext package

2012-11-11 Thread Rob Vermaas
Should be fixed in 277bfc232b527cc1e613542624df0452b6d16aa0. Sorry for the noise. Cheers, Rob On Sun, Nov 11, 2012 at 1:12 PM, Rob Vermaas rob.verm...@gmail.com wrote: Hi Matthijs, you are correct, I should have added an assertion. Will fix that later today. Cheers, Rob On Sun, Nov

Re: [Nix-dev] (kde 4.8): knofity4 PID: 21830 Signal: Segmentation fault (11)

2012-11-11 Thread Marc Weber
Hi Joachim, sometimes this behaviour is caused by different dependencies using different versions of a common dependency. nix-store -q --tree store-path will show a listing. Consider using some regex to stort by name/version to find out whether this is the case. There may be a better option than

[Nix-dev] Language-specific package managers

2012-11-11 Thread Malcolm Matalka
Hello! I am wondering what the Nix view on language specific package managers is. They seem at odds with the goals of Nix. I see there is a tool for converting cabal packages to Nix packages, is the idea to have little translation apps for all language package manager types? Specifically I am

Re: [Nix-dev] Language-specific package managers

2012-11-11 Thread Marc Weber
I created hack-nix for Haskell, which dumps hackage. contains a brute force dependency solver nixpkgs-ruby-overlay [1] which dumps rubyforge (which is quite usable, but not perfect yet) nixpkgs-python-overlay [2] which dumps PyPi (experimental, dependency inforamtion is not complete enough)

[Nix-dev] Curl certs

2012-11-11 Thread Malcolm Matalka
I'm trying to create a package that, as part of its make, downloads some stuff through curl. Most work but one in particular is failing due to certificates (see below). This works if I do it on the command line. I tried adding 'cacert' to my buildInputs and parameters, but that didn't seem to

[Nix-dev] Curl certs

2012-11-11 Thread Michael Raskin
I'm trying to create a package that, as part of its make, downloads some stuff through curl. Most work but one in particular is failing due to certificates (see below). This works if I do it on the command line. I tried adding 'cacert' to my buildInputs and parameters, but that didn't seem to

[Nix-dev] nixpkgs-unstable channel

2012-11-11 Thread Mathijs Kwik
Hi all, I noticed at http://nixos.org/releases/nixos/channels that there are now 2 different channels: - nixos-unstable - nixpkgs-unstable Can anyone explain this split-up? Thanks, Mathijs ___ nix-dev mailing list nix-dev@lists.science.uu.nl