Commit graph

22245 commits

Author SHA1 Message Date
Peter Simons
a0855b296c haskell-ng: more test suite failures 2015-02-02 14:13:22 +01:00
Peter Simons
707f75ddab haskell-duplo: test suite fails (although harmlessly) 2015-02-02 14:13:22 +01:00
Peter Simons
9a33055dc0 haskell-MoeDict is broken 2015-02-02 14:13:22 +01:00
Peter Simons
f87871d266 haskell-hub is broken 2015-02-02 14:13:22 +01:00
Peter Simons
280cf7f3e3 haskell-th-alpha is broken 2015-02-02 14:13:22 +01:00
Peter Simons
c24214185c hackage-packages.nix: re-generate from Hackage 2015-02-02T11:13:36+0100 2015-02-02 14:13:22 +01:00
Peter Simons
87c7fb24ed Merge pull request #6027 from offlinehacker/pkgs/godep/add
Add godep, dependency tool for go
2015-02-02 11:42:03 +01:00
Peter Simons
928f255c30 haskell-readline: add missing (undeclared) dependencies in readline and ncurses
Fixes https://github.com/NixOS/nixpkgs/issues/6085.
2015-02-02 11:10:50 +01:00
Michael Raskin
9b29267511 Oops, botched SBCL update, fixing source hash 2015-02-01 23:55:31 +03:00
Michael Raskin
9e7afd50fb Simplify update metadata for DirectFB 2015-02-01 18:43:13 +03:00
Michael Raskin
c6dfb67059 Fresh LibreOffice 4.4 at least starts to build 2015-02-01 18:41:33 +03:00
Michael Raskin
594f33bb17 Update SBCL 2015-02-01 18:41:33 +03:00
Michael Raskin
f2b8738400 Update eigen 2015-02-01 18:41:32 +03:00
Michael Raskin
26195203b1 Update libgphoto2 2015-02-01 18:41:32 +03:00
Michael Raskin
bd38418e1a Update SlimerJS 2015-02-01 18:41:32 +03:00
lethalman
762f32b772 Merge pull request #6083 from AndersonTorres/master
Libunique3 (version 3.0.2): New package
2015-02-01 16:35:33 +01:00
Renzo Carbonara
886575ec1a New packages: Hunspell dictionaries for Spanish, Italian and French.
These aren't readily picked up by Hunspell-compatible software such as
Firefox or LibreOffice just yet, as they need to be setup to look for
the dictionaries at the proper paths. Nevertheless, one can point
Hunspell-compatible tools to, say, $HOME/.nix-profile/share/hunspell and
they will find the dictionaries:

  % echo "bonjor" | hunspell -d fr-classique
  Can't open affix or dictionary files for dictionary named "fr-classique".

  % export DICPATH=$HOME/.nix-profile/share/hunspell
  % echo "bonjor" | hunspell -d fr-classique
  Hunspell 1.3.3
  & bonjor 1 0: bonjour

The full list of packages added:

hunspellDicts.es-any         hunspell-dict-es-any-rediris-0.7
hunspellDicts.es-ar          hunspell-dict-es-ar-rediris-0.7
hunspellDicts.es-bo          hunspell-dict-es-bo-rediris-0.7
hunspellDicts.es-cl          hunspell-dict-es-cl-rediris-0.7
hunspellDicts.es-co          hunspell-dict-es-co-rediris-0.7
hunspellDicts.es-cr          hunspell-dict-es-cr-rediris-0.7
hunspellDicts.es-cu          hunspell-dict-es-cu-rediris-0.7
hunspellDicts.es-do          hunspell-dict-es-do-rediris-0.7
hunspellDicts.es-ec          hunspell-dict-es-ec-rediris-0.7
hunspellDicts.es-es          hunspell-dict-es-es-rediris-0.7
hunspellDicts.es-gt          hunspell-dict-es-gt-rediris-0.7
hunspellDicts.es-hn          hunspell-dict-es-hn-rediris-0.7
hunspellDicts.es-mx          hunspell-dict-es-mx-rediris-0.7
hunspellDicts.es-ni          hunspell-dict-es-ni-rediris-0.7
hunspellDicts.es-pa          hunspell-dict-es-pa-rediris-0.7
hunspellDicts.es-pe          hunspell-dict-es-pe-rediris-0.7
hunspellDicts.es-pr          hunspell-dict-es-pr-rediris-0.7
hunspellDicts.es-py          hunspell-dict-es-py-rediris-0.7
hunspellDicts.es-sv          hunspell-dict-es-sv-rediris-0.7
hunspellDicts.es-uy          hunspell-dict-es-uy-rediris-0.7
hunspellDicts.es-ve          hunspell-dict-es-ve-rediris-0.7
hunspellDicts.fr-any         hunspell-dict-fr-any-dicollecte-5.2
hunspellDicts.fr-classique   hunspell-dict-fr-classique-dicollecte-5.2
hunspellDicts.fr-moderne     hunspell-dict-fr-moderne-dicollecte-5.2
hunspellDicts.fr-reforme1990 hunspell-dict-fr-reforme1990-dicollecte-5.2
hunspellDicts.it-it          hunspell-dict-it-it-linguistico-2.4
hunspellDicts.en-us      hunspell-dict-en-us-wordlist-2014.11.17
hunspellDicts.en-ca      hunspell-dict-en-ca-wordlist-2014.11.17
hunspellDicts.en-gb-ise  hunspell-dict-en-gb-ise-wordlist-2014.11.17
hunspellDicts.en-gb-ize  hunspell-dict-en-gb-ize-wordlist-2014.11.17

Added myself to maintainers.nix
2015-02-01 15:00:49 +01:00
Peter Simons
9c26f3b2f4 hackage-packages.nix: re-generate from Hackage 2015-02-01T12:17:28+0100
- trifecta: build should succeed without patches now
 - th-desugar: version 1.5 breaks important packages (like singletons)
 - haskell-hannahci: mark "broken"
2015-02-01 14:03:48 +01:00
Tomas Hlavaty
461e7dd662 added libpst 2015-02-01 13:22:48 +01:00
AndersonTorres
1ab03fe034 Libunique3 (version 3.0.2): New package
Libunique is a library to write single instance applications.

I am creating a new package instead of upgrading the old one because
Mate uses libunique 3.x and other projects not (as far as I know).
2015-02-01 09:55:14 -02:00
Sven Keidel
b50cabf2d4 cool-old-term: rename to cool-retro-term (close #6071)
The project has changed its name to cool-retro-term. The project also added a
dependency that is included as a submodule. I added this dependency as a
separate expression.
2015-01-31 19:23:45 +01:00
lethalman
59d1d46088 Merge pull request #6069 from arno01/cherrytree
Adds a new package: cherrytree - A hierarchical note taking application
2015-01-31 14:42:08 +01:00
Jascha Geerds
a90106eb22 Merge pull request #6065 from arno01/utox
libtoxcore, utox, qtox, toxic: Update to the newest Dev version
2015-01-31 11:26:14 +01:00
Andrey Arapov
522d059dc9 libtoxcore, utox, qtox, toxic: Update to the newest Dev version 2015-01-31 03:20:12 +01:00
Andrey Arapov
9f623a820d Adds a new package: cherrytree - A hierarchical note taking application
cherrytree - A hierarchical note taking application, featuring rich text
and syntax highlighting, storing data in a single xml or sqlite file.

This commit also adds PyGtkSourceView - a Python wrapper for the GtkSourceView widget library.

Official page http://www.giuspen.com/cherrytree
2015-01-31 02:17:00 +01:00
Vincent Laporte
0b9e2f8798 Adds ocaml-cpdf
A range of tools to modify PDF files and a corresponding OCaml library

Homepage: http://www.coherentpdf.com/
2015-01-30 20:04:42 +01:00
Peter Simons
14cd6ae2a9 haskell-cartel: fix build with ghc 7.10.1 2015-01-30 18:43:29 +01:00
lethalman
1335946d61 Merge pull request #6039 from np/filter_audio
Add filter_audio
2015-01-30 15:47:57 +01:00
Peter Simons
7ccd363015 Merge pull request #6059 from joelmo/python-graph-tool
add graph-tool
2015-01-30 13:33:49 +01:00
Joel Moberg
7b33a74235 Add graph-tool 2015-01-30 13:13:02 +01:00
Peter Simons
3ced26be95 hackage-packages: re-generate from Hackage 2015-01-30T10:29:45+0100 2015-01-30 12:10:55 +01:00
Ragnar Dahlén
aaa6d79300 Clojure: boot: Add new derivation for boot build tooling 2015-01-30 09:33:55 +00:00
Pascal Wittmann
3c7e1ef698 Merge pull request #5866 from nckx/maven
maven 3.2.3 -> 3.2.5
2015-01-30 10:17:35 +01:00
Eelco Dolstra
f0f99d5212 Merge pull request #6051 from victoredwardocallaghan/php
php: update from 5.4.35 to 5.4.37
2015-01-29 19:03:53 +01:00
Pascal Wittmann
d25bf1519e Merge pull request #6047 from k0ral/webkitgtk
webkitgtk: 2.6.4 -> 2.6.5
2015-01-29 16:20:49 +01:00
Edward O'Callaghan
ed232ef5f8 php: update from 5.4.35 to 5.4.37
Potentially fixes CVE-2014-8142, CVE-2014-9427, CVE-2015-0231, CVE-2015-0232

Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
2015-01-30 01:54:20 +11:00
Peter Simons
e439e1dfa8 haskell-HGraphStorage does not compile. 2015-01-29 15:31:49 +01:00
Peter Simons
04f12cc838 Avoid build errors in Haskell packages sdf2p1-parser, grid, and stratum-tool. 2015-01-29 15:31:49 +01:00
Peter Simons
51de585de2 haskell-text-show: test suite doesn't compile because of missing overlap.h header 2015-01-29 15:31:49 +01:00
Peter Simons
c924672374 haskell-configuration-ghc-7.8.x: smtp-mail-ng compiles now 2015-01-29 15:31:49 +01:00
Peter Simons
a065319173 hackage-packages.nix: re-generate from Hackage 2015-01-29T10:57:55+0100 2015-01-29 15:31:49 +01:00
Pascal Wittmann
d72047882e Merge pull request #6043 from victoredwardocallaghan/bladeRF
libraries/libbladeRF: Fix documentation build
2015-01-29 12:10:24 +01:00
koral
2a64bd0e49 webkitgtk: 2.6.4 -> 2.6.5 2015-01-29 11:16:42 +01:00
Vincent Laporte
db75b5d052 merlin: update from 2.1 to 2.1.1 2015-01-29 08:43:15 +01:00
Vincent Laporte
54c8a82818 utop: wrap all installed programs 2015-01-29 08:43:15 +01:00
Edward O'Callaghan
67d0569b25 libraries/libbladeRF: Fix documentation build
Some of the documentation is built with pandoc using
some custom bash script. We need to fixup the shebang
for that script to correctly run. Other parts of the
documentation is built using help2man and doxygen.

We also make libtecla a dependency for interactive
help support.

There is an upstream bug that makes builds fail when
pandoc is in PATH. Most importantly however, the
man pages should now build and install correctly.

Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
2015-01-29 16:50:41 +11:00
Peter Simons
78980ea300 hackage-packages: re-generate from Hackage 2015-01-28T23:33:14+0100 2015-01-28 23:40:48 +01:00
Nicolas Pouillard
7707d35a08 Add filter_audio 2015-01-28 23:39:57 +01:00
Arseniy Seroka
7e638e0809 lushtags: mark as broken 2015-01-29 01:33:24 +03:00
Ambroz Bizjak
daa77cb0b2 cloog-ppl: Move build inputs to nativeBuildInputs.
This fixes cross-compilation since then we don't try to cross-compile Perl.
2015-01-28 22:30:53 +01:00