pure-maps: expand pythonPath bash array for structuredAttrs
This commit is contained in:
@@ -50,7 +50,7 @@ mkDerivation rec {
|
||||
pythonPath = with python3.pkgs; [ gpxpy ];
|
||||
|
||||
preInstall = ''
|
||||
buildPythonPath "$pythonPath"
|
||||
buildPythonPath "''${pythonPath[*]}"
|
||||
qtWrapperArgs+=(--prefix PYTHONPATH : "$program_PYTHONPATH")
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user