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
|
@ -166,7 +166,8 @@ of categories with some of the activities available in that category.
|
||||||
;; TODO: Remove the checkbox from the dialog and the check itself
|
;; TODO: Remove the checkbox from the dialog and the check itself
|
||||||
(substitute* '("widget/settingspages.cpp" "widget/mainwindow.cpp")
|
(substitute* '("widget/settingspages.cpp" "widget/mainwindow.cpp")
|
||||||
(("settings.value(\"check_new_version\", true)")
|
(("settings.value(\"check_new_version\", true)")
|
||||||
"settings.value(\"check_new_version\", false)"))))
|
"settings.value(\"check_new_version\", false)"))
|
||||||
|
#t))
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let ((out (assoc-ref outputs "out")))
|
(let ((out (assoc-ref outputs "out")))
|
||||||
|
|
Loading…
Reference in New Issue