Skip to content
Unverified Commit 4f3085d5 authored by aszlig's avatar aszlig
Browse files

chromium/source: Propagate system attribute.



The system attribute was already there in the function head of the
shared update helper but it actually wasn't used and thus later the
import of <nixpkgs> was done using builtins.currentSystem instead of the
system attribute inherited from the source derivation.

Now we correctly propagate the attribute, so that even when running a
64bit kernel you can run a 32bit Chromium with binary plugins.

Signed-off-by: default avataraszlig <aszlig@redmoonstudios.org>
parent 5bfe9449
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment