celluloid fixed upstream
This commit is contained in:
parent
6937706da9
commit
a9edd30f02
16
overlay.nix
16
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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user