chromium: Move source package into own subdir.
Next, we're going to refactor update.sh and the first step is to ensure that we keep everything related to sources into its own subdirectory to not clutter up the main directory too much. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
4c8ec5e12e
commit
8bc8b51375
@ -18,7 +18,7 @@ let
|
|||||||
callPackage = newScope chromium;
|
callPackage = newScope chromium;
|
||||||
|
|
||||||
chromium = {
|
chromium = {
|
||||||
source = callPackage ./source.nix {
|
source = callPackage ./source {
|
||||||
inherit channel;
|
inherit channel;
|
||||||
# XXX: common config
|
# XXX: common config
|
||||||
inherit useOpenSSL;
|
inherit useOpenSSL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user