gnu: Fix misplaced commas (unquotes).

* gnu/packages/java.scm (ant-bootstrap),
gnu/packages/kde.scm (kdenlive),
gnu/packages/lxqt.scm (lxqt-panel, lxqt-runner),
gnu/packages/mpd.scm (ncmpc),
gnu/packages/opencl.scm (beignet),
gnu/packages/pdf.scm (zathura-pdf-mupdf),
gnu/packages/video.scm (streamlink),
gnu/packages/web-browsers.scm (luakit),
gnu/packages/web.scm (perl-libwww),
gnu/packages/wm.scm (ghc-xmonad-contrib): Fix misplaced commas (unquotes).
master
Mark H Weaver 2018-12-12 23:30:18 -05:00
parent 9c58001192
commit b42b5afdf4
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
10 changed files with 23 additions and 23 deletions

View File

@ -301,7 +301,7 @@ JNI.")
`(("jikes" ,jikes) `(("jikes" ,jikes)
("jamvm" ,jamvm-1-bootstrap) ("jamvm" ,jamvm-1-bootstrap)
("unzip" ,unzip) ("unzip" ,unzip)
("zip", zip))) ("zip" ,zip)))
(home-page "http://ant.apache.org") (home-page "http://ant.apache.org")
(synopsis "Build tool for Java") (synopsis "Build tool for Java")
(description (description

View File

@ -90,12 +90,12 @@
("knotifyconfig" ,knotifyconfig) ("knotifyconfig" ,knotifyconfig)
("kfilemetadata" ,kfilemetadata) ("kfilemetadata" ,kfilemetadata)
("kdoctools" ,kdoctools) ("kdoctools" ,kdoctools)
("kdeclarative", kdeclarative) ("kdeclarative" ,kdeclarative)
("qtdeclarative", qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtquickcontrols", qtquickcontrols) ("qtquickcontrols" ,qtquickcontrols)
("kiconthemes", kiconthemes) ("kiconthemes" ,kiconthemes)
("qtgraphicaleffects" ,qtgraphicaleffects) ("qtgraphicaleffects" ,qtgraphicaleffects)
("kplotting", kplotting))) ("kplotting" ,kplotting)))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
@ -112,7 +112,7 @@
,(map (lambda (label) ,(map (lambda (label)
(string-append (assoc-ref inputs label) (string-append (assoc-ref inputs label)
"/lib/qt5/plugins/")) "/lib/qt5/plugins/"))
'("qtbase", "qtsvg"))) '("qtbase" "qtsvg")))
`("FREI0R_PATH" ":" = `("FREI0R_PATH" ":" =
(,(string-append frei0r "/lib/frei0r-1/"))) (,(string-append frei0r "/lib/frei0r-1/")))
`("QT_QPA_PLATFORM_PLUGIN_PATH" ":" = `("QT_QPA_PLATFORM_PLUGIN_PATH" ":" =

View File

@ -513,7 +513,7 @@ of other programs.")
("liblxqt" ,liblxqt) ("liblxqt" ,liblxqt)
("libqtxdg" ,libqtxdg) ("libqtxdg" ,libqtxdg)
("libstatgrab" ,libstatgrab) ("libstatgrab" ,libstatgrab)
("libsysstat", libsysstat) ("libsysstat" ,libsysstat)
("libxcomposite" ,libxcomposite) ("libxcomposite" ,libxcomposite)
("libxdamage" ,libxdamage) ("libxdamage" ,libxdamage)
("libxkbcommon" ,libxkbcommon) ("libxkbcommon" ,libxkbcommon)
@ -700,7 +700,7 @@ Qt with LXQt.")
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("qttools", qttools) ("qttools" ,qttools)
("lxqt-build-tools" ,lxqt-build-tools))) ("lxqt-build-tools" ,lxqt-build-tools)))
(arguments (arguments
'(#:tests? #f ; no tests '(#:tests? #f ; no tests

View File

@ -216,7 +216,7 @@ player daemon.")
(c++ (string-append gcc "/include/c++"))) (c++ (string-append gcc "/include/c++")))
(setenv path (string-append c++ ":" (getenv path))) (setenv path (string-append c++ ":" (getenv path)))
#t)))))) #t))))))
(inputs `(("gcc", gcc-8) ; for its C++14 support (inputs `(("gcc" ,gcc-8) ; for its C++14 support
("boost" ,boost) ("boost" ,boost)
("pcre" ,pcre) ("pcre" ,pcre)
("libmpdclient" ,libmpdclient) ("libmpdclient" ,libmpdclient)

View File

@ -240,7 +240,7 @@ the system.")
("llvm@3.7" ,llvm-3.7) ("llvm@3.7" ,llvm-3.7)
("libdrm" ,libdrm) ("libdrm" ,libdrm)
("libedit" ,libedit) ("libedit" ,libedit)
("libpthread-stubs", libpthread-stubs) ("libpthread-stubs" ,libpthread-stubs)
("libsm" ,libsm) ("libsm" ,libsm)
("libva" ,libva) ("libva" ,libva)
("libxfixes" ,libxfixes) ("libxfixes" ,libxfixes)

View File

@ -438,7 +438,7 @@ using the DjVuLibre library.")
(inputs (inputs
`(("jbig2dec" ,jbig2dec) `(("jbig2dec" ,jbig2dec)
("libjpeg" ,libjpeg) ("libjpeg" ,libjpeg)
("mujs", mujs) ("mujs" ,mujs)
("mupdf" ,mupdf) ("mupdf" ,mupdf)
("openjpeg" ,openjpeg) ("openjpeg" ,openjpeg)
("openssl" ,openssl) ("openssl" ,openssl)

View File

@ -1955,7 +1955,7 @@ and custom quantization matrices.")
("python-websocket-client" ,python-websocket-client) ("python-websocket-client" ,python-websocket-client)
("python-iso3166" ,python-iso3166) ("python-iso3166" ,python-iso3166)
("python-iso639" ,python-iso639) ("python-iso639" ,python-iso639)
("python-isodate", python-isodate) ("python-isodate" ,python-isodate)
("python-pycryptodome" ,python-pycryptodome) ("python-pycryptodome" ,python-pycryptodome)
("python-requests" ,python-requests) ("python-requests" ,python-requests)
("python-urllib3" ,python-urllib3))) ("python-urllib3" ,python-urllib3)))

View File

@ -152,16 +152,16 @@ features including, tables, builtin image display, bookmarks, SSL and more.")
"0dwxhnq90whakgdg21lzcf03n2g1c7hqgliwhav8av5na5mqpn93")) "0dwxhnq90whakgdg21lzcf03n2g1c7hqgliwhav8av5na5mqpn93"))
(file-name (string-append name "-" version ".tar.gz")))) (file-name (string-append name "-" version ".tar.gz"))))
(inputs (inputs
`(("lua-5.1", lua-5.1) `(("lua-5.1" ,lua-5.1)
("gtk+" ,gtk+) ("gtk+" ,gtk+)
("gsettings-desktop-schemas", gsettings-desktop-schemas) ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("glib-networking", glib-networking) ("glib-networking" ,glib-networking)
("lua5.1-filesystem", lua5.1-filesystem) ("lua5.1-filesystem" ,lua5.1-filesystem)
("luajit", luajit) ("luajit" ,luajit)
("webkitgtk", webkitgtk) ("webkitgtk" ,webkitgtk)
("sqlite", sqlite))) ("sqlite" ,sqlite)))
(native-inputs (native-inputs
`(("pkg-config", pkg-config))) `(("pkg-config" ,pkg-config)))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(arguments (arguments
'(#:make-flags '(#:make-flags

View File

@ -3062,7 +3062,7 @@ select or poll.")
(native-inputs (native-inputs
`(("perl-test-fatal" ,perl-test-fatal) `(("perl-test-fatal" ,perl-test-fatal)
("perl-test-needs" ,perl-test-needs) ("perl-test-needs" ,perl-test-needs)
("perl-test-requiresinternet", perl-test-requiresinternet))) ("perl-test-requiresinternet" ,perl-test-requiresinternet)))
(propagated-inputs (propagated-inputs
`(("perl-encode-locale" ,perl-encode-locale) `(("perl-encode-locale" ,perl-encode-locale)
("perl-file-listing" ,perl-file-listing) ("perl-file-listing" ,perl-file-listing)

View File

@ -604,7 +604,7 @@ Haskell, no knowledge of the language is required to install and use it.")
("ghc-random" ,ghc-random) ("ghc-random" ,ghc-random)
("ghc-utf8-string" ,ghc-utf8-string) ("ghc-utf8-string" ,ghc-utf8-string)
("ghc-extensible-exceptions" ,ghc-extensible-exceptions) ("ghc-extensible-exceptions" ,ghc-extensible-exceptions)
("ghc-semigroups", ghc-semigroups) ("ghc-semigroups" ,ghc-semigroups)
("ghc-x11" ,ghc-x11) ("ghc-x11" ,ghc-x11)
("ghc-x11-xft" ,ghc-x11-xft) ("ghc-x11-xft" ,ghc-x11-xft)
("xmonad" ,xmonad))) ("xmonad" ,xmonad)))