disable async media again

This commit is contained in:
Charlotte 🦝 Delenk 2023-04-20 05:30:16 +01:00
parent c4ed4a3ca1
commit d949dcc7d5
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -16,7 +16,6 @@ in
inherit (source) rev sha256; inherit (source) rev sha256;
}; };
patches = [ patches = [
./async-media.patch
./fix-build.patch ./fix-build.patch
]; ];
vendorSha256 = builtins.readFile ./vendor.sha256; vendorSha256 = builtins.readFile ./vendor.sha256;