about summary refs log tree commit diff
path: root/pkgs/development/python-modules/apache-beam
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-03-24 01:30:46 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-01-30 19:56:57 +0100
commit653837881ed2a27a12c7bf662be4abe9db9b7cc5 (patch)
treeb9423fa35443b64d1ed1f1c511c049f42f746d2b /pkgs/development/python-modules/apache-beam
parent30b34ac00788d0dce98a992b6d92779b9eb6bc19 (diff)
treewide: replace `lib/${python.libPrefix}/site-packages` with its shorthand `${python.sitePackages}`
which should be always preferred
Diffstat (limited to 'pkgs/development/python-modules/apache-beam')
-rw-r--r--pkgs/development/python-modules/apache-beam/default.nix2
1 files changed, 1 insertions, 1 deletions
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