Patch taken from Debian sid. Adapted to 4.2.4.6 for Guix by Tobias Geerinckx-Rice . Description: Support uncompressing and compressing soft links. Historically, ncompress for Debian has been built using a command line directly in debian/rules. For 4.2.4.5-1, I simplified by swtching to the upstream Makefile. However, that caused a regression - the Debian version of ncompress has always successfully handled soft links, but this stopped working. To revert to the original behavior, I need to remove -DLSTAT from the build options, to be consistent with how the code was previously built. Author: Kenneth J. Pronovici Bug-Debian: http://bugs.debian.org/918836 Index: ncompress/GNUmakefile =================================================================== --- ncompress.orig/GNUmakefile +++ ncompress/GNUmakefile @@ -9,7 +9,7 @@ distclean: cleanup Makefile: Makefile.def GNUmakefile sed \ - -e 's:options= :options= -DUTIME_H -DLSTAT :' \ + -e 's:options= :options= -DUTIME_H :' \ Makefile.def > Makefile check: x/'>summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-08gnu: libxapp: Use a source file-name....* gnu/packages/cinnamon.scm (libxapp)[source]: Use a source file-name. Efraim Flashner
2023-04-22gnu: libxapp: Update to 2.4.3....* gnu/packages/cinnamon.scm (libxapp): Update to 2.4.3. Nicolas Goaziou
2023-04-22gnu: Add nemo....* gnu/packages/cinnamon.scm (nemo): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> florhizome
2023-04-22gnu: cinnamon: Update to 5.6.2....* gnu/packages/cinnamon.scm (cinnamon-desktop): Update to 5.4.2. [arguments]<#:configure-flags>: Enable alsa-support. [inputs]: Remove PYTHON-2, remove GOBJECT-INTROSPECTION, add LIBEXT, ALSA-LIB. [native-inputs]: Remove gnu-build-system related packages, add GOBJECT-INTROSPECTION. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> florhizome