tandoor-recipes: fix nested python.pkgs use

This commit is contained in:
FliegendeWurst
2025-04-01 09:40:25 +02:00
parent 5740a81ac6
commit fe0e29587f
+1 -1
View File
@@ -9,7 +9,7 @@ let
frontend = callPackage ./frontend.nix { };
in
python.pkgs.pythonPackages.buildPythonPackage {
python.pkgs.buildPythonPackage {
pname = "tandoor-recipes";
inherit (common) version src;