treewide: remove bash snippets in flags

Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
worldofpeace
2019-12-10 18:23:57 -05:00
parent 7ab19b1517
commit abe3475df8
9 changed files with 68 additions and 54 deletions

View File

@@ -50,9 +50,10 @@ buildPythonPackage rec {
'';
dontWrapQtApps = true;
makeWrapperArgs = [
"\${qtWrapperArgs[@]}"
];
preFixup = ''
makeWrapperArgs+=("''${qtWrapperArgs[@]}")
'';
meta = with stdenv.lib; {
description = "Scientific python development environment";