Jason \"Don\" O'Conal
834cd6c886
beret: Fix build on darwin ( close #923 )
2013-09-08 10:32:25 +02:00
Evgeny Egorochkin
138c42b5e3
Merge pull request #928 from grwlf/fuse-exfat
...
fuse-exfat: add FUSE-mounter for exFAT devices
2013-09-06 16:07:22 -07:00
Peter Simons
71f04ebe84
haskell-regex-compat-tdfa: add version 0.95.1.2
2013-09-06 23:49:32 +02:00
Peter Simons
2692c6e170
haskell-rosezipper: add version 0.2
2013-09-06 23:35:12 +02:00
Peter Simons
c2c66fcda9
haskell-cmdtheline: add version 0.2.3
2013-09-06 23:35:11 +02:00
Peter Simons
0e8bf4f075
haskell-Strafunski-StrategyLib: add version 5.0.0.3
2013-09-06 23:35:11 +02:00
Peter Simons
4f827ec7d0
haskell-syz: add version 0.2.0.0
2013-09-06 23:35:11 +02:00
Peter Simons
880ca8abbc
cabal-install: add version 1.18.0
2013-09-06 23:35:10 +02:00
Peter Simons
9ed90073b3
haskell-Cabal: add version 1.18.0
2013-09-06 23:35:10 +02:00
Peter Simons
a508572731
haskell-cipher-{blowfish,camellia,des}: add new packages
2013-09-06 23:35:10 +02:00
Peter Simons
7527c19c27
Merge pull request #917 from errge/thyme
...
Add thyme haskell library
2013-09-06 14:29:48 -07:00
Sergey Mironov
fe6b021ee1
fuse-exfat: add FUSE-mounter for exFAT devices
2013-09-07 01:25:30 +04:00
Gergely Risko
b4a9ab5bd6
Add thyme haskell library
2013-09-06 10:37:21 +02:00
Jason "Don" O'Conal
ab0ca44ffb
texliveAggregationFunction: fix eval
...
vcunat edited to fix all cases (not just asymptote),
and a two "licnese" typos :-)
2013-09-06 10:34:09 +02:00
Rok Garbas
1f68487337
Merge pull request #919 from edwtjo/abook-0.6.0pre2
...
Added abook 0.6.0pre2
2013-09-06 01:22:06 -07:00
Jason "Don" O'Conal
c93d33b74e
asymptote: fix build on darwin
2013-09-06 10:19:46 +02:00
Jason "Don" O'Conal
bcec0454e9
texLive: fix build on darwin
...
vcunat edit: use ruby19 on all platforms now.
See #700 for discussion related to the changes.
2013-09-06 10:11:54 +02:00
Edward Tjörnhammar
485d22f862
Added abook 0.6.0pre2
...
Abook is a text-based addressbook program designed to use with mutt mail
client.
2013-09-06 05:37:28 +02:00
Jason "Don" O'Conal
9f19d23282
perlPackages.ack: fix build on darwin
2013-09-06 10:03:35 +10:00
Moritz Ulrich
be9b6c0fe2
GNU Stow: package - Symlink manager which makes it easy to manage dotfiles
2013-09-05 15:49:35 +03:00
Sander van der Burg
1642e3a6d7
libX11 is not in vice's rpath. this fixes it
2013-09-04 22:34:08 +02:00
Bjørn Forsman
99942d1fad
source-highlight: unbreak by using boost 1.53
...
One of the tests started failing when boost was bumped from 1.53 to 1.54
(in July). Instead of skipping the tests, fix it by using boost 1.53.
2013-09-04 20:00:27 +02:00
Rok Garbas
9ffc2dff98
updating node packages and adding few to the json list
...
- bower
- grunt-cli
- grunt-contrib-jshint
- grunt-contrib-requirejs
- grunt-contrib-less
- grunt-contrib-cssmin
- grunt-contrib-uglify
- grunt-karma
- karma-mocha
- karma-coverage
- karma-requirejs
- karma-sauce-launcher
- karma-chrome-launcher
- karma-junit-reporter
- almond
- lcov-result-merger
- coveralls
2013-09-04 19:29:15 +02:00
Mathijs Kwik
03c9a1fb33
linux 3.11
...
works fine for me, but nvidia binary driver fails once again
2013-09-04 09:29:00 +02:00
Peter Simons
c33d00bd64
Merge pull request #906 from ivan/fix-perl-1
...
Fix broken perl packages
2013-09-03 04:52:15 -07:00
Ivan Kozik
95b44f1adc
Update some perl packages
2013-09-03 09:58:06 +00:00
Ricardo M. Correia
a1bb7c1cfa
scrypt: New package
2013-09-03 01:49:58 +00:00
Evgeny Egorochkin
ddd1f7b52b
Get rid of old rake derivation that doesn't build
2013-09-02 23:51:03 +03:00
Peter Simons
0c5c9e31ff
haskell-groups: add version 0.3.0.0
2013-09-02 14:05:21 +02:00
Peter Simons
748c44df6f
haskell-crypto-random: add version 0.0.5
2013-09-02 14:05:21 +02:00
Peter Simons
ffe90114bd
haskell-case-insensitive: add version 1.1
2013-09-02 14:05:21 +02:00
Peter Simons
b3367cdfb9
haskell-packages.nix: transformers is a core package starting with ghc 7.7
2013-09-02 14:04:50 +02:00
Bjørn Forsman
b7d4c94d52
unoconv: new package
...
unoconv is a tool that converts between any document format supported by
LibreOffice/OpenOffice.
Example of how to convert an .odt file to .pdf:
unoconv -f pdf some-file.odt
Homepage: http://dag.wieers.com/home-made/unoconv/
Implementation notes:
unoconv must use the same python version as libreoffice (unless it will
not be able to load the pyuno module from libreoffice). And because we
recently switched to libreoffice 4.x, which uses python3, I had to
include unoconv-python3.patch. The patch comes from upstream unoconv.git
repo, so it will be included in the next release.
2013-09-02 07:11:58 +02:00
Evgeny Egorochkin
793fa68806
Merge pull request #892 from MarcWeber/submit/storebackup
...
adding store-backup
2013-08-31 16:23:23 -07:00
Marc Weber
6f6bc030f9
adding store-backup
2013-08-31 22:16:22 +02:00
Marc Weber
cf762c8f58
firebirdSuper settings
...
document why its better to not use --with-system-icu
See patch for nixos adding firebird service
Signed-off-by: Marc Weber <marco-oweber@gmx.de>
2013-08-31 23:05:32 +03:00
Gergely Risko
8dac1a5d0f
Add final haskell library
2013-08-31 16:10:09 +02:00
Bjørn Forsman
0526403461
basex: new package
...
BaseX is a very fast and light-weight, yet powerful XML database and
XPath/XQuery processor, including support for the latest W3C Full Text
and Update Recommendations. It supports large XML instances and offers a
highly interactive front-end (basexgui). Apart from two local standalone
modes, BaseX offers a client/server architecture.
Homepage: http://basex.org/
Implementation notes:
- I'm using the pre-built java package (because it's simple)
- I copied the basex.svg icon file from the Ubuntu package because I
couldn't find it anywhere else. It's 9.3 KiB.
2013-08-31 14:27:40 +02:00
Bjørn Forsman
36564b72fe
uncrustify: new package
...
Uncrustify is a source code beautifier for C, C++, C#, ObjectiveC, D,
Java, Pawn and VALA.
Homepage: http://uncrustify.sourceforge.net/
2013-08-31 09:42:20 +02:00
Aristid Breitkreuz
0c4185d37a
haskell: export callPackage to be able to create packages outside haskell-packages.nix
2013-08-30 19:45:51 +00:00
Bjørn Forsman
e8e76ac12e
dstat: enable color output
...
Give dstat access to the "curses" module in the Python standard library
so that it can color its output. This is similar to how other distros
package it (e.g. Fedora, Ubuntu).
2013-08-30 18:43:54 +02:00
Rob Vermaas
bd6eba997f
Add collectd 5.4.0
2013-08-30 11:58:02 +02:00
Peter Simons
539304754f
haskell-Chart-cairo: add version 1.0
2013-08-30 11:04:59 +02:00
Peter Simons
44801bf4fe
haskell-operational: add version 0.2.2.1
2013-08-30 11:04:45 +02:00
Shea Levy
39a7470c73
Add patch to Net::Amazon::S3 to enable credentials from the environment/instance roles
...
See https://github.com/pfig/net-amazon-s3/pull/25
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-08-29 07:28:33 -04:00
Gergely Risko
354746527d
Add platform meta attribute for perlPackages.ack
2013-08-28 23:51:38 +03:00
Shea Levy
a8a197587a
Add some Dist::Zilla plugins and their many deps
...
Definitely need to write a more complete cpan2nix
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-08-28 15:16:52 -04:00
Shea Levy
8bcfcac0c1
Add Dist::Zilla and its many deps
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-08-28 13:28:56 -04:00
Peter Simons
900ed0c353
Merge pull request #873 from errge/linear
...
Add linear haskell library
2013-08-28 03:10:58 -07:00
Domen Kožar
8b3aeda82c
Merge pull request #879 from matejc/newtarman
...
tarman: switch to newer version 0.1.3
2013-08-28 00:46:01 -07:00