gnu: lxqt-about: Make it more reproducible.

* gnu/packages/lxqt.scm (lxqt-about)[arguments]<#:phases>[setenv]: New phase.
master
Danny Milosavljevic 2019-03-14 11:50:06 +01:00
parent 50bc1d0125
commit 625697ea60
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 4 additions and 0 deletions

View File

@ -288,6 +288,10 @@ and memory usage or network traffic.")
'(#:tests? #f ; no tests
#:phases
(modify-phases %standard-phases
(add-before 'build 'setenv
(lambda _
(setenv "QT_RCC_SOURCE_DATE_OVERRIDE" "1")
#t))
(add-after 'unpack 'patch-translations-dir
(lambda* (#:key outputs #:allow-other-keys)
(substitute* "CMakeLists.txt"