[Nix-dev] pull requests

2012-06-11 Thread Peter Simons
Hi guys, I committed a bunch of patches that had been submitted as pull requests on Github. Unfortunately, I cannot close those pull requests, so I just added a comment to those which have been taken care of. Eelco, I trust you can close them later? Take care, Peter

Re: [Nix-dev] pull requests

2012-06-11 Thread Marc Weber
There is an API for accessing pull requests. http://develop.github.com/p/pulls.html So it would be possible to send pull requests to the mailinglists. Which should be the recommended workflow now that the repos are hosted on github mainly? Marc Weber

Re: [Nix-dev] pull requests

2012-06-11 Thread Marc Weber
In the end I don't care. Whatever way is recommended I'd appreciate a short wiki article - or the info that there is no common sense about how commit review should look like in the future yet. Until we know I'd say pasting a github url to a commit of a private fork is a very nice way to notify

Re: [Nix-dev] emacsPackages

2012-06-11 Thread Florian Friesdorf
Hi Peter, On Mon, 11 Jun 2012 09:37:55 +0200, Peter Simons sim...@cryp.to wrote: Hi, we have different sets of emacsPackages for different versions of Emacs. I think they only differ in the emacs version being used. The Emacs version used to build a package is not baked into the package

Re: [Nix-dev] emacsPackages

2012-06-11 Thread Florian Friesdorf
On Mon, 11 Jun 2012 10:18:32 +0200, Peter Simons sim...@cryp.to wrote: Hi Florian, the problem with the current scheme is you cannot install a non-default version of an Emacs package into a profile and keep it up-to-date with nix-env -u \*. If you update the profile, you'll be switched back

[Nix-dev] powertop-2.0

2012-06-11 Thread Florian Friesdorf
I updated powertop to the long awaited 2.0. In case somebody misses the old 1.x, please let me know why and I'll re-add it as powertop1 with lower priority. -- Florian Friesdorf f...@chaoflow.net GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083 Jabber/XMPP: f...@chaoflow.net IRC:

Re: [Nix-dev] emacsPackages

2012-06-11 Thread Peter Simons
Hi Florian, To understand the situation: with python we have the same problem, or? yes, exactly. Take care, Peter ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] emacsPackages

2012-06-11 Thread Marco Maggesi
And the same is for ocamlPackages, which I created imitating emacsPackages M. 2012/6/11 Peter Simons sim...@cryp.to: Hi Florian,   To understand the situation: with python we have the same problem, or? yes, exactly. Take care, Peter ___

Re: [Nix-dev] Agda build

2012-06-11 Thread Peter Simons
Hi Karn, I've committed your patch. Thank you very much. Changing cabal2nix is not necessary in this particular case, because the currently required patch will become obsolete in the next version of Agda. So when the expression is re-generated after an update, we actually want to lose that

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r34442 - in nixpkgs/trunk/pkgs: misc/screensavers/vlock top-level

2012-06-11 Thread Ludovic Courtès
Hi Peter, Peter Simons sim...@cryp.to skribis: + name = vlock-2.2.2; + src = fetchurl + { +url = mirror://debian/pool/main/v/vlock/vlock_2.2.2.orig.tar.gz; +sha256 = 1b9gv7hmlb8swda5bn40lp1yki8b8wv29vdnhcjqfl6ir98551za; + }; + + prePatch = '' +sed -i -e

[Nix-dev] NixOS for Raspberry Pi?

2012-06-11 Thread Rickard Nilsson
Hi, Is anyone working on getting NixOS running on the Raspberry Pi (ARM-based, http://www.raspberrypi.org/)? If so, I'm happy to help out. If not, I will try to start working on it soon. Hopefully, the fact that I have NixOS running on my SheevaPlug (also ARM) will make it easier to get it

Re: [Nix-dev] NixOS for Raspberry Pi?

2012-06-11 Thread Lluís Batlle i Rossell
On Mon, Jun 11, 2012 at 02:53:53PM +0200, Rickard Nilsson wrote: Hi, Is anyone working on getting NixOS running on the Raspberry Pi (ARM-based, http://www.raspberrypi.org/)? If so, I'm happy to help out. If not, I will try to start working on it soon. Hopefully, the fact that I have

[Nix-dev] Emacs 24

2012-06-11 Thread Peter Simons
Hi guys, I would like to update the default version of Emacs in Nixpkgs to 24.1. In my local tests, everything worked fine, and the number of rebuilds this causes is quite moderate too. Would anyone mind? Take care, Peter ___ nix-dev mailing list

Re: [Nix-dev] n00b question: nix-env --query that outputs Attributes

2012-06-11 Thread Andreas Källberg
On 7 June 2012 14:59, Daniel Santa Cruz dstc...@gmail.com wrote: After reading and re-reading the man page, I'm still not sure how to do a query that will output the attribute path of installed packages. I figured that I could change: nix-env -qaP * into: nix-env -q --installed -P * If

[Nix-dev] ghc wrapper, and the 'binary' package

2012-06-11 Thread Mathijs Kwik
Hi all, With the recent update to ghc 7.4 and the new haskell platform release, I found that only 2 packages on my system weren't happy with this change: - uhc - xmonad extras For the time being, I kept them on ghc 7.0.4, so all is fine for now. I started looking into the problems a bit and

Re: [Nix-dev] Emacs 24

2012-06-11 Thread Ludovic Courtès
Florian Friesdorf f...@chaoflow.net skribis: On Mon, 11 Jun 2012 15:23:53 +0200, Peter Simons sim...@cryp.to wrote: Hi guys, I would like to update the default version of Emacs in Nixpkgs to 24.1. In my local tests, everything worked fine, and the number of rebuilds this causes is quite

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r34419 - nixos/trunk/modules/services/networking

2012-06-11 Thread Eelco Dolstra
Hi, On 10/06/12 10:50, Lluís Batlle wrote: +description = + Only use ipv4, even if the host supports ipv6 +; Please properly capitalize/punctuate, i.e. Only use IPv4, even if the host supports IPv6. The option description is included in the manual so it should

Re: [Nix-dev] ghc wrapper, and the 'binary' package

2012-06-11 Thread Peter Simons
Hi Mathijs, the build problems in xmonad-extras are now fixed. Fixing uhc is trickier though: The way this is checked by the configure script is by just calling ghc-pkg list --simple-output binary. I haven't investigated nix's cabal-hooking a lot, as it mostly just works. I see

[Nix-dev] Platform indepent installer hardcodes /bin/chmod

2012-06-11 Thread Bryce L Nordgren
Hi. I'm trying to package geonetwork-opensource ( http://geonetwork-opensource.org/) for nix. They distribute the application's war-file separately, but there's an administrative tool called gast which is only available using their platform-independent installer. I was able to save an install.xml

[Nix-dev] CoilMQ 0.6.1 and deps

2012-06-11 Thread Karl Trygve Kalleberg
Hi, I attached a patch for a Python package called CoilMQ, including its deps (stompclient and distribute) for review. Any objections to applying this patch? -- Karl T PS. Due to some weirdness I've not been able to track down, 'distribute' will try to do in-place patching of other packages'