[Nix-dev] Python bindings to librsvg or gnome-desktop

2012-06-19 Thread Alexander Foremny
Hello, I am trying to create a Nix expression for solfege [1] and got it building fine using the Nix expression available as Gist [2]. However, running the application fails with the following error, cryptographic hashes replaced by dots. Traceback (most recent call last): File

Re: [Nix-dev] Python bindings to librsvg or gnome-desktop

2012-06-19 Thread Marc Weber
gnome support is only rudimentary (enough to make some packages work). Look at configure output of pygtk etc (force a rebuild [1] and do nix-store -l $out-path) If you start working on python stuff please be aware that I feel that the current PYTHONPATH implementation in nixpkgs is not enough.

Re: [Nix-dev] Python bindings to librsvg or gnome-desktop

2012-06-19 Thread Alexander Foremny
Thanks for your quick response. Could you please give me the reference for [1]? I don't know how I can force building a package. 2012/6/19 Marc Weber marco-owe...@gmx.de: gnome support is only rudimentary (enough to make some packages work). Look at configure output of pygtk etc (force a

Re: [Nix-dev] Python bindings to librsvg or gnome-desktop

2012-06-19 Thread Marc Weber
Excerpts from Alexander Foremny's message of Tue Jun 19 11:25:55 +0200 2012: Thanks for your quick response. Could you please give me the reference for [1]? I don't know how I can force building a package. Just open the derivation and add FOO=BAR; or such passing an additional env var causing a

Re: [Nix-dev] Python bindings to librsvg or gnome-desktop

2012-06-19 Thread Florian Friesdorf
On Tue, 19 Jun 2012 11:12:31 +0200, Marc Weber marco-owe...@gmx.de wrote: gnome support is only rudimentary (enough to make some packages work). Look at configure output of pygtk etc (force a rebuild [1] and do nix-store -l $out-path) If you start working on python stuff please be aware