Fix source.nix override
This commit is contained in:
parent
b4e8916534
commit
b03760e970
10
mastodon.nix
10
mastodon.nix
@ -10,10 +10,10 @@ let
|
||||
version = mastodon-source.version;
|
||||
yarnHash = mastodon-source.yarnHash;
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = mastodon-source.src.owner;
|
||||
repo = mastodon-source.src.repo;
|
||||
rev = mastodon-source.src.rev;
|
||||
hash = mastodon-source.src.outputHash;
|
||||
owner = mastodon-source.owner;
|
||||
repo = mastodon-source.repo;
|
||||
rev = mastodon-source.rev;
|
||||
hash = mastodon-source.outputHash;
|
||||
};
|
||||
patches = [
|
||||
./patches/logo.patch
|
||||
@ -32,7 +32,7 @@ let
|
||||
|
||||
./patches/simple-form.patch
|
||||
./patches/not-so-scary-500.patch
|
||||
] ++ mastodon-source.src.patches;
|
||||
] ++ mastodon-source.patches;
|
||||
postPatch = (import ./branding.nix { pkgs = pkgs; }).branding;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user