From 4d1356cde05afcc18dd0781fc2727a58ddb43e9d Mon Sep 17 00:00:00 2001 From: Philipp Bartsch Date: Wed, 3 Jun 2026 19:54:23 +0200 Subject: [PATCH] showtime: drop unreproducible __pycache__ hack This is fixed with the showtime 50.0 release. This reverts commit e38446f1750f9f7ae0ed4eb2558b30d1b49ed1f5. --- pkgs/by-name/sh/showtime/package.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pkgs/by-name/sh/showtime/package.nix b/pkgs/by-name/sh/showtime/package.nix index d44b9a041d0a..1b6262e84aa9 100644 --- a/pkgs/by-name/sh/showtime/package.nix +++ b/pkgs/by-name/sh/showtime/package.nix @@ -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";