diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2015-07-16 17:17:12 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2015-07-16 17:17:12 +0200 |
| commit | a640d3d51b5f116cea06f47d93b05b9281f81bc7 (patch) | |
| tree | db25b761050b052563db836c3f8e1e67c665b4bb /gnu | |
| parent | 3bacb7a698435ab87eea24fe1d6d2384ef9b7ee9 (diff) | |
gnu: libgnome: Leave only one 'propagated-inputs' field.
* gnu/packages/gnome.scm (libgnome): Merge the two 'propagated-inputs'
fields (followup to 25338e9.)
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 2cb44f97ba9..723cff0d0ec 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm | |||
| @@ -1086,7 +1086,6 @@ to access local and remote files with a single consistent API.") | |||
| 1086 | (substitute* "libgnome/Makefile.in" | 1086 | (substitute* "libgnome/Makefile.in" |
| 1087 | (("-DG_DISABLE_DEPRECATED") "-DGLIB_DISABLE_DEPRECATION_WARNINGS"))) | 1087 | (("-DG_DISABLE_DEPRECATED") "-DGLIB_DISABLE_DEPRECATION_WARNINGS"))) |
| 1088 | %standard-phases))) | 1088 | %standard-phases))) |
| 1089 | (propagated-inputs `(("popt" ,popt))) ; gnome-program.h includes popt.h | ||
| 1090 | (inputs `(("libxml2" ,libxml2))) | 1089 | (inputs `(("libxml2" ,libxml2))) |
| 1091 | (native-inputs | 1090 | (native-inputs |
| 1092 | `(("glib" ,glib "bin") ; for glib-mkenums, etc. | 1091 | `(("glib" ,glib "bin") ; for glib-mkenums, etc. |
| @@ -1100,7 +1099,8 @@ to access local and remote files with a single consistent API.") | |||
| 1100 | `(("libcanberra" ,libcanberra) | 1099 | `(("libcanberra" ,libcanberra) |
| 1101 | ("libbonobo" ,libbonobo) | 1100 | ("libbonobo" ,libbonobo) |
| 1102 | ("gconf" ,gconf) | 1101 | ("gconf" ,gconf) |
| 1103 | ("gnome-vfs" ,gnome-vfs))) | 1102 | ("gnome-vfs" ,gnome-vfs) |
| 1103 | ("popt" ,popt))) ;gnome-program.h includes popt.h | ||
| 1104 | (home-page "https://developer.gnome.org/libgnome/") | 1104 | (home-page "https://developer.gnome.org/libgnome/") |
| 1105 | (synopsis "Useful routines for building applications") | 1105 | (synopsis "Useful routines for building applications") |
| 1106 | (description "The libgnome library provides a number of useful routines | 1106 | (description "The libgnome library provides a number of useful routines |
