mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
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:
|
||||
# - 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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user