chromium/source: Move patches into its own subdir

We're going to reference the patches in the Chromium main build rather
than applying it to the sources. So as a first step, this should keep
the patches away from the "source" subdirectory so we can make it flat.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2016-03-20 16:44:34 +01:00
parent 3273605aef
commit d6b11ed722
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961
5 changed files with 4 additions and 4 deletions

View File

@ -42,11 +42,11 @@ in stdenv.mkDerivation {
''; '';
patches = [ patches = [
./build_fixes_46.patch ../patches/build_fixes_46.patch
./widevine.patch ../patches/widevine.patch
(if versionOlder version "50.0.0.0" (if versionOlder version "50.0.0.0"
then ./nix_plugin_paths_46.patch then ../patches/nix_plugin_paths_46.patch
else ./nix_plugin_paths_50.patch) else ../patches/nix_plugin_paths_50.patch)
]; ];
patchPhase = let patchPhase = let