showtime: drop unreproducible __pycache__ hack
This is fixed with the showtime 50.0 release.
This reverts commit e38446f175.
This commit is contained in:
@@ -69,13 +69,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
export HOME="$TEMPDIR"
|
||||
'';
|
||||
|
||||
# HACK: To get rid of unreproducible __pycache__ created by pythonImportsCheck.
|
||||
# See https://github.com/NixOS/nixpkgs/issues/469081
|
||||
deletePycachePhase = ''
|
||||
find $out/lib -type d -name __pycache__ -prune -exec rm -vr {} \;
|
||||
'';
|
||||
postPhases = [ "deletePycachePhase" ];
|
||||
|
||||
passthru = {
|
||||
updateScript = gnome.updateScript {
|
||||
packageName = "showtime";
|
||||
|
||||
Reference in New Issue
Block a user