[Nix-commits] SVN commit: nix - r29954 - nixpkgs/trunk/pkgs/applications/version-management/fossil

2011-10-21 Thread Marco Maggesi
Author: maggesi Date: Fri Oct 21 14:12:46 2011 New Revision: 29954 URL: https://nixos.org/websvn/nix/?rev=29954sc=1 Log: Update fossil to version 1.20 Modified: nixpkgs/trunk/pkgs/applications/version-management/fossil/default.nix Modified:

[Nix-commits] SVN commit: nix - r29955 - in nixpkgs/trunk/pkgs: applications/graphics/darktable development/compilers/llvm development/libraries/yajl top-level

2011-10-21 Thread Eelco Dolstra
Author: eelco Date: Fri Oct 21 14:43:18 2011 New Revision: 29955 URL: https://nixos.org/websvn/nix/?rev=29955sc=1 Log: * Fix evaluation errors. Modified: nixpkgs/trunk/pkgs/applications/graphics/darktable/default.nix nixpkgs/trunk/pkgs/development/compilers/llvm/clang.nix

[Nix-commits] SVN commit: nix - r29956 - in nixpkgs/trunk/pkgs: development/python-modules top-level

2011-10-21 Thread Eelco Dolstra
Author: eelco Date: Fri Oct 21 15:01:40 2011 New Revision: 29956 URL: https://nixos.org/websvn/nix/?rev=29956sc=1 Log: * Applied a patch to get Euca2ools / Boto to work on Python 2.7. Added: nixpkgs/trunk/pkgs/development/python-modules/boto-1.9-python-2.7.patch Modified:

[Nix-commits] SVN commit: nix - r29957 - cloud/trunk/examples

2011-10-21 Thread Eelco Dolstra
Author: eelco Date: Fri Oct 21 15:50:27 2011 New Revision: 29957 URL: https://nixos.org/websvn/nix/?rev=29957sc=1 Log: * Hm, maybe key pairs should be specified in an environment variable. Modified: cloud/trunk/examples/ec2.nix Modified: cloud/trunk/examples/ec2.nix

[Nix-commits] SVN commit: nix - r29958 - nixpkgs/trunk/pkgs/development/compilers/llvm

2011-10-21 Thread Eelco Dolstra
Author: eelco Date: Fri Oct 21 16:10:07 2011 New Revision: 29958 URL: https://nixos.org/websvn/nix/?rev=29958sc=1 Log: * Fix powerpc-linux evaluation (does anybody care?). Modified: nixpkgs/trunk/pkgs/development/compilers/llvm/clang.nix Modified:

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

2011-10-21 Thread Peter Simons
Author: simons Date: Fri Oct 21 16:13:56 2011 New Revision: 29960 URL: https://nixos.org/websvn/nix/?rev=29960sc=1 Log: haskell-ConfigFile: updated to version 1.1.0 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/ConfigFile/default.nix Modified:

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

2011-10-21 Thread Peter Simons
Author: simons Date: Fri Oct 21 16:14:00 2011 New Revision: 29961 URL: https://nixos.org/websvn/nix/?rev=29961sc=1 Log: haskell-NanoProlog: updated to version 0.2.3.3 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/NanoProlog/default.nix Modified:

[Nix-commits] SVN commit: nix - r29963 - nixpkgs/trunk/pkgs/tools/virtualization/amazon-ec2-ami-tools

2011-10-21 Thread Eelco Dolstra
Author: eelco Date: Fri Oct 21 16:25:27 2011 New Revision: 29963 URL: https://nixos.org/websvn/nix/?rev=29963sc=1 Log: * Latest EC2 AMI tools. Modified: nixpkgs/trunk/pkgs/tools/virtualization/amazon-ec2-ami-tools/default.nix Modified:

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

2011-10-21 Thread Peter Simons
Author: simons Date: Fri Oct 21 16:34:38 2011 New Revision: 29964 URL: https://nixos.org/websvn/nix/?rev=29964sc=1 Log: git-annex: updated to version 3.20111011 Modified: nixpkgs/trunk/pkgs/applications/version-management/git-and-tools/default.nix

[Nix-commits] SVN commit: nix - r29966 - nixpkgs/trunk/pkgs/tools/system/smartmontools

2011-10-21 Thread Peter Simons
Author: simons Date: Fri Oct 21 17:00:03 2011 New Revision: 29966 URL: https://nixos.org/websvn/nix/?rev=29966sc=1 Log: smartmontools: updated to version 5.42 Modified: nixpkgs/trunk/pkgs/tools/system/smartmontools/default.nix Modified:

[Nix-dev] updates and nix-env -i vs nix-env -iA (was: Re: python-x.y.z-wrapper vs python-x.y.z-full)

2011-10-21 Thread Florian Friesdorf
Hi Peter, #secure method=pgpmime mode=sign On Fri, 21 Oct 2011 19:43:02 +0200, Peter Simons sim...@cryp.to wrote: Hi Florian, 2.7.1 is considered to be smaller than 2.7.1-wrapper; installing and keeping 2.7.1 via nix-env is not possible. As the -wrapper versions are the full python

[Nix-dev] Evaluation errors in Nixpkgs

2011-10-21 Thread Peter Simons
Hi, I have problems building several packages because of evaluation errors: $ nix-build -K ~/.nix-defexpr -iA apacheAnt --show-trace error: while evaluating the builtin function `derivationStrict': while instantiating the derivation named `cmucl-binary-20b' at

Re: [Nix-dev] updates and nix-env -i vs nix-env -iA

