treewide: remove bash snippets in flags

Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
worldofpeace
2019-12-15 00:10:41 -05:00
co-authored by Jan Tojnar
parent 7ab19b1517
commit abe3475df8
9 changed files with 68 additions and 54 deletions
+4 -3
View File
@@ -47,8 +47,9 @@
propagatedBuildInputs = [ Babel pyqt5 xlib pyserial appdirs wcwidth setuptools ];
dontWrapQtApps = true;
makeWrapperArgs = [
"\${qtWrapperArgs[@]}"
];
preFixup = ''
makeWrapperArgs+=("''${qtWrapperArgs[@]}")
'';
};
}