Merge pull request #63060 from layus/gtk-demos

gtk3: re-enable demos

authored by Michael Raskin and committed by GitHub ffd9bf7e 7eb332af

+3 -2
+3 -2
pkgs/development/libraries/gtk+/3.x.nix
··· 53 ++ optional cupsSupport cups; 54 #TODO: colord? 55 56 - # demos fail to install, no idea where's the problem 57 - preConfigure = "sed '/^SRC_SUBDIRS /s/demos//' -i Makefile.in"; 58 59 enableParallelBuilding = true; 60
··· 53 ++ optional cupsSupport cups; 54 #TODO: colord? 55 56 + ## (2019-06-12) Demos seem to install fine now. Keeping this around in case it fails again. 57 + ## (2014-03-27) demos fail to install, no idea where's the problem 58 + #preConfigure = "sed '/^SRC_SUBDIRS /s/demos//' -i Makefile.in"; 59 60 enableParallelBuilding = true; 61