pythonFull -> python with all modules, pythonFullWithPkgs -> buildEnv

This commit is contained in:
Domen Kožar
2014-10-12 14:59:31 +02:00
parent 8de9ac5bd4
commit a2a7abc67c
5 changed files with 21 additions and 19 deletions

View File

@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
buildPhase = ''
patchShebangs .
mkdir -p "$out"
sed -e "s|python_lib_dir = .*|python_lib_dir = \"$out/lib/${pythonFull.python.libPrefix}/site-packages\"|" -i SConstruct
sed -e "s|python_lib_dir = .*|python_lib_dir = \"$out/lib/${pythonFull.libPrefix}/site-packages\"|" -i SConstruct
scons prefix="$out" leapfetch=no gpsd_user=${gpsdUser} gpsd_group=${gpsdGroup} \
systemd=yes udevdir="$out/lib/udev" chrpath=no
'';