disable async media again
This commit is contained in:
parent
c4ed4a3ca1
commit
d949dcc7d5
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Reference in a new issue