showtime: drop unreproducible __pycache__ hack

This is fixed with the showtime 50.0 release.

This reverts commit e38446f175.
This commit is contained in:
Philipp Bartsch
2026-06-03 19:54:23 +02:00
parent 43c3cf66ee
commit 4d1356cde0
-7
View File
@@ -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";