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

View File

@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = with pythonPackages; [ pyenchant regex ];
postFixup = ''
buildPythonPath "$out"
wrapPythonPrograms
'';
meta = with stdenv.lib; {