mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
python2Packages.pygtk: format should be other
because it doesn't use any of the hooks for building.
This commit is contained in:
parent
4fb1130b71
commit
1d20d67783
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ buildPythonPackage rec {
|
|||
pname = "pygtk";
|
||||
outputs = [ "out" "dev" ];
|
||||
version = "2.24.0";
|
||||
format = "other";
|
||||
|
||||
disabled = isPy3k;
|
||||
|
||||
|
|
Loading…
Reference in a new issue