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 > [email protected] > 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. _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
