Do not try to create $localstatedir (aka. /var) since we don't have write access. --- findutils-4.4.2/locate/Makefile.in 2015-06-04 12:40:52.690935795 +0200 +++ findutils-4.4.2/locate/Makefile.in 2015-06-04 12:41:32.087286685 +0200 @@ -1212,7 +1212,7 @@ updatedb: updatedb.sh Makefile chmod +x $@ install-data-hook: - $(top_srcdir)/build-aux/mkinstalldirs $(DESTDIR)$(localstatedir) + true dblocation.texi: Makefile echo '@set LOCATE_DB $(LOCATE_DB)' > $@ t logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/fltk.scm
git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit.
AgeCommit message (Expand)Author
2021-06-03gnu: fltk: Update to 1.3.6....* gnu/packages/fltk.scm (fltk): Update to 1.3.6. Tobias Geerinckx-Rice
Maxim Cournoyer
2021-05-02gnu: Add tgcli....* gnu/packages/telegram.scm (tgcli): New variable. Raghav Gururajan
2021-04-10gnu: tl-parser: Fix typo in description....* gnu/packages/telegram.scm (tl-parser)[description]: Fix typo. Tobias Geerinckx-Rice
2021-03-06gnu: telegram-desktop: Fix typo in description....* gnu/packages/telegram.sc (telegram-desktop)[description]: Fix typo. Tobias Geerinckx-Rice