From 8ea4f3c2cc818fe0406027ae8e1f5faaf3c0ca1c Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 5 Apr 2026 00:37:09 +0100 Subject: [PATCH] prichehist: use 'toPythonApplication' Pairing with the previous commit which moved the package definition inside `python3Packages`. --- pkgs/by-name/pr/pricehist/package.nix | 1 + 1 file changed, 1 insertion(+) create mode 100644 pkgs/by-name/pr/pricehist/package.nix diff --git a/pkgs/by-name/pr/pricehist/package.nix b/pkgs/by-name/pr/pricehist/package.nix new file mode 100644 index 000000000000..72295b65be8a --- /dev/null +++ b/pkgs/by-name/pr/pricehist/package.nix @@ -0,0 +1 @@ +{ python3Packages }: python3Packages.toPythonApplication python3Packages.pricehist