mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: tipp10: Adjust phases.
* gnu/packages/education.scm (tipp10)[arguments]: Return #t for "disable-new-version-check"; fix indentation.
This commit is contained in:
parent
9e39ac415d
commit
7cc9847324
1 changed files with 16 additions and 15 deletions
|
@ -166,7 +166,8 @@ (define-public tipp10
|
|||
;; TODO: Remove the checkbox from the dialog and the check itself
|
||||
(substitute* '("widget/settingspages.cpp" "widget/mainwindow.cpp")
|
||||
(("settings.value(\"check_new_version\", true)")
|
||||
"settings.value(\"check_new_version\", false)"))))
|
||||
"settings.value(\"check_new_version\", false)"))
|
||||
#t))
|
||||
(replace 'configure
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let ((out (assoc-ref outputs "out")))
|
||||
|
|
Loading…
Reference in a new issue