nixpkgs/pkgs/development/python-modules/generic
Marius Bakke 28919e5bfa wrapPythonPrograms: preserve quoted strings from makeWrapperArgs
Currently, if a user tries to to set a variable that contains
spaces, it will be broken up before being passed to wrapProgram.

This commit resolves that by converting makeWrapperArgs to an
array that preserves any quoted elements using bash's parser.
2016-04-16 02:58:02 +01:00
..
catch_conflicts.py buildPythonPackage: catch_conflicts should ignore pip 2015-11-21 21:44:12 +01:00
default.nix buildPythonPackage: add installFlags 2016-02-21 12:20:51 +01:00
run_setup.py buildPythonPackage: use a separate file to fire off setup.py 2015-11-21 21:44:12 +01:00
wrap.sh wrapPythonPrograms: preserve quoted strings from makeWrapperArgs 2016-04-16 02:58:02 +01:00