[Nix-dev] [PATCH 3/3] Add Nix expression for MySQL Workbench.

Karn Kallio tierpluspluslists at gmail.com
Sat Oct 2 06:36:21 CEST 2010


> Hi,
> 
> >> Committed this, had to clean up a bit but did have time to check that it
> > 
> >> still compiles. I don't think I broke it by please try it :
> > All ok; it compiles and runs without problems.
> > 
> > By the way, I think your clean up was a nice improvement!  Thanks!
> 
> with me it doesn't build, because it uses the network to download
> something.
> This is because I (and hydra) build everything in chroot
> (in nixos: nix.useChroot = true ) . Could you please patch the package
> so it can be built in hydra?

I think the attached patch fixes it; it built here with useChroot = true.  The 
Python package paramiko was getting its dependency pycrypto from the net 
instead of using the one already in Nixpkgs, because I failed to specify it as 
an input.  

Apologies for missing the network impurity.

I also included a patch to bump the version of Mysql Workbench.

> 
> greetings,
> Rob
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Version-bump.patch
Type: text/x-patch
Size: 1202 bytes
Desc: not available
Url : http://lists.science.uu.nl/pipermail/nix-dev/attachments/20101002/805c89b5/attachment.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Have-paramiko-use-pycrypto-from-Nixpkgs-instead-of-g.patch
Type: text/x-patch
Size: 2085 bytes
Desc: not available
Url : http://lists.science.uu.nl/pipermail/nix-dev/attachments/20101002/805c89b5/attachment-0001.bin 


More information about the nix-dev mailing list