python3.pkgs.pygame_sdl2: Remove build tag
This commit is contained in:
parent
0d8145a5d8
commit
18528304b2
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@ buildPythonPackage rec {
|
||||||
rm -rf gen gen3
|
rm -rf gen gen3
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# Remove build tag which produces invaild version
|
||||||
|
postPatch = ''
|
||||||
|
sed -i '2d' setup.cfg
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
SDL2.dev cython
|
SDL2.dev cython
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue