tandoor-recipes: fix nested python.pkgs use
This commit is contained in:
@@ -9,7 +9,7 @@ let
|
||||
|
||||
frontend = callPackage ./frontend.nix { };
|
||||
in
|
||||
python.pkgs.pythonPackages.buildPythonPackage {
|
||||
python.pkgs.buildPythonPackage {
|
||||
pname = "tandoor-recipes";
|
||||
|
||||
inherit (common) version src;
|
||||
|
||||
Reference in New Issue
Block a user