[Nix-dev] Writing a nix expression to catfish

Mateusz Kowalczyk fuuzetsu at fuuzetsu.co.uk
Wed Aug 13 03:37:53 CEST 2014


On 08/13/2014 02:32 AM, José Romildo Malaquias wrote:
> Hello.
> 
> I am trying to write a derivation for catfish, a Python application. I
> have tried the attached derivation.
> 
> When trying to build the package with the command 'nix-build -K -A
> catfish', I am getting the error that can be seen in the attached log
> file.
> 
> Any clues on how to fix them?
> 
> Romildo
> 
> 
> 
> _______________________________________________
> nix-dev mailing list
> nix-dev at lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
> 

I think you might want to have gtk and atk in propagatedBuildInputs
rather than in buildInputs. See ‘pygtk’ package which is already in
nixpkgs for an example.

-- 
Mateusz K.


More information about the nix-dev mailing list