From 653837881ed2a27a12c7bf662be4abe9db9b7cc5 Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Fri, 24 Mar 2023 01:30:46 +0100 Subject: treewide: replace `lib/${python.libPrefix}/site-packages` with its shorthand `${python.sitePackages}` which should be always preferred --- pkgs/development/python-modules/apache-beam/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/python-modules/apache-beam') diff --git a/pkgs/development/python-modules/apache-beam/default.nix b/pkgs/development/python-modules/apache-beam/default.nix index bd53a6f0b48aa..2e267e2ef191e 100644 --- a/pkgs/development/python-modules/apache-beam/default.nix +++ b/pkgs/development/python-modules/apache-beam/default.nix @@ -150,7 +150,7 @@ buildPythonPackage rec { # Make sure we're running the tests for the actually installed # package, so that cython's .so files are available. - preCheck = "cd $out/lib/${python.libPrefix}/site-packages"; + preCheck = "cd $out/${python.sitePackages}"; disabledTestPaths = [ # Fails with -- cgit 1.4.1