[Nix-commits] SVN commit: nix - r29299 - nixos/trunk/modules/services/backup

2011-09-15 Thread Eelco Dolstra
Author: eelco Date: Thu Sep 15 15:33:34 2011 New Revision: 29299 URL: https://ssl.nixos.org/websvn/nix/?rev=29299sc=1 Log: * Log sitecopy runs. Modified: nixos/trunk/modules/services/backup/sitecopy-backup.nix Modified: nixos/trunk/modules/services/backup/sitecopy-backup.nix

Re: [Nix-dev] How to replace a standard kernel module with a newer version?

2011-09-15 Thread Marc Weber
1) change merging script 2) Change your kernel config to not compile that module 3) create new derivation copying everything from kernel but that one .ko file 4) use newer kernel 5) patch kernel source (so that it builds newer module) ... Marc Weber

[Nix-commits] SVN commit: nix - r29303 - nixpkgs/trunk/pkgs/os-specific/linux/kernel

2011-09-16 Thread Shea Levy
Author: shlevy Date: Fri Sep 16 11:26:43 2011 New Revision: 29303 URL: https://ssl.nixos.org/websvn/nix/?rev=29303sc=1 Log: linux-3.1: Bump to r6 Not sure if kernel.org is ever coming back now... Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.1.nix Modified:

[Nix-commits] SVN commit: nix - r29304 - nix/branches/multiple-outputs-sandbox/src/libexpr

2011-09-16 Thread Shea Levy
Author: shlevy Date: Fri Sep 16 11:30:03 2011 New Revision: 29304 URL: https://ssl.nixos.org/websvn/nix/?rev=29304sc=1 Log: Add a currentOutput attribute to derivations keep track of which output is active Modified: nix/branches/multiple-outputs-sandbox/src/libexpr/primops.cc Modified:

[Nix-commits] SVN commit: nix - r29306 - nix/branches/multiple-outputs-sandbox/src/libexpr

2011-09-16 Thread Shea Levy
Author: shlevy Date: Fri Sep 16 11:30:52 2011 New Revision: 29306 URL: https://ssl.nixos.org/websvn/nix/?rev=29306sc=1 Log: Add information about which output is active to drvPath's context This will break things that depend on being able to just strip away an equals sign, so those have to be

[Nix-commits] SVN commit: nix - r29307 - nix/branches/multiple-outputs-sandbox/src/libexpr

2011-09-16 Thread Shea Levy
Author: shlevy Date: Fri Sep 16 11:31:00 2011 New Revision: 29307 URL: https://ssl.nixos.org/websvn/nix/?rev=29307sc=1 Log: Remove the current output metadata from the string for unsaveDiscardOutputDependency Modified: nix/branches/multiple-outputs-sandbox/src/libexpr/primops.cc Modified:

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

2011-09-16 Thread Peter Simons
Author: simons Date: Fri Sep 16 18:19:15 2011 New Revision: 29309 URL: https://ssl.nixos.org/websvn/nix/?rev=29309sc=1 Log: haskell-Hipmunk: avoid build error in the haddock documentation Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/Hipmunk/default.nix Modified:

[Nix-commits] SVN commit: nix - r29311 - in nixpkgs/trunk/pkgs: development/compilers/helium top-level

2011-09-16 Thread Peter Simons
Author: simons Date: Fri Sep 16 18:29:32 2011 New Revision: 29311 URL: https://ssl.nixos.org/websvn/nix/?rev=29311sc=1 Log: haskell-helium: the package has disappeared from the upstream web server Deleted: nixpkgs/trunk/pkgs/development/compilers/helium/ Modified:

[Nix-commits] SVN commit: nix - r29312 - nixpkgs/trunk/pkgs/top-level

2011-09-16 Thread Eelco Dolstra
Author: eelco Date: Fri Sep 16 19:15:06 2011 New Revision: 29312 URL: https://ssl.nixos.org/websvn/nix/?rev=29312sc=1 Log: * Bump the default Linux kernel to 2.6.35 (the most recent longterm stability kernel). Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix Modified:

Re: [Nix-dev] How to replace a standard kernel module with a newer version?

