Restore some of the shellHook

This commit is contained in:
Eelco Dolstra 2020-08-31 16:39:45 +02:00
parent 56707218f6
commit ebb8e076eb

View file

@ -430,6 +430,12 @@
enableParallelBuilding = true;
installFlags = "sysconfdir=$(out)/etc";
shellHook =
''
PATH=$prefix/bin:$PATH
unset PYTHONPATH
'';
});
};