me
/
guix
Archived
1
0
Fork 0

gnu: Fix misplaced commas (unquote).

Fix many occurrences of comma (unquote) being placed immediately after the
previous list item, e.g. ("ncurses", ncurses) in the inputs.

* gnu/packages/base.scm (patch, gnu-make),
  gnu/packages/bioinformatics.scm (hmmer),
  gnu/packages/bittorrent.scm (aria2),
  gnu/packages/compression.scm (pbzip2),
  gnu/packages/databases.scm (recutils),
  gnu/packages/fonts.scm (font-terminus),
  gnu/packages/freedesktop.scm (xdg-utils, elogind),
  gnu/packages/games.scm (gnujump),
  gnu/packages/gnome.scm (libidl, gnumeric, eog, gedit),
  gnu/packages/gnunet.scm (gnunet),
  gnu/packages/gnuzilla.scm (mozjs, nspr),
  gnu/packages/gtk.scm (gtksourceview, gdk-pixbuf),
  gnu/packages/lua.scm (lua),
  gnu/packages/openstack.scm (python-swiftclient),
  gnu/packages/perl.scm (perl-json-any),
  gnu/packages/polkit.scm (polkit-qt),
  gnu/packages/python.scm (wrap-python3, python-oauthlib)
  (python-mccabe-0.2.1, python-contextlib2, python2-rauth),
  gnu/packages/qt.scm (qtkeychain),
  gnu/packages/ruby.scm (ruby-nokogiri),
  gnu/packages/screen.scm (screen),
  gnu/packages/ssh.scm (libssh),
  gnu/packages/video.scm (ffmpeg, mplayer),
  gnu/packages/vim.scm (vim),
  gnu/packages/xdisorg.scm (redshift),
  gnu/packages/xfce.scm (xfce4-panel, xfce4-settings),
  gnu/packages/xnee.scm (xnee),
  gnu/packages/xorg.scm (font-adobe100dpi, font-adobe75dpi),
  gnu/packages/zsh.scm (zsh): Fix misplaced commas (unquote).
master
Mark H Weaver 2016-02-27 08:37:28 -05:00
parent 48766ea85f
commit b35461748b
28 changed files with 53 additions and 53 deletions

View File

@ -173,7 +173,7 @@ standard utility.")
"16d2r9kpivaak948mxzc0bai45mqfw73m113wrkmbffnalv1b5gx")) "16d2r9kpivaak948mxzc0bai45mqfw73m113wrkmbffnalv1b5gx"))
(patches (list (search-patch "patch-hurd-path-max.patch"))))) (patches (list (search-patch "patch-hurd-path-max.patch")))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("ed", ed))) (native-inputs `(("ed" ,ed)))
(synopsis "Apply differences to originals, with optional backups") (synopsis "Apply differences to originals, with optional backups")
(description (description
"Patch is a program that applies changes to files based on differences "Patch is a program that applies changes to files based on differences
@ -327,7 +327,7 @@ functionality beyond that which is outlined in the POSIX standard.")
"19gwwhik3wdwn0r42b7xcihkbxvjl9r2bdal8nifc3k5i4rn3iqb")) "19gwwhik3wdwn0r42b7xcihkbxvjl9r2bdal8nifc3k5i4rn3iqb"))
(patches (list (search-patch "make-impure-dirs.patch"))))) (patches (list (search-patch "make-impure-dirs.patch")))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("pkg-config", pkg-config))) ; to detect Guile (native-inputs `(("pkg-config" ,pkg-config))) ; to detect Guile
(inputs `(("guile" ,guile-2.0))) (inputs `(("guile" ,guile-2.0)))
(outputs '("out" "debug")) (outputs '("out" "debug"))
(arguments (arguments

View File

@ -1790,7 +1790,7 @@ particular, reads spanning multiple exons.")
(base32 (base32
"0djmgc0pfli0jilfx8hql1axhwhqxqb8rxg2r5rg07aw73sfs5nx")))) "0djmgc0pfli0jilfx8hql1axhwhqxqb8rxg2r5rg07aw73sfs5nx"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("perl", perl))) (native-inputs `(("perl" ,perl)))
(home-page "http://hmmer.janelia.org") (home-page "http://hmmer.janelia.org")
(synopsis "Biosequence analysis using profile hidden Markov models") (synopsis "Biosequence analysis using profile hidden Markov models")
(description (description

View File

@ -225,7 +225,7 @@ interface, for the Transmission BitTorrent daemon.")
(("CPPUNIT_TEST_SUITE_REGISTRATION\\(LpdMessageReceiverTest\\);" text) (("CPPUNIT_TEST_SUITE_REGISTRATION\\(LpdMessageReceiverTest\\);" text)
(string-append "// " text)))))))) (string-append "// " text))))))))
(native-inputs (native-inputs
`(("pkg-config", pkg-config))) `(("pkg-config" ,pkg-config)))
(inputs (inputs
`(("c-ares" ,c-ares) `(("c-ares" ,c-ares)
("cppunit" ,cppunit) ; for the tests ("cppunit" ,cppunit) ; for the tests

View File

@ -244,7 +244,7 @@ decompression.")
"1vk6065dv3a47p86vmp8hv3n1ygd9hraz0gq89gvzlx7lmcb6fsp")))) "1vk6065dv3a47p86vmp8hv3n1ygd9hraz0gq89gvzlx7lmcb6fsp"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("bzip2", bzip2))) `(("bzip2" ,bzip2)))
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests
#:phases (modify-phases %standard-phases #:phases (modify-phases %standard-phases