2011-10-21 Thread Peter Simons
Hi Florian, Could we, apart from having buildEnv, do something about nix-env remembering how things were installed? As far as I understand, nix-env -u does not care about attr-paths, but searches for updates based on attr-name. 1) nix-env -i python - attr-path: pkgs.pythonFull

[Nix-dev] Using wrapper in attribute names and paths (was: Re: python-x.y.z-wrapper vs python-x.y.z-full)

2011-10-21 Thread Florian Friesdorf
Hi Peter, On Fri, 21 Oct 2011 19:43:02 +0200, Peter Simons sim...@cryp.to wrote: I would expect an upgrade to change something installed to the newest version available, not to the newest version + additional libraries. If a sufficiently large group in the community feels that way, then

[Nix-dev] In-Reply-To and gmane

2011-10-21 Thread Florian Friesdorf
Hi Peter, my mail reader (emacs/notmuch) fails to display your replies at the right position in a thread, but instead sees all of them as replies to the mail starting a thread. It seems that this is gmane's fault, as there is no In-Reply-To header. Is that something we/you have control over? Is

Re: [Nix-dev] Evaluation errors in Nixpkgs

2011-10-21 Thread Eelco Dolstra
On 10/21/2011 08:23 PM, Peter Simons wrote: I have problems building several packages because of evaluation errors: Do an svn up, I fixed these earlier today. -- Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/ ___ nix-dev mailing list

[Nix-commits] SVN commit: nix - r29967 - nixpkgs/trunk/pkgs/servers/samba

2011-10-21 Thread Eelco Dolstra
Author: eelco Date: Fri Oct 21 19:30:32 2011 New Revision: 29967 URL: https://nixos.org/websvn/nix/?rev=29967sc=1 Log: * Samba 3.6.1. Modified: nixpkgs/trunk/pkgs/servers/samba/default.nix Modified: nixpkgs/trunk/pkgs/servers/samba/default.nix

Re: [Nix-dev] Evaluation errors in Nixpkgs

2011-10-21 Thread Peter Simons
Hi Eelco, Do an svn up, I fixed these earlier today. I am at the current HEAD, revision 29967, but I get this error: $ nix-build ~/.nix-defexpr -iA apacheAnt error: user-thrown exception: Unsupported platform for cmucl. After removing 'cmucl_binary', the error becomes: $ nix-build

[Nix-commits] SVN commit: nix - r29968 - configurations/trunk/misc/eelco

2011-10-21 Thread Eelco Dolstra
Author: eelco Date: Fri Oct 21 23:09:22 2011 New Revision: 29968 URL: https://nixos.org/websvn/nix/?rev=29968sc=1 Log: * Temporarily switch to a different laptop, old one is broken. It has a Broadcom BCM4313 wireless card that requires a staging driver in the Linux kernel. Modified:

Re: [Nix-dev] Evaluation errors in Nixpkgs

2011-10-21 Thread Eelco Dolstra
On 10/21/2011 11:29 PM, Peter Simons wrote: Do an svn up, I fixed these earlier today. I am at the current HEAD, revision 29967, but I get this error: $ nix-build ~/.nix-defexpr -iA apacheAnt error: user-thrown exception: Unsupported platform for cmucl. Because you should be doing

[Nix-commits] SVN commit: nix - r29969 - nixpkgs/trunk/pkgs/servers/samba

2011-10-21 Thread Eelco Dolstra
Author: eelco Date: Fri Oct 21 23:36:48 2011 New Revision: 29969 URL: https://nixos.org/websvn/nix/?rev=29969sc=1 Log: * Samba: Apply a patch that fixes readlink() on symlinks that point outside of the share. This is necessary for EC2 image generation (and similar actions). Many thanks to

[Nix-commits] SVN commit: nix - r29970 - nixos/trunk/modules/virtualisation

2011-10-21 Thread Eelco Dolstra
Author: eelco Date: Fri Oct 21 23:39:05 2011 New Revision: 29970 URL: https://nixos.org/websvn/nix/?rev=29970sc=1 Log: * Fix Amazon image generation (there is no $ORIG_TMPDIR in runInLinuxVM anymore; use /tmp/xchg instead). Modified: nixos/trunk/modules/virtualisation/amazon-image.nix

[Nix-commits] SVN commit: nix - r29971 - nixpkgs/trunk/pkgs/applications/graphics/inkscape

2011-10-21 Thread Cillian de Roiste
Author: cillian Date: Sat Oct 22 00:01:26 2011 New Revision: 29971 URL: https://nixos.org/websvn/nix/?rev=29971sc=1 Log: Updating Inkscape to 0.48.2 Modified: nixpkgs/trunk/pkgs/applications/graphics/inkscape/default.nix Modified: nixpkgs/trunk/pkgs/applications/graphics/inkscape/default.nix

[Nix-dev] What if I am using a 56k modem?

2011-10-21 Thread Paul Dufresne
Hi... Looking a bit a the content of Minimal CD, I don't seems to find pppd, chatscripts and/or wvdial. Have they been 'packaged' for NixOS? (Sorry, 'packaged' is probably not the word NixOS use). Is it expected to be on minimal CD? ___ nix-dev mailing

Re: [Nix-dev] What if I am using a 56k modem?

2011-10-21 Thread Marc Weber
options I know about: a) boot other distro (eg knoppix) and use their pppd, then use my minimal install archive. b) rebuild cd with those tools. c) use virtualization or such .. wait for more options .. Marc Weber ___ nix-dev mailing list