lol

python3Packages.hoomd-blue: fix cmakeFlags for __structuredAttrs

+1 -5
+1 -5
pkgs/development/python-modules/hoomd-blue/default.nix
··· 49 49 "-DBUILD_HPMC=${onOffBool components.hpmc}" 50 50 "-DBUILD_MD=${onOffBool components.md}" 51 51 "-DBUILD_METAL=${onOffBool components.metal}" 52 + "-DCMAKE_INSTALL_PREFIX=${placeholder "out"}/${python.sitePackages}" 52 53 ]; 53 - 54 - preConfigure = '' 55 - # Since we can't expand $out in `cmakeFlags` 56 - cmakeFlags="$cmakeFlags -DCMAKE_INSTALL_PREFIX=$out/${python.sitePackages}" 57 - ''; 58 54 59 55 # tests fail but have tested that package runs properly 60 56 doCheck = false;