1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

pythonix: mark it as a python module

This was mentioned by @FRidh in https://github.com/NixOS/nixpkgs/pull/33174#discussion_r159083763
This commit is contained in:
Jörg Thalheim 2017-12-31 00:51:21 +01:00
parent 469e1e5dcb
commit b81de99c03

View file

@ -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}";