Skip to content

Commit 902a863

Browse files
committedSep 16, 2017
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... (cherry picked from commit 9a55f74)
1 parent 2001001 commit 902a863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/applications/networking/browsers/vivaldi/ffmpeg-codecs.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
2121
];
2222

2323
patches = [
24-
../chromium/patches/chromium-gn-bootstrap-r8.patch
24+
./chromium-gn-bootstrap-r8.patch
2525
];
2626

2727
configurePhase = ''

0 commit comments

Comments
 (0)
Please sign in to comment.