vikunja: added todo
This commit is contained in:
parent
ec0f386ab5
commit
60b2580777
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
package = pkgs.vikunja.overrideAttrs (old: {
|
package = pkgs.vikunja.overrideAttrs (old: {
|
||||||
# src = lib.cleanSource /tmp/vikunja;
|
# TODO(eyJhb): remove once vikunja updates past 0.24.6
|
||||||
|
# https://github.com/go-vikunja/vikunja/issues/623
|
||||||
patches = (old.patches or []) ++ [
|
patches = (old.patches or []) ++ [
|
||||||
(pkgs.writeText "vikunja-clientsecret-envvar.patch" ''
|
(pkgs.writeText "vikunja-clientsecret-envvar.patch" ''
|
||||||
diff --git a/pkg/modules/auth/openid/providers.go b/pkg/modules/auth/openid/providers.go
|
diff --git a/pkg/modules/auth/openid/providers.go b/pkg/modules/auth/openid/providers.go
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue