Merge pull request #63060 from layus/gtk-demos

gtk3: re-enable demos
This commit is contained in:
Michael Raskin
2019-06-20 06:52:11 +00:00
committed by GitHub
+3 -2
View File
@@ -53,8 +53,9 @@ stdenv.mkDerivation rec {
++ optional cupsSupport cups; ++ optional cupsSupport cups;
#TODO: colord? #TODO: colord?
# demos fail to install, no idea where's the problem ## (2019-06-12) Demos seem to install fine now. Keeping this around in case it fails again.
preConfigure = "sed '/^SRC_SUBDIRS /s/demos//' -i Makefile.in"; ## (2014-03-27) demos fail to install, no idea where's the problem
#preConfigure = "sed '/^SRC_SUBDIRS /s/demos//' -i Makefile.in";
enableParallelBuilding = true; enableParallelBuilding = true;