Merge pull request #95119 from andersk/mwic

mwic: Fix Python wrapping
This commit is contained in:
Sandro
2020-12-29 03:18:48 +01:00
committed by GitHub
+1 -1
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = with pythonPackages; [ pyenchant regex ]; propagatedBuildInputs = with pythonPackages; [ pyenchant regex ];
postFixup = '' postFixup = ''
buildPythonPath "$out" wrapPythonPrograms
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {