gnustep: fix gworkspace
Minor fix: just to make GWorkspace buildable as it is.
This commit is contained in:
parent
15c5a533b5
commit
cf79db3549
@ -15,10 +15,11 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
# additional dependencies:
|
# additional dependencies:
|
||||||
# - PDFKit framework from http://gap.nongnu.org/
|
# - PDFKit framework from http://gap.nongnu.org/
|
||||||
|
# - TODO: to --enable-gwmetadata, need libDBKit as well as sqlite!
|
||||||
GNUSTEP_MAKEFILES = "${gnustep_make}/share/GNUstep/Makefiles";
|
GNUSTEP_MAKEFILES = "${gnustep_make}/share/GNUstep/Makefiles";
|
||||||
buildInputs = [ gnustep_back gnustep_base gnustep_make gnustep_gui sqlite system_preferences ];
|
buildInputs = [ gnustep_back gnustep_base gnustep_make gnustep_gui system_preferences ];
|
||||||
propagatedBuildInputs = [ gnustep_back gnustep_base gnustep_gui sqlite system_preferences ];
|
propagatedBuildInputs = [ gnustep_back gnustep_base gnustep_gui system_preferences ];
|
||||||
configureFlags = [ "--enable-gwmetadata" "--with-inotify" ];
|
configureFlags = [ "--with-inotify" ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "GWorkspace is a workspace manager for GNUstep";
|
description = "GWorkspace is a workspace manager for GNUstep";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user