Age | Commit message (Collapse) | Author |
|
* gnu/packages/haskell.scm (ghc-tasty-kat): New variable.
|
|
* gnu/packages/haskell.scm (ghc-asn1-parse): New variable.
|
|
* gnu/packages/haskell.scm (ghc-asn1-encoding): New variable.
|
|
* gnu/packages/haskell.scm (ghc-asn1-types): New variable.
|
|
* gnu/packages/haskell.scm (ghc-pem): New variable.
|
|
* gnu/packages/haskell.scm (ghc-hourglass): New variable.
|
|
* gnu/packages/haskell.scm (ghc-byteable): New variable.
|
|
* gnu/packages/haskell.scm (ghc-http-client): New variable.
|
|
* gnu/packages/haskell.scm (ghc-mime-types): New variable.
|
|
* gnu/packages/haskell.scm (ghc-hslua): New variable.
|
|
* gnu/packages/haskell.scm (ghc-sha): New variable.
|
|
* gnu/packages/haskell.scm (ghc-juicypixels): New variable.
|
|
* gnu/packages/haskell.scm (ghc-mmap): New variable.
|
|
* gnu/packages/haskell.scm (ghc-filemanip): New variable.
|
|
* gnu/packages/haskell.scm (ghc-yaml): New variable.
|
|
* gnu/packages/haskell.scm (ghc-mockery): New variable.
|
|
* gnu/packages/haskell.scm (ghc-logging-facade): New variable.
|
|
* gnu/packages/haskell.scm (ghc-conduit): New variable.
|
|
* gnu/packages/haskell.scm (ghc-hspec-contrib): New variable.
|
|
* gnu/packages/haskell.scm (ghc-aeson-qq): New variable.
|
|
* gnu/packages/haskell.scm (ghc-haskell-src-meta): New variable.
|
|
* gnu/packages/haskell.scm (ghc-th-orphans): New variable.
|
|
* gnu/packages/haskell.scm (ghc-th-reify-many): New variable.
|
|
* gnu/packages/haskell.scm (ghc-th-expand-syns): New variable.
|
|
* gnu/packages/haskell.scm (ghc-th-lift): New variable.
|
|
* gnu/packages/haskell.scm (ghc-packedstring): New variable.
|
|
* gnu/packages/haskell.scm (ghc-enclosed-exceptions): New variable.
|
|
* gnu/packages/haskell.scm (ghc-executable-path): New variable.
|
|
* gnu/packages/haskell.scm (ghc-cmark): New variable.
|
|
* gnu/packages/haskell.scm (ghc-highlighting-kate): New variable.
|
|
* gnu/packages/haskell.scm (ghc-diff): Add variable.
|
|
* gnu/packages/haskell.scm (ghc-regex-pcre-builtin): New variable.
|
|
* gnu/packages/haskell.scm (ghc-texmath): New variable.
|
|
* gnu/packages/haskell.scm (ghc-pandoc-types): New variable.
|
|
* gnu/packages/haskell.scm (ghc-deepseq-generics): New variable.
|
|
* gnu/packages/haskell.scm (ghc-aeson)[inputs]: Move
"ghc-unordered-containers" from here ...
[propagated-inputs]: ... to here.
|
|
* gnu/packages/haskell.scm (ghc-haskell-src-exts)[inputs]: Remove field.
[propagated-inputs]: Move "cpphs", "ghc-mtl", "ghc-happy", and "ghc-syb"
from inputs field here.
[native-inputs]: Move "ghc-smallcheck", "ghc-tasty",
"ghc-tasty-smallcheck", and "ghc-tasty-golden" from inputs field here.
|
|
* gnu/packages/emacs.scm (emacs-w3m): Update to 1.4.538+0.20141022.
[arguments]: Use '--without-compress-install' configure flag.
|
|
* gnu/packages/emacs.scm (emacs-w3m)[arguments]: Use 'modify-syntax'.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2015.12.09.
[native-inputs]: Move python-setuptools here.
|
|
* gnu/packages/gnome.scm (vte): Update to 0.42.1.
|
|
* gnu/packages/gnome.scm (libsecret): Update to 0.18.3.
|
|
* gnu/packages/gnome.scm (libgnome-keyring): Update to 3.12.0.
|
|
* gnu/packages/mail.scm (gmime): Update to 2.6.20.
[arguments]: Use modify-phases syntax.
|
|
* gnu/packages/guile.scm (guile-sly)[source]: Use 'https'. Failing to
do that, we get redirected to 'https', which fails because GnuTLS is
missing.
|
|
* gnu/packages/python.scm (python-pillow, python2-pillow): Update to 3.0.0.
|
|
* gnu/packages/linux.scm (numactl)[source]: Update to 2.0.10.
[arguments]: Adapt phases to use the autotools machinery.
[native-inputs]: Add autotools packages.
|
|
* gnu/packages/gnome.scm (glade3): Update to 3.8.5.
|
|
* gnu/packages/autogen.scm (autogen): Update to 5.18.7.
|
|
The Node build system was previously building its own copies of
OpenSSL (yikes!), libuv, and zlib.
* gnu/packages/node.scm (node)[inputs]: Add openssl, libuv, and zlib.
[arguments]: Add configure flags for using system libraries. Use
'modify-phases' syntax.
|