Commit fe0e2958 authored by FliegendeWurst's avatar FliegendeWurst
Browse files

tandoor-recipes: fix nested python.pkgs use

parent 5740a81a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ let

  frontend = callPackage ./frontend.nix { };
in
python.pkgs.pythonPackages.buildPythonPackage {
python.pkgs.buildPythonPackage {
  pname = "tandoor-recipes";

  inherit (common) version src;