View File

@ -321,7 +321,7 @@ pictures, sounds, or video.")
(native-inputs `(("emacs" ,emacs-no-x) (native-inputs `(("emacs" ,emacs-no-x)
("bc" ,bc) ("bc" ,bc)
("bash:include" ,bash "include") ("bash:include" ,bash "include")
("libuuid", util-linux))) ("libuuid" ,util-linux)))
;; TODO: Add more optional inputs. ;; TODO: Add more optional inputs.
(inputs `(("curl" ,curl) (inputs `(("curl" ,curl)

View File

@ -373,7 +373,7 @@ The Liberation Fonts are sponsored by Red Hat.")
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("perl" ,perl) ("perl" ,perl)
("bdftopcf" ,bdftopcf) ("bdftopcf" ,bdftopcf)
("font-util", font-util) ("font-util" ,font-util)
("mkfontdir" ,mkfontdir))) ("mkfontdir" ,mkfontdir)))
(arguments (arguments
`(#:configure-flags (list `(#:configure-flags (list

View File

@ -69,7 +69,7 @@
(build-system gnu-build-system) (build-system gnu-build-system)
(propagated-inputs (propagated-inputs
`(("xprop" ,xprop) ; for Xfce detecting `(("xprop" ,xprop) ; for Xfce detecting
("xset", xset))) ; for xdg-screensaver ("xset" ,xset))) ; for xdg-screensaver
(arguments (arguments
`(#:tests? #f)) ; no check target `(#:tests? #f)) ; no check target
(home-page "http://portland.freedesktop.org/") (home-page "http://portland.freedesktop.org/")
@ -178,7 +178,7 @@ the freedesktop.org XDG Base Directory specification.")
("xsltproc" ,libxslt) ("xsltproc" ,libxslt)
("m4" ,m4) ("m4" ,m4)
("libxml2" ,libxml2) ;for XML_CATALOG_FILES ("libxml2" ,libxml2) ;for XML_CATALOG_FILES
("pkg-config", pkg-config) ("pkg-config" ,pkg-config)
("gperf" ,gperf))) ("gperf" ,gperf)))
(inputs (inputs
`(("linux-pam" ,linux-pam) `(("linux-pam" ,linux-pam)

View File

@ -997,7 +997,7 @@ This game is based on the GPL version of the famous game TuxRacer.")
(lambda _ (setenv "LIBS" "-lm")))))) (lambda _ (setenv "LIBS" "-lm"))))))
(inputs (inputs
`(("glu" ,glu) `(("glu" ,glu)
("mesa", mesa) ("mesa" ,mesa)
("sdl" ,sdl) ("sdl" ,sdl)
("sdl-image" ,sdl-image) ("sdl-image" ,sdl-image)
("sdl-mixer" ,sdl-mixer))) ("sdl-mixer" ,sdl-mixer)))

View File

@ -941,7 +941,7 @@ library.")
(inputs `(("glib" ,glib))) (inputs `(("glib" ,glib)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("flex", flex) ("flex" ,flex)
("bison" ,bison))) ("bison" ,bison)))
(home-page "http://freecode.com/projects/libidl") (home-page "http://freecode.com/projects/libidl")
(synopsis "Create trees of CORBA Interface Definition Language files") (synopsis "Create trees of CORBA Interface Definition Language files")
@ -1585,7 +1585,7 @@ Hints specification (EWMH).")
("libxml2" ,libxml2) ("libxml2" ,libxml2)
("libxslt" ,libxslt) ("libxslt" ,libxslt)
("python" ,python-2) ("python" ,python-2)
("python2-pygobject", python2-pygobject-2) ("python2-pygobject" ,python2-pygobject-2)
("zlib" ,zlib))) ("zlib" ,zlib)))
(native-inputs (native-inputs
`(("intltool" ,intltool) `(("intltool" ,intltool)
@ -3230,7 +3230,7 @@ supports playlists, song ratings, and any codecs installed through gstreamer.")
`(("dconf" ,dconf))) `(("dconf" ,dconf)))
(native-inputs (native-inputs
`(("intltool" ,intltool) `(("intltool" ,intltool)
("itstool", itstool) ("itstool" ,itstool)
("glib" ,glib "bin") ("glib" ,glib "bin")
("gobject-introspection" ,gobject-introspection) ("gobject-introspection" ,gobject-introspection)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
@ -3881,7 +3881,7 @@ javascript engine and the GObject introspection framework.")
`(("dconf" ,dconf))) `(("dconf" ,dconf)))
(native-inputs (native-inputs
`(("intltool" ,intltool) `(("intltool" ,intltool)
("itstool", itstool) ("itstool" ,itstool)
("gobject-introspection" ,gobject-introspection) ("gobject-introspection" ,gobject-introspection)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs

View File

@ -224,7 +224,7 @@ supports HTTPS, HTTPS and GnuTLS.")
("libunistring" ,libunistring) ("libunistring" ,libunistring)
("openssl" ,openssl) ("openssl" ,openssl)
("opus" ,opus) ("opus" ,opus)
("pulseaudio", pulseaudio) ("pulseaudio" ,pulseaudio)
("sqlite" ,sqlite) ("sqlite" ,sqlite)
("zlib" ,zlib))) ("zlib" ,zlib)))
(native-inputs (native-inputs

View File

@ -72,7 +72,7 @@
(("defined\\(@TEMPLATE_FILE)") "@TEMPLATE_FILE"))))) (("defined\\(@TEMPLATE_FILE)") "@TEMPLATE_FILE")))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("perl", perl) `(("perl" ,perl)
("python" ,python-2))) ("python" ,python-2)))
(arguments (arguments
`(#:phases `(#:phases
@ -154,7 +154,7 @@ in C/C++.")
"01ria9wk6329hxqsy75p9dkxiqkq4nkz0jjzll7hslih3jbi8dil")))) "01ria9wk6329hxqsy75p9dkxiqkq4nkz0jjzll7hslih3jbi8dil"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("perl", perl))) `(("perl" ,perl)))
(arguments (arguments
`(#:tests? #f ; no check target `(#:tests? #f ; no check target
#:configure-flags (list "--enable-64bit" #:configure-flags (list "--enable-64bit"

View File

@ -365,7 +365,7 @@ printing and other features typical of a source code editor.")
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc. `(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.
("intltool" ,intltool) ("intltool" ,intltool)
("itstool", itstool) ("itstool" ,itstool)
("gobject-introspection" ,gobject-introspection) ("gobject-introspection" ,gobject-introspection)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("vala" ,vala) ("vala" ,vala)
@ -425,7 +425,7 @@ highlighting and other features typical of a source code editor.")
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("glib" ,glib "bin") ; glib-mkenums, etc. ("glib" ,glib "bin") ; glib-mkenums, etc.
("gobject-introspection", gobject-introspection))) ; g-ir-compiler, etc. ("gobject-introspection" ,gobject-introspection))) ; g-ir-compiler, etc.
(synopsis "GNOME image loading and manipulation library") (synopsis "GNOME image loading and manipulation library")
(description (description
"GdkPixbuf is a library for image loading and manipulation developed "GdkPixbuf is a library for image loading and manipulation developed

View File

@ -40,7 +40,7 @@
(patches (list (search-patch "lua-pkgconfig.patch") (patches (list (search-patch "lua-pkgconfig.patch")
(search-patch "lua52-liblua-so.patch"))))) (search-patch "lua52-liblua-so.patch")))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("readline", readline))) (inputs `(("readline" ,readline)))
(arguments (arguments
'(#:modules ((guix build gnu-build-system) '(#:modules ((guix build gnu-build-system)
(guix build utils) (guix build utils)

View File

@ -770,7 +770,7 @@ LDAP.")
"1j33l4z9vqh0scfncl4fxg01zr1hgqxhhai6gvcih1gccqm4nd7p")))) "1j33l4z9vqh0scfncl4fxg01zr1hgqxhhai6gvcih1gccqm4nd7p"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-pbr", python-pbr) `(("python-pbr" ,python-pbr)
("python-setuptools" ,python-setuptools) ("python-setuptools" ,python-setuptools)
("python-sphinx" ,python-sphinx) ("python-sphinx" ,python-sphinx)
;; The folloing packages are needed for the tests. ;; The folloing packages are needed for the tests.

View File

@ -2758,9 +2758,9 @@ versa using either JSON::XS or JSON::PP.")
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs (native-inputs
`(("perl-test-fatal" ,perl-test-fatal) `(("perl-test-fatal" ,perl-test-fatal)
("perl-test-requires", perl-test-requires) ("perl-test-requires" ,perl-test-requires)
("perl-test-warnings", perl-test-warnings) ("perl-test-warnings" ,perl-test-warnings)
("perl-test-without-module", perl-test-without-module))) ("perl-test-without-module" ,perl-test-without-module)))
(propagated-inputs (propagated-inputs
`(("perl-namespace-clean" ,perl-namespace-clean))) `(("perl-namespace-clean" ,perl-namespace-clean)))
(home-page "http://search.cpan.org/dist/JSON-Any") (home-page "http://search.cpan.org/dist/JSON-Any")

View File

@ -144,7 +144,7 @@ for unprivileged applications.")
(propagated-inputs (propagated-inputs
`(("qt" ,qt))) ; qt-4 according to the pkg-config files `(("qt" ,qt))) ; qt-4 according to the pkg-config files
(native-inputs (native-inputs
`(("pkg-config", pkg-config))) `(("pkg-config" ,pkg-config)))
(arguments (arguments
`(#:configure-flags (list (string-append "-DCMAKE_INSTALL_RPATH=" `(#:configure-flags (list (string-append "-DCMAKE_INSTALL_RPATH="
(assoc-ref %outputs "out") (assoc-ref %outputs "out")

View File

@ -332,8 +332,8 @@ data types.")
(lambda (old new) (lambda (old new)
(symlink (string-append python old) (symlink (string-append python old)
(string-append bin "/" new))) (string-append bin "/" new)))
`("python3", "pydoc3", "idle3") `("python3" ,"pydoc3" ,"idle3")
`("python", "pydoc", "idle")))))) `("python" ,"pydoc" ,"idle"))))))
(synopsis "Wrapper for the Python 3 commands") (synopsis "Wrapper for the Python 3 commands")
(description (description
"This package provides wrappers for the commands of Python@tie{}3.x such "This package provides wrappers for the commands of Python@tie{}3.x such
@ -2347,7 +2347,7 @@ somewhat intelligeble.")
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-setuptools" ,python-setuptools) `(("python-setuptools" ,python-setuptools)
("python-coverage", python-coverage) ("python-coverage" ,python-coverage)
("python-nose" ,python-nose) ("python-nose" ,python-nose)
("python-mock" ,python-mock))) ("python-mock" ,python-mock)))
(inputs (inputs
@ -5142,7 +5142,7 @@ complexity of Python source code.")
(sha256 (sha256
(base32 (base32
"0fi4a81kr5bcv5p4xgibqr595hyj5dafkqgsmfk96mfy8w71fajs")))) "0fi4a81kr5bcv5p4xgibqr595hyj5dafkqgsmfk96mfy8w71fajs"))))
(inputs `(("python-setuptools", python-setuptools))))) (inputs `(("python-setuptools" ,python-setuptools)))))
(define-public python2-mccabe-0.2.1 (define-public python2-mccabe-0.2.1
(package-with-python2 python-mccabe-0.2.1)) (package-with-python2 python-mccabe-0.2.1))
@ -6753,7 +6753,7 @@ of the SSL peer.")
(replace 'check (replace 'check
(lambda _ (zero? (lambda _ (zero?
(system* (system*
"python" "test_contextlib2.py", "-v"))))))) "python" "test_contextlib2.py" "-v")))))))
(home-page "http://contextlib2.readthedocs.org/") (home-page "http://contextlib2.readthedocs.org/")
(synopsis "Tools for decorators and context managers") (synopsis "Tools for decorators and context managers")
(description "This module is primarily a backport of the Python (description "This module is primarily a backport of the Python
@ -7247,7 +7247,7 @@ authenticated session objects providing things like keep-alive.")
(package (inherit rauth) (package (inherit rauth)
(propagated-inputs `(("python2-requests" ,python2-requests))) (propagated-inputs `(("python2-requests" ,python2-requests)))
(native-inputs (native-inputs
`(("python2-unittest2", python2-unittest2) `(("python2-unittest2" ,python2-unittest2)
,@(package-native-inputs rauth)))))) ,@(package-native-inputs rauth))))))
(define-public python2-functools32 (define-public python2-functools32

View File

@ -555,7 +555,7 @@ contain over 620 classes.")
(base32 "055mkd4pz6cyff4cw0784wjc1w92m8x223sxi96ph15fr3lplbg6")))) (base32 "055mkd4pz6cyff4cw0784wjc1w92m8x223sxi96ph15fr3lplbg6"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("qt", qt))) `(("qt" ,qt)))
(arguments (arguments
`(#:tests? #f ; No tests included `(#:tests? #f ; No tests included
#:phases #:phases

View File

@ -1905,7 +1905,7 @@ to reproduce user environments.")
"/include/libxml2" )))) "/include/libxml2" ))))
(native-inputs (native-inputs
`(("ruby-hoe" ,ruby-hoe) `(("ruby-hoe" ,ruby-hoe)
("ruby-rake-compiler", ruby-rake-compiler))) ("ruby-rake-compiler" ,ruby-rake-compiler)))
(inputs (inputs
`(("zlib" ,zlib) `(("zlib" ,zlib)
("libxml2" ,libxml2) ("libxml2" ,libxml2)

View File

@ -44,7 +44,7 @@
(native-inputs (native-inputs
`(("makeinfo" ,texinfo))) `(("makeinfo" ,texinfo)))
(inputs (inputs
`(("ncurses", ncurses) `(("ncurses" ,ncurses)
("perl" ,perl))) ("perl" ,perl)))
(arguments (arguments
`(#:configure-flags `(#:configure-flags

View File

@ -61,7 +61,7 @@
;; TODO: Add 'CMockery' and '-DWITH_TESTING=ON' for the test suite. ;; TODO: Add 'CMockery' and '-DWITH_TESTING=ON' for the test suite.
#:tests? #f)) #:tests? #f))
(inputs `(("zlib" ,zlib) (inputs `(("zlib" ,zlib)
("libgcrypt", libgcrypt))) ("libgcrypt" ,libgcrypt)))
(synopsis "SSH client library") (synopsis "SSH client library")
(description (description
"libssh is a C library implementing the SSHv2 and SSHv1 protocol for "libssh is a C library implementing the SSHv2 and SSHv1 protocol for

View File

@ -406,7 +406,7 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).")
("speex" ,speex) ("speex" ,speex)
("twolame" ,twolame) ("twolame" ,twolame)
("xvid" ,xvid) ("xvid" ,xvid)
("zlib", zlib))) ("zlib" ,zlib)))
(native-inputs (native-inputs
`(("bc" ,bc) `(("bc" ,bc)
("perl" ,perl) ("perl" ,perl)
@ -620,14 +620,14 @@ treaming protocols.")
(inputs (inputs
`(("alsa-lib" ,alsa-lib) `(("alsa-lib" ,alsa-lib)
("cdparanoia" ,cdparanoia) ("cdparanoia" ,cdparanoia)
("ffmpeg", ffmpeg) ("ffmpeg" ,ffmpeg)
("fontconfig" ,fontconfig) ("fontconfig" ,fontconfig)
("freetype" ,freetype) ("freetype" ,freetype)
;; ("giflib" ,giflib) ; uses QuantizeBuffer, requires version >= 5 ;; ("giflib" ,giflib) ; uses QuantizeBuffer, requires version >= 5
("lame" ,lame) ("lame" ,lame)
("libass" ,libass) ("libass" ,libass)
("libdvdcss", libdvdcss) ("libdvdcss" ,libdvdcss)
("libdvdnav", libdvdnav) ("libdvdnav" ,libdvdnav)
("libjpeg" ,libjpeg) ("libjpeg" ,libjpeg)
("libmpeg2" ,libmpeg2) ("libmpeg2" ,libmpeg2)
("libmpg123" ,mpg123) ; audio codec for MP3 ("libmpg123" ,mpg123) ; audio codec for MP3

View File

@ -53,10 +53,10 @@
(("/bin/sh") (which "sh")))) (("/bin/sh") (which "sh"))))
%standard-phases))) %standard-phases)))
(inputs (inputs
`(("gawk", gawk) `(("gawk" ,gawk)
("inetutils", inetutils) ("inetutils" ,inetutils)
("ncurses", ncurses) ("ncurses" ,ncurses)
("perl", perl) ("perl" ,perl)
("tcsh" ,tcsh))) ; For runtime/tools/vim32 ("tcsh" ,tcsh))) ; For runtime/tools/vim32
(home-page "http://www.vim.org/") (home-page "http://www.vim.org/")
(synopsis "Text editor based on vi") (synopsis "Text editor based on vi")

