mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
ingen: expand pythonPath bash array for structuredAttrs
This commit is contained in:
@@ -61,7 +61,7 @@ stdenv.mkDerivation {
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
wrapPythonProgramsIn "$out/bin" "$out $pythonPath"
|
||||
wrapPythonProgramsIn "$out/bin" "$out ''${pythonPath[*]}"
|
||||
wrapProgram "$out/bin/ingen" --set INGEN_UI_PATH "$out/share/ingen/ingen_gui.ui"
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user