From a9edd30f02696a0a6f60f03668e0428a210dc1d2 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Wed, 28 May 2025 09:05:55 -0600 Subject: [PATCH] celluloid fixed upstream --- overlay.nix | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/overlay.nix b/overlay.nix index 019e57e..b263bb4 100644 --- a/overlay.nix +++ b/overlay.nix @@ -17,22 +17,6 @@ _final: prev: { ; }; }); - celluloid = prev.celluloid.overrideAttrs (old: { - patches = (old.patches or [ ]) ++ [ - (builtins.fetchurl { - url = "https://github.com/celluloid-player/celluloid/commit/b9004ea88629e61fec19e40c74ebd137d75ebcf8.patch"; - sha256 = "1np330y9i5hwmm472d5bcw06xz7c2xy6amdakh4fa2kkhqh68377"; - }) - (builtins.fetchurl { - url = "https://github.com/celluloid-player/celluloid/commit/85d6c6cc478bac4bdd0b32757c31549171efb8b4.patch"; - sha256 = "09r0avh60zx9nd1zxmw8538ir3617vgigk0hxzgqv8rld1ipiq2q"; - }) - (builtins.fetchurl { - url = "https://github.com/celluloid-player/celluloid/commit/9267da8c907834d74f92970b66dea2ce30904408.patch"; - sha256 = "0syxz21y93s5s33i85k57nalf9ch1ynw3k8ifbzfii8aijpqflf9"; - }) - ]; - }); lutris = prev.lutris.override { extraPkgs = pkgs: