vivaldi-ffmpeg-codecs: fix evaluation
The patch was removed during chromium update. It won't build, but the error seems the same as before chromium update...
This commit is contained in:
parent
a5ed2f141c
commit
9a55f74e43
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
../chromium/patches/chromium-gn-bootstrap-r8.patch
|
./chromium-gn-bootstrap-r8.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
|
|
Loading…
Reference in New Issue