2011-09-16 Thread Peter Simons
Hi guys, I found a simple solution: networking = { localCommands = '' ${pkgs.module_init_tools}/sbin/insmod ${config.boot.kernelPackages.e1000e}/lib/modules/*/kernel/drivers/net/e1000e/e1000e.ko ''; }; With that snippet enabled, the Ethernet card 00:19.0 Ethernet

[Nix-commits] SVN commit: nix - r29318 - nixpkgs/trunk/pkgs/development/libraries/glpk

2011-09-17 Thread Ludovic Courtès
Author: ludo Date: Sat Sep 17 10:09:48 2011 New Revision: 29318 URL: https://ssl.nixos.org/websvn/nix/?rev=29318sc=1 Log: GNU Linear Programming Kit 4.47. Modified: nixpkgs/trunk/pkgs/development/libraries/glpk/default.nix Modified: nixpkgs/trunk/pkgs/development/libraries/glpk/default.nix

[Nix-commits] SVN commit: nix - r29324 - nixpkgs/trunk/pkgs/development/tools/haskell/cabal2nix

2011-09-17 Thread Peter Simons
Author: simons Date: Sat Sep 17 13:45:06 2011 New Revision: 29324 URL: https://ssl.nixos.org/websvn/nix/?rev=29324sc=1 Log: haskell-cabal2nix: updated to version 1.16 Modified: nixpkgs/trunk/pkgs/development/tools/haskell/cabal2nix/default.nix Modified:

[Nix-commits] Hydra job nixpkgs:trunk:tarball build 1347342: Failed with non-zero exit code

2011-09-17 Thread Hydra Build Daemon
Hi, This is to let you know that Hydra build 1347342 of job nixpkgs:trunk:tarball has changed from 'Success' to 'Failed with non-zero exit code'. Complete build information can be found on this page: http://hydra.nixos.org/build/1347342 The last 50 lines of the build log are shown at the

[Nix-commits] SVN commit: nix - r29326 - in nixpkgs/trunk/pkgs: misc/screensavers/slock top-level

2011-09-17 Thread Alexander Tsamutali
Author: astsmtl Date: Sat Sep 17 17:40:07 2011 New Revision: 29326 URL: https://ssl.nixos.org/websvn/nix/?rev=29326sc=1 Log: misc/screensavers/slock: New nixpkg. Added: nixpkgs/trunk/pkgs/misc/screensavers/slock/ nixpkgs/trunk/pkgs/misc/screensavers/slock/default.nix Modified:

[Nix-commits] SVN commit: nix - r29329 - nixpkgs/trunk/pkgs/applications/networking/browsers/conkeror

2011-09-17 Thread Alexander Tsamutali
Author: astsmtl Date: Sat Sep 17 20:05:03 2011 New Revision: 29329 URL: https://ssl.nixos.org/websvn/nix/?rev=29329sc=1 Log: applications/networking/browsers/conkeror: Updated to 1.0pre-20110917. Modified: nixpkgs/trunk/pkgs/applications/networking/browsers/conkeror/default.nix Modified:

Re: [Nix-dev] Modifying expressions generated by cabal2nix

2011-09-17 Thread Peter Simons
Hi Alexander, How to modify expressions generated by cabal2nix and be sure that changes will be ported during following (automatic?) updates? please feel free to update, change, or improve any Haskell package as you see fit. After you have done so, please open an issue at

Re: [Nix-dev] CFQ I/O scheduler can't boot my system

2011-09-18 Thread Cillian de Róiste
On Wed, Sep 14, 2011 at 4:09 PM, Eelco Dolstra e.dols...@tudelft.nl wrote: Hi, On 09/07/2011 06:27 PM, Peter Simons wrote:    This should be fixed now (r29027, tested with Linux 2.6.35).       I still get this hang unless I set elevator=noop at boot. Using    linuxPackages_2_6_39.  

[Nix-commits] SVN commit: nix - r29339 - in nixpkgs/trunk/pkgs: applications/graphics/comical top-level

2011-09-18 Thread Yury G. Kudryashov
Author: urkud Date: Mon Sep 19 05:16:32 2011 New Revision: 29339 URL: https://ssl.nixos.org/websvn/nix/?rev=29339sc=1 Log: comical: build with wxGTK28 Added: nixpkgs/trunk/pkgs/applications/graphics/comical/wxgtk-2.8.patch Modified:

[Nix-commits] SVN commit: nix - r29346 - nixos/trunk/modules/services/misc

2011-09-19 Thread Marco Maggesi
Author: maggesi Date: Mon Sep 19 13:20:09 2011 New Revision: 29346 URL: https://ssl.nixos.org/websvn/nix/?rev=29346sc=1 Log: Make VirtualBox Guest Additions use the configured kernel. Modified: nixos/trunk/modules/services/misc/virtualbox.nix Modified:

[Nix-commits] SVN commit: nix - r29349 - hydra-config/gnu/trunk/mpfr

2011-09-19 Thread Ludovic Courtès
Author: ludo Date: Mon Sep 19 15:31:12 2011 New Revision: 29349 URL: https://ssl.nixos.org/websvn/nix/?rev=29349sc=1 Log: mpfr: Add `build_with_gxx'. Modified: hydra-config/gnu/trunk/mpfr/release.nix Modified: hydra-config/gnu/trunk/mpfr/release.nix

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

2011-09-19 Thread Peter Simons
Author: simons Date: Mon Sep 19 16:38:22 2011 New Revision: 29351 URL: https://ssl.nixos.org/websvn/nix/?rev=29351sc=1 Log: haskell-HaskellForMaths: updated to version 0.4.0 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/HaskellForMaths/default.nix Modified:

[Nix-commits] SVN commit: nix - r29352 - nixpkgs/trunk/pkgs/development/libraries/haskell/http-enumerator

2011-09-19 Thread Peter Simons
Author: simons Date: Mon Sep 19 16:38:28 2011 New Revision: 29352 URL: https://ssl.nixos.org/websvn/nix/?rev=29352sc=1 Log: haskell-http-enumerator: updated to version 0.7.1 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/http-enumerator/default.nix Modified:

[Nix-commits] SVN commit: nix - r29353 - nixpkgs/trunk/pkgs/games/LambdaHack

2011-09-19 Thread Peter Simons
Author: simons Date: Mon Sep 19 16:38:37 2011 New Revision: 29353 URL: https://ssl.nixos.org/websvn/nix/?rev=29353sc=1 Log: haskell-LambdaHack: updated to version 0.1.20110918 Modified: nixpkgs/trunk/pkgs/games/LambdaHack/default.nix Modified: nixpkgs/trunk/pkgs/games/LambdaHack/default.nix

[Nix-commits] SVN commit: nix - r29358 - nixpkgs/trunk/pkgs/tools/networking/nbd

2011-09-19 Thread Peter Simons
Author: simons Date: Mon Sep 19 17:02:15 2011 New Revision: 29358 URL: https://ssl.nixos.org/websvn/nix/?rev=29358sc=1 Log: nbd: don't try to build this tool on Cygwin Modified: nixpkgs/trunk/pkgs/tools/networking/nbd/default.nix Modified: nixpkgs/trunk/pkgs/tools/networking/nbd/default.nix

Re: [Nix-dev] [PATCH] Enable freetype support in xmobar using PostProcess.hs, Flags.hs

2011-09-19 Thread Peter Simons
Hi Alexander, your patch is applied in the latest version of cabal2nix (in a slightly modified form): --- a/src/Cabal2Nix/Flags.hs +++ b/src/Cabal2Nix/Flags.hs @@ -9,6 +9,7 @@ pkgConfigureFlags (PackageIdentifier (PackageName name) _) | name == threadscope= ([],

[Nix-commits] SVN commit: nix - r29364 - nixpkgs/trunk/pkgs/top-level

2011-09-19 Thread Peter Simons
Author: simons Date: Mon Sep 19 20:20:17 2011 New Revision: 29364 URL: https://ssl.nixos.org/websvn/nix/?rev=29364sc=1 Log: all-packages.nix: fixed evaluation error in the 'mumble' attribute Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix Modified:

[Nix-commits] SVN commit: nix - r29379 - nixpkgs/trunk/pkgs/development/libraries/atk

2011-09-20 Thread Yury G. Kudryashov
Author: urkud Date: Tue Sep 20 06:22:04 2011 New Revision: 29379 URL: https://ssl.nixos.org/websvn/nix/?rev=29379sc=1 Log: atk: perl and pkgconfig are buildNativeInputs Switch to fetchurl_gnome Modified: nixpkgs/trunk/pkgs/development/libraries/atk/1.32.x.nix Modified:

[Nix-commits] SVN commit: nix - r29384 - nixpkgs/trunk/pkgs/development/libraries/gtk+

2011-09-20 Thread Yury G. Kudryashov
Author: urkud Date: Tue Sep 20 06:22:51 2011 New Revision: 29384 URL: https://ssl.nixos.org/websvn/nix/?rev=29384sc=1 Log: gtk-2.24.6 + some review Modified: nixpkgs/trunk/pkgs/development/libraries/gtk+/2.24.x.nix Modified: nixpkgs/trunk/pkgs/development/libraries/gtk+/2.24.x.nix

[Nix-commits] SVN commit: nix - r29385 - in nixpkgs/trunk/pkgs: development/libraries/glibmm top-level

2011-09-20 Thread Yury G. Kudryashov
Author: urkud Date: Tue Sep 20 06:22:59 2011 New Revision: 29385 URL: https://ssl.nixos.org/websvn/nix/?rev=29385sc=1 Log: glibmm-2.28 Added: nixpkgs/trunk/pkgs/development/libraries/glibmm/2.28.x.nix Deleted: nixpkgs/trunk/pkgs/development/libraries/glibmm/2.22.x.nix Modified:

[Nix-commits] SVN commit: nix - r29391 - nixpkgs/branches/libpng15/pkgs/development/libraries/libpng

2011-09-20 Thread Yury G. Kudryashov
Author: urkud Date: Tue Sep 20 06:52:43 2011 New Revision: 29391 URL: https://ssl.nixos.org/websvn/nix/?rev=29391sc=1 Log: libpng-1.5.4 Modified: nixpkgs/branches/libpng15/pkgs/development/libraries/libpng/default.nix Modified:

[Nix-commits] SVN commit: nix - r29392 - nixos/trunk/modules/services/misc

2011-09-20 Thread David Guibert
Author: guibert Date: Tue Sep 20 07:14:24 2011 New Revision: 29392 URL: https://ssl.nixos.org/websvn/nix/?rev=29392sc=1 Log: autofs: add sshfs to PATH Modified: nixos/trunk/modules/services/misc/autofs.nix Modified: nixos/trunk/modules/services/misc/autofs.nix

[Nix-commits] SVN commit: nix - r29395 - nixpkgs/trunk/pkgs/development/python-modules/wxPython

2011-09-20 Thread Eelco Dolstra
Author: eelco Date: Tue Sep 20 11:19:55 2011 New Revision: 29395 URL: https://ssl.nixos.org/websvn/nix/?rev=29395sc=1 Log: * wxPython updated to 2.8.12.0. Modified: nixpkgs/trunk/pkgs/development/python-modules/wxPython/2.8.nix Modified:

Re: [Nix-dev] deprecating KDE3

2011-09-20 Thread Lluís Batlle i Rossell
On Tue, Sep 20, 2011 at 08:10:31PM +0400, Yury G. Kudryashov wrote: Hi! kde3.kdebase does not compile, and I see no sense in fixing this. AFAIK (sorry, have no prooflink) Qt3 has known bugs, including security holes. We have two ways: * Remove Qt3. * Get sources from, e.g., trinity

Re: [Nix-dev] deprecating KDE3

2011-09-20 Thread Peter Simons
Hi guys, For me, kcachegrind is an important paackage. It wants qt3 and kde3.kdelibs. I also use qgit a lot, which seems to depend on qt3. Take care, Peter ___ nix-dev mailing list nix-dev@lists.science.uu.nl

[Nix-commits] SVN commit: nix - r29429 - nixpkgs/trunk/pkgs/tools/networking/iodine

2011-09-21 Thread Florian Friesdorf
Author: chaoflow Date: Wed Sep 21 20:05:38 2011 New Revision: 29429 URL: https://ssl.nixos.org/websvn/nix/?rev=29429sc=1 Log: iodine-0.6.0-rc1 Modified: nixpkgs/trunk/pkgs/tools/networking/iodine/default.nix Modified: nixpkgs/trunk/pkgs/tools/networking/iodine/default.nix

[Nix-commits] SVN commit: nix - r29430 - nixpkgs/trunk/pkgs/development/libraries/talloc

2011-09-21 Thread Florian Friesdorf
Author: chaoflow Date: Wed Sep 21 23:23:12 2011 New Revision: 29430 URL: https://ssl.nixos.org/websvn/nix/?rev=29430sc=1 Log: attempt to fix talloc build on darwin see: https://bugzilla.samba.org/show_bug.cgi?id=7000 Modified: nixpkgs/trunk/pkgs/development/libraries/talloc/default.nix

[Nix-commits] SVN commit: nix - r29431 - nixpkgs/trunk/pkgs/development/libraries/talloc

2011-09-21 Thread Florian Friesdorf
Author: chaoflow Date: Wed Sep 21 23:31:51 2011 New Revision: 29431 URL: https://ssl.nixos.org/websvn/nix/?rev=29431sc=1 Log: indeed fix talloc build on darwin Modified: nixpkgs/trunk/pkgs/development/libraries/talloc/default.nix Modified:

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

2011-09-22 Thread Peter Simons
Author: simons Date: Thu Sep 22 15:25:21 2011 New Revision: 29439 URL: https://ssl.nixos.org/websvn/nix/?rev=29439sc=1 Log: haskell-skein: updated to version 0.1 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/skein/default.nix Modified:

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

2011-09-22 Thread Peter Simons
Author: simons Date: Thu Sep 22 15:25:29 2011 New Revision: 29440 URL: https://ssl.nixos.org/websvn/nix/?rev=29440sc=1 Log: haskell-xml: updated to version 1.3.10 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/xml/default.nix Modified:

[Nix-commits] SVN commit: nix - r29443 - nixpkgs/trunk/pkgs/development/tools/haskell/happy-meta

2011-09-22 Thread Peter Simons
Author: simons Date: Thu Sep 22 15:25:52 2011 New Revision: 29443 URL: https://ssl.nixos.org/websvn/nix/?rev=29443sc=1 Log: haskell-happy-meta: updated to version 0.2.0.3 Modified: nixpkgs/trunk/pkgs/development/tools/haskell/happy-meta/default.nix Modified:

[Nix-commits] SVN commit: nix - r29450 - nixpkgs/trunk/pkgs/tools/system/lxc

2011-09-23 Thread Peter Simons
Author: simons Date: Fri Sep 23 11:16:10 2011 New Revision: 29450 URL: https://ssl.nixos.org/websvn/nix/?rev=29450sc=1 Log: lxc: added perl buildInput to fix the lxc-ps script Also added myself as a maintainer, improved the meta section a little, and stripped trailing whitespace. Modified:

[Nix-commits] SVN commit: nix - r29451 - nixos/trunk/modules/programs/bash

2011-09-23 Thread Peter Simons
Author: simons Date: Fri Sep 23 14:21:36 2011 New Revision: 29451 URL: https://ssl.nixos.org/websvn/nix/?rev=29451sc=1 Log: modules/programs/bash: major clean-up and re-factoring of /etc/profile and /etc/bashrc * Moved bash-specific code from /etc/profile to /etc/bashrc. * Moved general

[Nix-commits] SVN commit: nix - r29453 - in nixpkgs/trunk/pkgs: development/interpreters/ruby top-level

2011-09-23 Thread Shea Levy
Author: shlevy Date: Fri Sep 23 15:08:55 2011 New Revision: 29453 URL: https://ssl.nixos.org/websvn/nix/?rev=29453sc=1 Log: Get ruby-1.9.2-p290 to build Replaced: nixpkgs/trunk/pkgs/development/interpreters/ruby/ruby-19.nix - copied, changed from r29452,

[Nix-commits] SVN commit: nix - r29457 - in nixpkgs/trunk/pkgs: development/libraries/haskell/NumInstances top-level

2011-09-23 Thread Peter Simons
Author: simons Date: Fri Sep 23 16:08:52 2011 New Revision: 29457 URL: https://ssl.nixos.org/websvn/nix/?rev=29457sc=1 Log: haskell-NumInstances: added version 1.0 Added: nixpkgs/trunk/pkgs/development/libraries/haskell/NumInstances/

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

2011-09-23 Thread Peter Simons
Author: simons Date: Fri Sep 23 16:09:01 2011 New Revision: 29459 URL: https://ssl.nixos.org/websvn/nix/?rev=29459sc=1 Log: haskell-neither: updated to version 0.3.0 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/neither/default.nix Modified:

[Nix-commits] SVN commit: nix - r29460 - nixpkgs/trunk/pkgs/development/libraries/haskell/vector-space

2011-09-23 Thread Peter Simons
Author: simons Date: Fri Sep 23 16:09:05 2011 New Revision: 29460 URL: https://ssl.nixos.org/websvn/nix/?rev=29460sc=1 Log: haskell-vector-space: updated to version 0.7.8 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/vector-space/default.nix Modified:

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r29453 - in nixpkgs/trunk/pkgs: development/interpreters/ruby top-level

2011-09-23 Thread shea
Hi all, Ruby 1.9 has been out and stable for quite some time now, and most new projects seem to expect it. Does anyone have a problem with dumping ruby 1.8 and making 1.9 the default? If no one objects I will make the change in a week. Cheers, Shea Author: shlevy Date: Fri Sep 23 15:08:55

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

2011-09-23 Thread Florian Friesdorf
Author: chaoflow Date: Fri Sep 23 17:00:13 2011 New Revision: 29462 URL: https://ssl.nixos.org/websvn/nix/?rev=29462sc=1 Log: python wrapper that sets PYTHONHOME to the profile it is in Added: nixpkgs/trunk/pkgs/development/interpreters/python/pythonhome-wrapper.nix Modified:

Re: [Nix-dev] SVN commit: nix - r29462 - in nixpkgs/trunk/pkgs: development/interpreters/python top-level

2011-09-23 Thread Peter Simons
Hi Florian, python wrapper that sets PYTHONHOME to the profile it is in what exactly does PYTHONHOME accomplish? If it's useful in general, then we should add that setting to the python-wrapper expression that we have already: pkgs/development/interpreters/python/wrapper.nix Take care,

Re: [Nix-dev] distutils2nix/python4nix

2011-09-23 Thread Peter Simons
Hi Florian, first, I forgot nix-dev in Cc, if you agree, please include it in your reply. sure, I've added a Cc. The cabal2nix utility is written in Haskell, because the Cabal library allows developers to parse and access Cabal files easily, which is about 90% of the task at hand.

[Nix-commits] SVN commit: nix - r29463 - nixpkgs/trunk/pkgs/os-specific/linux/kernel

2011-09-23 Thread Shea Levy
Author: shlevy Date: Fri Sep 23 20:03:52 2011 New Revision: 29463 URL: https://ssl.nixos.org/websvn/nix/?rev=29463sc=1 Log: linux-3.1: Bump to rc7 Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.1.nix Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.1.nix

[Nix-commits] SVN commit: nix - r29465 - in nixpkgs/trunk/pkgs: development/libraries/haskell/derp top-level

2011-09-23 Thread Andres Loeh
Author: andres Date: Sat Sep 24 02:49:04 2011 New Revision: 29465 URL: https://ssl.nixos.org/websvn/nix/?rev=29465sc=1 Log: Added haskell-derp. Added: nixpkgs/trunk/pkgs/development/libraries/haskell/derp/ nixpkgs/trunk/pkgs/development/libraries/haskell/derp/default.nix Modified:

[Nix-commits] SVN commit: nix - r29466 - nixpkgs/trunk/pkgs/development/tools/haskell/uuagc

2011-09-24 Thread Peter Simons
Author: simons Date: Sat Sep 24 07:27:07 2011 New Revision: 29466 URL: https://ssl.nixos.org/websvn/nix/?rev=29466sc=1 Log: haskell-uuagc-cabal: updated to version 1.0.0.7 Modified: nixpkgs/trunk/pkgs/development/tools/haskell/uuagc/cabal.nix Modified:

[Nix-commits] SVN commit: nix - r29467 - nixpkgs/trunk/pkgs/shells/bash

2011-09-24 Thread Peter Simons
Author: simons Date: Sat Sep 24 07:58:19 2011 New Revision: 29467 URL: https://ssl.nixos.org/websvn/nix/?rev=29467sc=1 Log: pkgs/shells/bash/default.nix: revert my earlier revision 29244 Including the bash-completion package in bash itself sounded like a good idea at the time, but it wasn't.

Re: [Nix-dev] python application vs python environment

2011-09-24 Thread Florian Friesdorf
On Fri, 23 Sep 2011 23:27:40 +0200, Marc Weber marco-owe...@gmx.de wrote: Excerpts from Florian Friesdorf's message of Fri Sep 23 20:46:12 +0200 2011: By wrapping the python interpreter (see pythonhomeWrapper) and setting PYTHONHOME to the profile, this can be prevented and site-packages are

Re: [Nix-dev] distutils2nix/python4nix

2011-09-24 Thread Florian Friesdorf
On Sat, 24 Sep 2011 10:38:41 +0400, Michael Raskin 7c6f4...@mail.ru wrote: Before we start writing cabal2nix, perl2nix, X2nix: How should the result look like? There are 20.000 ruby packages! And I personally don't like seeing more and more individual let me update just this package and then

Re: [Nix-dev] distutils2nix/python4nix

2011-09-24 Thread Florian Friesdorf
On Fri, 23 Sep 2011 23:12:14 +0200, Marc Weber marco-owe...@gmx.de wrote: Excerpts from Peter Simons's message of Fri Sep 23 21:21:16 +0200 2011: One issue that you might want to consider is that the pythonPackages set needs to support several different versions of Python, i.e. the python

[Nix-commits] SVN commit: nix - r29472 - configurations/trunk/tud

2011-09-24 Thread Eelco Dolstra
Author: eelco Date: Sat Sep 24 13:30:31 2011 New Revision: 29472 URL: https://ssl.nixos.org/websvn/nix/?rev=29472sc=1 Log: Modified: configurations/trunk/tud/wendy.nix Modified: configurations/trunk/tud/wendy.nix ==

[Nix-dev] fetchgit vs tarball creation, privately maintained infrastructure

2011-09-24 Thread Florian Friesdorf
I messed up Subject and Cc m( Now, with Marc's permission publicly. My original mail: Hi Marc, there are currently several expressions pointing to your server resulting in 404s. Why do you prefer to put sources on your private server instead of public infrastructure? Maybe we can

Re: [Nix-dev] nix store: hardlink vs symlink

2011-09-24 Thread Peter Simons
Hi Florian, If ./bin/python is a symlink, python will resolve it to find its home and set sys.prefix accordingly. it seems to me like Python is behaving perfectly reasonable. The prefix of Python is at /nix/store/vzpvrymynp4n93bznxha6hadj0ww68vx-python-2.7.1. The other paths, /tmp/cfl/bad or

Re: [Nix-dev] nix store: hardlink vs symlink (was Re: python application vs python environment)

2011-09-24 Thread Ludovic Courtès
Hi Florian, Florian Friesdorf f...@chaoflow.net skribis: Why is nix using symlinks to link files in the nix store? Because hard links don’t work across devices. Ludo’. ___ nix-dev mailing list nix-dev@lists.science.uu.nl

[Nix-commits] SVN commit: nix - r29474 - nixpkgs/trunk/pkgs/development/libraries/libpng

2011-09-24 Thread Yury G. Kudryashov
Author: urkud Date: Sat Sep 24 20:44:11 2011 New Revision: 29474 URL: https://ssl.nixos.org/websvn/nix/?rev=29474sc=1 Log: Add a notice about libpng branch Modified: nixpkgs/trunk/pkgs/development/libraries/libpng/default.nix Modified:

[Nix-dev] [Marc Weber] Re: distutils2nix/python4nix

2011-09-24 Thread Florian Friesdorf
some mails that accidentally did not make it to the list ---BeginMessage--- If you can solve these problems in hack-nix, I do not understand how it would differ from generating nix expressions, instead of doing it on-the-fly.

Re: [Nix-dev] nix store: hardlink vs symlink (was Re: python application vs python environment)

2011-09-24 Thread Florian Friesdorf
On Sat, 24 Sep 2011 21:56:02 +0200, l...@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) wrote: Hi Florian, Florian Friesdorf f...@chaoflow.net skribis: Why is nix using symlinks to link files in the nix store? Because hard links don’t work across devices. But the links would be just

Re: [Nix-dev] distutils2nix/python4nix

2011-09-24 Thread Marc Weber
My understanding is, that all (needed) combinations would be created as nix You get to the point: Do you want to read expressions someone else needs and are shipped with nixpkgs? What if 1000 users start using nixpkgs? Good luck reviewing 500 .nix file collections doing almost the same. What if

Re: [Nix-dev] nix store: hardlink vs symlink (was Re: python application vs python environment)

2011-09-24 Thread Marc Weber
Excerpts from Florian Friesdorf's message of Sat Sep 24 23:38:42 +0200 2011: But the links would be just intra-store links, or? Is it a supported setup to have parts of the store on different devices? Some tests in nixos mount a writable filesystem over a readonly store. It would be hard to

[Nix-dev] Problems getting started with nix

2011-09-24 Thread Maarten Derickx
Dear nix developers, After reading http://fixingscientificsoftwaredistribution.blogspot.com/ (a blog on wich some people try to get ideas and experiences for a new scientific software distribution possibly based on nix) I got interested in what nix really was so I tried to install and run it as

Re: [Nix-dev] distutils2nix/python4nix

2011-09-24 Thread Florian Friesdorf
On Sat, 24 Sep 2011 23:54:48 +0200, Marc Weber marco-owe...@gmx.de wrote: (..) To keep the long story short: I don't believe in generating .nix expressions scaling very well for the future. But I don't know :) expressions. If you did not install the combination sometime beforehand, then

Re: [Nix-dev] distutils2nix/python4nix

2011-09-24 Thread Marc Weber
Excerpts from Florian Friesdorf's message of Sun Sep 25 01:12:06 +0200 2011: I'd like to see a discussion on how to generate nix expressions, not on why what we are currently doing is maybe not going to work out, I guess that was discussed enough in the past. Don't get me wrong, please: not

[Nix-commits] SVN commit: nix - r29477 - nixpkgs/trunk/pkgs/development/libraries/allegro

2011-09-24 Thread Yury G. Kudryashov
Author: urkud Date: Sun Sep 25 03:39:23 2011 New Revision: 29477 URL: https://ssl.nixos.org/websvn/nix/?rev=29477sc=1 Log: allegro-4.4.2; compiles against libpng-1.5.4 Modified: nixpkgs/trunk/pkgs/development/libraries/allegro/default.nix Modified:

[Nix-commits] SVN commit: nix - r29478 - in nixpkgs/branches/libpng15: . pkgs/applications/graphics/xscreensaver pkgs/applications/misc/xneur pkgs/applications/networking/browsers/icecat-4 pkgs/applic

2011-09-24 Thread Yury G. Kudryashov
Author: urkud Date: Sun Sep 25 03:41:03 2011 New Revision: 29478 URL: https://ssl.nixos.org/websvn/nix/?rev=29478sc=1 Log: Merge allegro update from trunk (using svn merge) Modified: nixpkgs/branches/libpng15/ (props changed)

Re: [Nix-dev] Problems getting started with nix

2011-09-25 Thread Sander van der Burg - EWI
Probably you have installed Nix as root and you're trying to update the channel as a non-privileged user. The simplest solution is probably by changing the permissions of the /nix directory to your own user account, e.g.: chown -R myuser:mygroup /nix Then everything should work fine! Another

Re: [Nix-dev] Problems getting started with nix

2011-09-25 Thread Maarten Derickx
Thanks, that seemed to help. It's now running the installing. I was quite suprised by the memory footprint of nix when executing `nix-env -i hello`. It actually takes up over 600MB of ram at it's peak :(. Maybe this is related to the step 6 in the chapter 2. Quick Start. Where it sais This should

Re: [Nix-dev] Problems getting started with nix

2011-09-25 Thread Maarten Derickx
The command wich I started running during my previous mail just failed btw. The command was: nix-env -i hello I pasted the last few lines of the output of this command to: http://pastebin.com/Hppwb6Pk It should have enough info to read of the exact errors. Thanks in Advance, Maarten Derickx

[Nix-commits] SVN commit: nix - r29480 - nixpkgs/trunk/pkgs/development/libraries/haskell/numeric-prelude

2011-09-25 Thread Peter Simons
Author: simons Date: Sun Sep 25 17:11:23 2011 New Revision: 29480 URL: https://ssl.nixos.org/websvn/nix/?rev=29480sc=1 Log: haskell-numeric-prelude: updated to version 0.2.2.1 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/numeric-prelude/default.nix Modified:

Re: [Nix-dev] nix store: hardlink vs symlink (was Re: python application vs python environment)

2011-09-25 Thread Florian Friesdorf
On Sun, 25 Sep 2011 22:23:57 +0200, l...@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) wrote: Florian Friesdorf f...@chaoflow.net skribis: On Sat, 24 Sep 2011 21:56:02 +0200, l...@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) wrote: Hi Florian, Florian Friesdorf f...@chaoflow.net

[Nix-commits] SVN commit: nix - r29484 - in nixpkgs/trunk/pkgs: development/tools/misc/kcachegrind top-level

2011-09-25 Thread Yury G. Kudryashov
Author: urkud Date: Sun Sep 25 22:56:48 2011 New Revision: 29484 URL: https://ssl.nixos.org/websvn/nix/?rev=29484sc=1 Log: Remove kde3.kcachegrind Use kde4.kcachegrind instead. Deleted: nixpkgs/trunk/pkgs/development/tools/misc/kcachegrind/ Modified:

[Nix-commits] SVN commit: nix - r29488 - in nixpkgs/branches/libpng15: . pkgs/applications/graphics/xscreensaver pkgs/applications/misc/xneur pkgs/applications/networking/browsers/icecat-4 pkgs/applic

2011-09-25 Thread Yury G. Kudryashov
Author: urkud Date: Mon Sep 26 00:17:18 2011 New Revision: 29488 URL: https://ssl.nixos.org/websvn/nix/?rev=29488sc=1 Log: Merge nixpkgs/trunk Added: nixpkgs/branches/libpng15/pkgs/development/libraries/allegro/5.nix - copied unchanged from r29487,

[Nix-dev] unzip552 - unzip60

2011-09-25 Thread Yury G. Kudryashov
Hi! I propose to switch from unzip552 to unzip60 now because unzip552 has a security vulnerability, and stdenv does not depend on unzip. If there will be no objections, I'll replace 'unzip = unzip552' by 'unzip = unzip60' in 3 days. -- Yury G. Kudryashov, mailto: ur...@mccme.ru

[Nix-commits] SVN commit: nix - r29489 - nixpkgs/trunk/pkgs/tools/networking/altermime

2011-09-25 Thread Michael Raskin
Author: raskin Date: Mon Sep 26 04:48:35 2011 New Revision: 29489 URL: https://ssl.nixos.org/websvn/nix/?rev=29489sc=1 Log: Taking a patch from ArchLinux to fix altermime build Added: nixpkgs/trunk/pkgs/tools/networking/altermime/altermime.patch Modified:

[Nix-commits] SVN commit: nix - r29490 - nixpkgs/trunk/pkgs/tools/system/lxc

2011-09-26 Thread Peter Simons
Author: simons Date: Mon Sep 26 08:12:10 2011 New Revision: 29490 URL: https://ssl.nixos.org/websvn/nix/?rev=29490sc=1 Log: lxc: fixed build to include the SGML documentation Added: nixpkgs/trunk/pkgs/tools/system/lxc/dont-run-ldconfig.patch

[Nix-commits] SVN commit: nix - r29491 - in nixpkgs/trunk/pkgs: applications/virtualization/lxc tools/system/lxc top-level

2011-09-26 Thread Peter Simons
Author: simons Date: Mon Sep 26 08:12:14 2011 New Revision: 29491 URL: https://ssl.nixos.org/websvn/nix/?rev=29491sc=1 Log: lxc: moved package into the applications/virtualization category Added: nixpkgs/trunk/pkgs/applications/virtualization/lxc/

[Nix-commits] SVN commit: nix - r29492 - nixpkgs/trunk/pkgs/top-level

2011-09-26 Thread Peter Simons
Author: simons Date: Mon Sep 26 08:12:18 2011 New Revision: 29492 URL: https://ssl.nixos.org/websvn/nix/?rev=29492sc=1 Log: all-packages.nix: strip trailing whitespace Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix

Re: [Nix-dev] nix store: hardlink vs symlink (was Re: python application vs python environment)

2011-09-26 Thread Ludovic Courtès
Hi Florian, Florian Friesdorf f...@chaoflow.net skribis: If now two derivations are put together into a new derivation, their components will be symlinked and here, as I understand now, hardlinks are not an option because nix uses the symlinks to store information about dependencies. Yes,

Re: [Nix-dev] SDL_image and libpng15

2011-09-26 Thread Peter Simons
Hi Yury, would it be possible to contact the SDL_image maintainers and ask them whether they could release a new version? That solution would be beneficial for everyone. Take care, Peter ___ nix-dev mailing list nix-dev@lists.science.uu.nl

[Nix-commits] SVN commit: nix - r29499 - nixpkgs/trunk/pkgs/development/libraries/haskell/web-routes

2011-09-26 Thread Peter Simons
Author: simons Date: Mon Sep 26 16:18:04 2011 New Revision: 29499 URL: https://ssl.nixos.org/websvn/nix/?rev=29499sc=1 Log: haskell-web-routes: updated to version 0.25.3 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/web-routes/default.nix Modified:

[Nix-commits] SVN commit: nix - r29500 - nixpkgs/trunk/pkgs/development/tools/misc/cpphs

2011-09-26 Thread Peter Simons
Author: simons Date: Mon Sep 26 16:18:09 2011 New Revision: 29500 URL: https://ssl.nixos.org/websvn/nix/?rev=29500sc=1 Log: haskell-cpphs: updated to version 1.13 Modified: nixpkgs/trunk/pkgs/development/tools/misc/cpphs/default.nix Modified:

[Nix-commits] SVN commit: nix - r29501 - nixpkgs/trunk/pkgs/development/tools/misc/cpphs

2011-09-26 Thread Peter Simons
Author: simons Date: Mon Sep 26 16:33:15 2011 New Revision: 29501 URL: https://ssl.nixos.org/websvn/nix/?rev=29501sc=1 Log: haskell-cpphs: revert update to version 1.13 The new version doesn't compile. I've reported the problem upstream. Modified:

Re: [Nix-dev] SDL_image and libpng15

2011-09-26 Thread Yury G. Kudryashov
Peter Simons wrote: Hi Yury, would it be possible to contact the SDL_image maintainers and ask them whether they could release a new version? That solution would be beneficial for everyone. My message to sdl dev list awaits moderator approval. If moderator will forget to approve it, I'll

[Nix-commits] SVN commit: nix - r29503 - nixpkgs/trunk/pkgs/development/tools/misc/cpphs

2011-09-26 Thread Peter Simons
Author: simons Date: Mon Sep 26 19:30:36 2011 New Revision: 29503 URL: https://ssl.nixos.org/websvn/nix/?rev=29503sc=1 Log: haskell-cpphs: updated to version 1.13.1 Modified: nixpkgs/trunk/pkgs/development/tools/misc/cpphs/default.nix Modified:

[Nix-commits] SVN commit: nix - r29505 - nixpkgs/trunk/pkgs/servers/x11/xorg

2011-09-26 Thread Alexander Tsamutali
Author: astsmtl Date: Mon Sep 26 22:24:22 2011 New Revision: 29505 URL: https://ssl.nixos.org/websvn/nix/?rev=29505sc=1 Log: servers/x11/xorg/overrides.nix: Added xproto to propagatedBuildInputs of libXext, because for ex. shape.h includes Xfuncproto.h. Modified:

[Nix-commits] SVN commit: nix - r29506 - in nixpkgs/trunk/pkgs: desktops/e17 desktops/e17/e_dbus desktops/e17/ecore desktops/e17/edje desktops/e17/eet desktops/e17/eeze desktops/e17/efreet desktops/e1

2011-09-26 Thread Alexander Tsamutali
Author: astsmtl Date: Mon Sep 26 22:28:35 2011 New Revision: 29506 URL: https://ssl.nixos.org/websvn/nix/?rev=29506sc=1 Log: desktops/e17: Add e17. WIP. Make hangs during build of enlightenment. Added: nixpkgs/trunk/pkgs/desktops/e17/ nixpkgs/trunk/pkgs/desktops/e17/default.nix

Re: [Nix-dev] nixbindist

2011-09-27 Thread Ludovic Courtès
Hi Yury, Yury G. Kudryashov urkud.ur...@gmail.com skribis: It seems that distributing some packages via hydra violates their licenses (e.g., if we distribute a package linked both to gpl and non-gpl-compatible libraries). Can you give specific examples of packages? Thanks, Ludo’.

Re: [Nix-dev] nixbindist

2011-09-27 Thread Lluís Batlle i Rossell
On Sun, Sep 25, 2011 at 09:43:25PM +0400, Yury G. Kudryashov wrote: Lluís Batlle i Rossell wrote: On Sun, Sep 25, 2011 at 06:34:40PM +0200, Nicolas Pierron wrote: On Sat, Sep 24, 2011 at 22:36, Yury G. Kudryashov urkud.ur...@gmail.com wrote: Gentoo has 'bindist' use flag to mark

Re: [Nix-dev] nixbindist

2011-09-27 Thread Yury G. Kudryashov
Lluís Batlle i Rossell wrote: On Sun, Sep 25, 2011 at 09:43:25PM +0400, Yury G. Kudryashov wrote: Lluís Batlle i Rossell wrote: On Sun, Sep 25, 2011 at 06:34:40PM +0200, Nicolas Pierron wrote: On Sat, Sep 24, 2011 at 22:36, Yury G. Kudryashov urkud.ur...@gmail.com wrote: Gentoo has

Re: [Nix-dev] nixbindist

2011-09-27 Thread Yury G. Kudryashov
Ludovic Courtès wrote: Hi Yury, Yury G. Kudryashov urkud.ur...@gmail.com skribis: It seems that distributing some packages via hydra violates their licenses (e.g., if we distribute a package linked both to gpl and non-gpl-compatible libraries). Can you give specific examples of

[Nix-commits] SVN commit: nix - r29507 - nixpkgs/trunk/pkgs/top-level

2011-09-27 Thread Eelco Dolstra
Author: eelco Date: Tue Sep 27 11:06:41 2011 New Revision: 29507 URL: https://ssl.nixos.org/websvn/nix/?rev=29507sc=1 Log: * Added Statistics::TTest. Modified: nixpkgs/trunk/pkgs/top-level/perl-packages.nix Modified: nixpkgs/trunk/pkgs/top-level/perl-packages.nix

Re: [Nix-dev] opera update

2011-09-27 Thread Marc Weber
In my git branches you can find a patch enabling different gui versions. You may want to consider merging them. Works fine for me. I've talked about it previously on the ML. Marc Weber ___ nix-dev mailing list nix-dev@lists.science.uu.nl

[Nix-commits] SVN commit: nix - r29508 - nixpkgs/trunk/pkgs/top-level

2011-09-27 Thread Peter Simons
Author: simons Date: Tue Sep 27 14:00:31 2011 New Revision: 29508 URL: https://ssl.nixos.org/websvn/nix/?rev=29508sc=1 Log: python-matplotlib: move dependencies like numpy into the propagatedBuildInputs section to ensure that these libraries are being found at run-time by the python wrapper.

[Nix-commits] SVN commit: nix - r29509 - nixpkgs/trunk/pkgs/top-level

2011-09-27 Thread Peter Simons
Author: simons Date: Tue Sep 27 14:00:40 2011 New Revision: 29509 URL: https://ssl.nixos.org/websvn/nix/?rev=29509sc=1 Log: python-matplotlib: enable Linux builds by Hydra Modified: nixpkgs/trunk/pkgs/top-level/python-packages.nix Modified: nixpkgs/trunk/pkgs/top-level/python-packages.nix

  1   2   3   4   5   6   7   8   9   10   >