gnustep: fix gworkspace

Minor fix: just to make GWorkspace buildable as it is.
This commit is contained in:
Artyom Shalkhakov 2014-12-12 23:10:32 +06:00 committed by Matthew Bauer
parent 15c5a533b5
commit cf79db3549

View file

@ -15,10 +15,11 @@ stdenv.mkDerivation {
};
# additional dependencies:
# - PDFKit framework from http://gap.nongnu.org/
# - TODO: to --enable-gwmetadata, need libDBKit as well as sqlite!
GNUSTEP_MAKEFILES = "${gnustep_make}/share/GNUstep/Makefiles";
buildInputs = [ gnustep_back gnustep_base gnustep_make gnustep_gui sqlite system_preferences ];
propagatedBuildInputs = [ gnustep_back gnustep_base gnustep_gui sqlite system_preferences ];
configureFlags = [ "--enable-gwmetadata" "--with-inotify" ];
buildInputs = [ gnustep_back gnustep_base gnustep_make gnustep_gui system_preferences ];
propagatedBuildInputs = [ gnustep_back gnustep_base gnustep_gui system_preferences ];
configureFlags = [ "--with-inotify" ];
meta = {
description = "GWorkspace is a workspace manager for GNUstep";