View File

@ -701,7 +701,7 @@ the X.Org X Server version 1.7 and later (X11R7.5 or later).")
`(("libdrm" ,libdrm) `(("libdrm" ,libdrm)
("libx11" ,libx11) ("libx11" ,libx11)
("libxcb" ,libxcb) ("libxcb" ,libxcb)
("libxxf86vm", libxxf86vm) ("libxxf86vm" ,libxxf86vm)
("glib" ,glib))) ;for Geoclue2 support ("glib" ,glib))) ;for Geoclue2 support
(home-page "https://github.com/jonls/redshift") (home-page "https://github.com/jonls/redshift")
(synopsis "Adjust the color temperature of your screen") (synopsis "Adjust the color temperature of your screen")

View File

@ -282,7 +282,7 @@ management D-Bus specification.")
`(("libxfce4util" ,libxfce4util))) ; required by libxfce4panel-1.0.pc `(("libxfce4util" ,libxfce4util))) ; required by libxfce4panel-1.0.pc
(inputs (inputs
`(("exo" ,exo) `(("exo" ,exo)
("garcon", garcon) ("garcon" ,garcon)
("libwnck" ,libwnck-1) ("libwnck" ,libwnck-1)
("libxfce4ui" ,libxfce4ui))) ("libxfce4ui" ,libxfce4ui)))
(native-search-paths (native-search-paths
@ -519,7 +519,7 @@ allows you to shutdown the computer from Xfce.")
`(("exo" ,exo) `(("exo" ,exo)
("garcon" ,garcon) ("garcon" ,garcon)
("libnotify" ,libnotify) ("libnotify" ,libnotify)
("libxcursor", libxcursor) ("libxcursor" ,libxcursor)
("libxi" ,libxi) ("libxi" ,libxi)
("libxklavier" ,libxklavier) ("libxklavier" ,libxklavier)
("libxrandr" ,libxrandr) ("libxrandr" ,libxrandr)

View File

@ -39,7 +39,7 @@
"04n2lac0vgpv8zsn7nmb50hf3qb56pmj90dmwnivg09gyrf1x92j")))) "04n2lac0vgpv8zsn7nmb50hf3qb56pmj90dmwnivg09gyrf1x92j"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gtk+", gtk+-2) `(("gtk+" ,gtk+-2)
("inputproto" ,inputproto) ("inputproto" ,inputproto)
("libx11" ,libx11) ("libx11" ,libx11)
("libxext" ,libxext) ("libxext" ,libxext)

View File

@ -348,7 +348,7 @@ provided.")
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("bdftopcf" ,bdftopcf) `(("bdftopcf" ,bdftopcf)
("font-util", font-util) ("font-util" ,font-util)
("mkfontdir" ,mkfontdir))) ("mkfontdir" ,mkfontdir)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
@ -380,7 +380,7 @@ provided.")
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("bdftopcf" ,bdftopcf) `(("bdftopcf" ,bdftopcf)
("font-util", font-util) ("font-util" ,font-util)
("mkfontdir" ,mkfontdir))) ("mkfontdir" ,mkfontdir)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))

View File

@ -64,10 +64,10 @@
"Util/preconfig") "Util/preconfig")
(("/bin/sh") (which "sh"))))) (("/bin/sh") (which "sh")))))
%standard-phases))) %standard-phases)))
(native-inputs `(("autoconf", autoconf))) (native-inputs `(("autoconf" ,autoconf)))
(inputs `(("ncurses", ncurses) (inputs `(("ncurses" ,ncurses)
("pcre", pcre) ("pcre" ,pcre)
("perl", perl))) ("perl" ,perl)))
(synopsis "Powerful shell for interactive use and scripting") (synopsis "Powerful shell for interactive use and scripting")
(description "The Z shell (zsh) is a Unix shell that can be used (description "The Z shell (zsh) is a Unix shell that can be used
as an interactive login shell and as a powerful command interpreter as an interactive login shell and as a powerful command interpreter