Re: [Nix-dev] nix unpack

2012-01-29 Thread Lluís Batlle i Rossell
On Sun, Jan 29, 2012 at 04:13:23AM +0400, Sergey Mironov wrote: Hi! Have we got a tool/script which can download derivation's tarball into current directory (and unpack it)? Basically, I wish I have a tool wich does what 'cabal unpack' does for haskell world.. tar xf `nix-build --no-out-link

Re: [Nix-dev] problem with binary-only game

2012-01-29 Thread Mathijs Kwik
Thanks, it works now. I indeed had to use patchelf to set the dynamic linker, and put every .so it needed in rpath. 2012/1/28 Lluís Batlle i Rossell vi...@viric.name: On Sat, Jan 28, 2012 at 10:46:15PM +0100, Mathijs Kwik wrote: $ ./AndYetItMoves ./AndYetItMoves: line 21:

[Nix-dev] udisks, autoreconf, r31679

2012-01-29 Thread Yury G. Kudryashov
Hi! Why `automake` was not enough for udisks? Why do we need full autoreconf? -- Yury G. Kudryashov, mailto: ur...@mccme.ru ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

[Nix-dev] webkit-1.14.0 local build

2012-01-29 Thread Sergey Mironov
Hi! When I try to do nixos-rebuild, it wants to build webkit locally. How can I figure out the reason? I've checked hydra job but it seems to be ok: http://hydra.nixos.org/job/nixpkgs/trunk/webkit is it possible to revert to last-stable prebuilt version? Thanks

Re: [Nix-dev] nix unpack

2012-01-29 Thread Marc Weber
I use the followiing two functions, the first is a copy paste from unpack phase alias nb=nix-build $(NIXPKGS_ALL) -A cdunpack () { local curSrc=$1 local b=$(basename $1) local dir=/tmp/${b}-unpacked [ -e $dir ] || { mdc $dir case

[Nix-commits] SVN commit: nix - r31913 - nixpkgs/trunk/pkgs/applications/video/dvswitch

2012-01-29 Thread Cillian de Roiste
Author: cillian Date: Sun Jan 29 13:39:30 2012 New Revision: 31913 URL: https://nixos.org/websvn/nix/?rev=31913sc=1 Log: Patching the prefix, since it is hardcoded. The application seems to work correctly now, although it does crash with my current gtk theme (oxygen) when adding a stream. Using

[Nix-commits] SVN commit: nix - r31914 - in nixpkgs/trunk/pkgs: development/libraries/haskell/explicit-exception top-level

2012-01-29 Thread Peter Simons
Author: simons Date: Sun Jan 29 16:23:53 2012 New Revision: 31914 URL: https://nixos.org/websvn/nix/?rev=31914sc=1 Log: haskell-explicit-exception: added version 0.1.6 Added: nixpkgs/trunk/pkgs/development/libraries/haskell/explicit-exception/

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

2012-01-29 Thread Peter Simons
Author: simons Date: Sun Jan 29 16:23:57 2012 New Revision: 31915 URL: https://nixos.org/websvn/nix/?rev=31915sc=1 Log: haskell-multiarg: added version 0.1.0.0 Added: nixpkgs/trunk/pkgs/development/libraries/haskell/multiarg/

[Nix-commits] SVN commit: nix - r31916 - nixpkgs/trunk/pkgs/development/libraries/haskell/blaze-builder

2012-01-29 Thread Peter Simons
Author: simons Date: Sun Jan 29 16:24:00 2012 New Revision: 31916 URL: https://nixos.org/websvn/nix/?rev=31916sc=1 Log: haskell-blaze-builder: updated to version 0.3.1.0 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/blaze-builder/default.nix Modified:

[Nix-commits] SVN commit: nix - r31918 - nixpkgs/trunk/pkgs/development/libraries/haskell/explicit-exception

2012-01-29 Thread Peter Simons
Author: simons Date: Sun Jan 29 16:24:05 2012 New Revision: 31918 URL: https://nixos.org/websvn/nix/?rev=31918sc=1 Log: haskell-explicit-exception: updated to version 0.1.6 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/explicit-exception/default.nix Modified:

[Nix-commits] SVN commit: nix - r31917 - nixpkgs/trunk/pkgs/development/libraries/haskell/bytestring-lexing

2012-01-29 Thread Peter Simons
Author: simons Date: Sun Jan 29 16:24:02 2012 New Revision: 31917 URL: https://nixos.org/websvn/nix/?rev=31917sc=1 Log: haskell-bytestring-lexing: updated to version 0.3.0 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/bytestring-lexing/default.nix Modified:

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

2012-01-29 Thread Peter Simons
Author: simons Date: Sun Jan 29 16:24:11 2012 New Revision: 31920 URL: https://nixos.org/websvn/nix/?rev=31920sc=1 Log: haskell-neither: updated to version 0.3.1 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/neither/default.nix Modified:

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

2012-01-29 Thread Peter Simons
Author: simons Date: Sun Jan 29 16:24:14 2012 New Revision: 31921 URL: https://nixos.org/websvn/nix/?rev=31921sc=1 Log: haskell-cabal2nix: updated to version 1.24 Modified: nixpkgs/trunk/pkgs/development/tools/haskell/cabal2nix/default.nix Modified:

Re: [Nix-dev] myEnvFun rebuilds gcc

2012-01-29 Thread Peter Simons
Hi Sergey, I am trying to setup an dev environment with the following expression in ~/.nixpkgs/config.nix gogrEnv = pkgs.myEnvFun rec { name = gogr; buildInputs = [ pkgconfig cmake qt4 gcc ]; }; When I type

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

2012-01-29 Thread Shea Levy
Author: shlevy Date: Sun Jan 29 18:00:22 2012 New Revision: 31922 URL: https://nixos.org/websvn/nix/?rev=31922sc=1 Log: Update ruby 1.8 This contains a fix for http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-4815. All users of ruby 1.8 for web-facing apps should upgrade Modified:

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

2012-01-29 Thread Shea Levy
Author: shlevy Date: Sun Jan 29 18:22:35 2012 New Revision: 31923 URL: https://nixos.org/websvn/nix/?rev=31923sc=1 Log: Update rubygems Modified: nixpkgs/trunk/pkgs/development/interpreters/ruby/generated.nix Modified: nixpkgs/trunk/pkgs/development/interpreters/ruby/generated.nix

[Nix-dev] cleaning /tmp

2012-01-29 Thread Mathijs Kwik
Hi all, After a reboot, I found that my /tmp is taking up 8Gb of space. I don't want to use a tmpfs for it, as I occasionally use audio/video tools that write to /tmp, with sizes above my system memory. Looking at FHS's recommendations, I would say there are 2 moments to clean /tmp. - At boot

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

2012-01-29 Thread Shea Levy
Author: shlevy Date: Sun Jan 29 20:40:32 2012 New Revision: 31924 URL: https://nixos.org/websvn/nix/?rev=31924sc=1 Log: Add the selenium-webdriver rubygem Modified: nixpkgs/trunk/pkgs/development/interpreters/ruby/generated.nix Modified:

Re: [Nix-dev] cleaning /tmp

2012-01-29 Thread Marc Weber
Does nixos have anything in place to manage /tmp? What do others do? It was committed once in the past and reverted again for good reasons. (eg before switching to SSD/tmpfs I deleted /tmp only once every 4 months keeping files around.) If you want it opt-in by using a startup shell script. Eg