wicd should no longer write into the nix store.

But it doesn't compile optimized bytecode. :(  I would be good if someone who actually knew python could give this package some love.

svn path=/nixpkgs/trunk/; revision=26742
This commit is contained in:
Russell O'Connor
2011-04-07 15:39:53 +00:00
parent 16d86dcbe2
commit 78f9628037
3 changed files with 32 additions and 2 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
buildInputs = [ python ];
patches = [ ./no-var-install.patch ./pygtk.patch ./mkdir-networks.patch ];
patches = [ ./no-var-install.patch ./mkdir-networks.patch ./pygtk.patch ./no-optimization.patch ];
# Should I be using pygtk's propogated build inputs?
# !!! Should use makeWrapper.
@@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
--icons=$out/share/icons/hicolour/ \
--translations=$out/share/locale/ \
--autostart=$out/etc/xdg/autostart/ \
--varlib=$out/share/ \
--varlib=/var/lib/wicd/ \
--docdir=$out/share/doc/ \
--mandir=$out/share/man/ \
--kdedir=$out/share/autostart/ \