gnu: tipp10: Adjust phases.

* gnu/packages/education.scm (tipp10)[arguments]: Return #t for
"disable-new-version-check"; fix indentation.
master
Ricardo Wurmus 2017-01-15 12:16:49 +01:00
parent 9e39ac415d
commit 7cc9847324
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 16 additions and 15 deletions

View File

@ -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
(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")))