Skip to content

Commit

Permalink
pythonix: mark it as a python module
Browse files Browse the repository at this point in the history
This was mentioned by @FRidh in #33174 (comment)
  • Loading branch information
Mic92 committed Dec 30, 2017
1 parent 469e1e5 commit b81de99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Expand Up @@ -6648,7 +6648,7 @@ in {
};
};

pythonix = callPackage ../development/python-modules/pythonix { };
pythonix = toPythonModule (callPackage ../development/python-modules/pythonix { });

pypolicyd-spf = buildPythonPackage rec {
name = "pypolicyd-spf-${version}";
Expand Down

0 comments on commit b81de99

Please sign in to comment.