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
commit 4a75203f02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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; {