Commit graph

3318 commits

Author SHA1 Message Date
Moritz Ulrich
36fca94805
Fix some issues in my packages reported by nixpkgs-lint.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-09-26 20:03:57 +00:00
Moritz Ulrich
2c5230cb64 password-store: Wrap script and set correct PATH.
pass is just a simple script to store passwords encrypted via gnupg in
a git repository. It uses many other tools, and until now relied on
them being in PATH.

This commit wraps the script and sets PATH.
2013-09-26 19:32:21 +00:00
Domen Kožar
16f722500e autojump: correctly set prefix 2013-09-26 20:23:43 +02:00
Jonas Hoersch
683310e05e autorandr: make the dependencies on xrandr and disper configurable by enableX params 2013-09-26 13:12:01 +02:00
Peter Simons
3a7efa38ba source-highlight: don't repeat the package name in meta.description 2013-09-26 11:12:12 +02:00
Domen Kožar
8f7545c45b autojump: 21.5.8 -> 21.6.9 2013-09-26 01:17:36 +02:00
Jonas Hoersch
cd902179db autorandr: add autorandr an automatic display configuration selector 2013-09-25 00:11:54 +02:00
Bjørn Forsman
ca591d30e4 asciidoc: fixup for matplotlib filter (remove .old/)
The matplotlib filter comes with an .old/ directory which contains a
chart-filter.conf file that asciidoc loads. I highly doubt that is intended.
2013-09-24 14:52:13 +02:00
Bjørn Forsman
a118a98970 asciidoc: add odf backend, for OpenDocument output
See https://github.com/dagwieers/asciidoc-odf for more info.

This plugin has a shebang with /bin/env instead of /usr/bin/env, so update the
patchPhase to handle both cases.

WARNING/TODO: Libreoffice says "General Error. General input/output error."
when I try to open the generated .fodp files. So the odt backend works fine,
but the odp backend does not.
2013-09-24 14:52:07 +02:00
Domen Kožar
d79e00e9d6 add arandr: simple visual front end for xrandr 2013-09-23 22:33:57 +02:00
Bjørn Forsman
381fd4fb61 asciidoc: add support for deckjs backend
deck.js is a JavaScript library for building modern HTML presentations.
2013-09-23 20:07:55 +02:00
Bjørn Forsman
ff4b28be47 asciidoc: add support for aafigure filter 2013-09-22 23:04:39 +02:00
Bjørn Forsman
524315194c asciidoc: add support for matplotlib filter 2013-09-22 23:04:39 +02:00
Bjørn Forsman
1b89cbb0ed asciidoc: add support for qrcode filter 2013-09-22 23:04:38 +02:00
Bjørn Forsman
8a2251549f asciidoc: support extra filters (ditaa, mscgen, diag)
Also, slightly change the shebang fixup in the patchPhase so that it
handles optional [[:space:]] before the interpreter path (needed for the
filters).

To enable the extra filters, put this in packageOverrides:

  asciidoc = pkgs.asciidoc.override {
    enableDitaaFilter = true;
    enableMscgenFilter = true;
    enableDiagFilter = true;
  };
2013-09-22 23:04:38 +02:00
Domen Kožar
ede9c79ea7 Merge pull request #998 from offlinehacker/logstash/update
logstash: update to 1.1.2
2013-09-21 07:54:52 -07:00
Jaka Hudoklin
6630a35d39 logstash: update to 1.1.2 2013-09-21 16:32:47 +02:00
bbenoist
b39debe886 mkpasswd: Update to 5.0.26
The previous version (5.0.26) has been removed from the debian ftp.
As the source URL is now down, our own hydra (not hydra.nixos.org) failed
to build the package.
This problem will occur again in the future since I only updated the URL
without relying on a "more stable" alternative (this merits a specific
discussion).
2013-09-20 10:43:50 +02:00
Andrew Morsillo
5e1a268b6b Bump networkmanagement version to 0.9.0.9 2013-09-18 20:43:17 -04:00
Jason \"Don\" O'Conal
4736e6d509 expect: fix build on freebsd? (close #981) 2013-09-18 20:50:13 +02:00
Eelco Dolstra
095fc0ebaa nix-repl: Add 2013-09-17 11:26:12 +02:00
Eelco Dolstra
f2254354f9 Fix Nixpkgs evaluation
https://hydra.nixos.org/build/6169018
2013-09-17 11:04:10 +02:00
Rob Vermaas
8041a33726 Add MegaCli, a command line tool to manage certain RAID cards. 2013-09-16 15:56:55 +02:00
Jack Cummings
122b19c429 netatalk-3.0.5 2013-09-15 22:54:57 -07:00
Marc Weber
513dad6527 colord, gusb: package.
Part of #517.
2013-09-15 11:53:11 +03:00
Ricardo M. Correia
1ac7ba823d tinc: Update to 1.0.22
close #957
2013-09-15 06:34:44 +03:00
Jason "Don" O'Conal
5bfb4a4f30 fail2ban: fix build on darwin (close #933) 2013-09-14 15:18:29 +02:00
Vladimír Čunát
961c2fe7c3 coreutils,gettext: don't change hash except for darwin
Also some style cleanup.
Note that defining an empty-string variable *does* change the hash.
I would like to change this behaviour one day
(clean up attrs when compiling the derivation).
2013-09-14 14:56:10 +02:00
Danie Roux
055e646bfc coreutils: Guard against compiler not supporting __builtin_stpncpy_chk
From https://lists.macosforge.org/pipermail/macports-dev/2011-July/015263.html:

5) Building with a compiler that doesn't support newer __builtins

If your port uses MacPorts compilers rather than the default compiler,
you may run into trouble with string functions.  You'll see errors at
link time about undefined __builtin_* functions.  If this happens, you
may want to compile with -D_FORTIFY_SOURCE=0 to tell the headers to
use unfortified versions which do not use compiler builtins.
2013-09-14 14:45:07 +02:00
Danie Roux
123ab78ee0 coreutils: Remove 8.19 reference 2013-09-14 14:45:07 +02:00
Danie Roux
c183c7b3ec coreutils: Make it build on OSX 10.0.8
Take patch from: https://lists.gnu.org/archive/html/bug-coreutils/2013-01/msg00119.html
2013-09-14 14:45:06 +02:00
Domen Kožar
e67a2479e1 add poedit 2013-09-13 20:42:49 +02:00
Bjørn Forsman
fe520e6d1f ditaa: new package
Ditaa is a small command-line utility written in Java, that can convert
diagrams drawn using ascii art ('drawings' that contain characters that
resemble lines like | / - ), into proper bitmap graphics.

Homepage: http://ditaa.sourceforge.net/
2013-09-12 17:25:09 +02:00
Peter Simons
c749c24076 tcpcrypt: patch tcpcryptd to run under uid 93 instead of 666 2013-09-11 17:24:32 +02:00
Rob Vermaas
aa28196ec4 Update hash for fail2ban 2013-09-11 10:44:14 +02:00
Vladimír Čunát
aa8e8303e1 Merge branch 'x-updates' into master 2013-09-11 08:37:03 +02:00
Eelco Dolstra
b73deae714 nix: Update to 1.6 2013-09-10 17:53:29 +02:00
Eelco Dolstra
64d648e92e Update nixUnstable 2013-09-10 13:57:32 +02:00
Rob Vermaas
eac934c83a Fix collectd, couldn't run due to missing pthread_cancel. 2013-09-09 13:05:50 +02:00
Rob Vermaas
3a8adb7014 Update nixops to 1.1 2013-09-09 13:03:59 +02:00
Peter Simons
0c5cf00829 tcpcrypt: add current HEAD of the Github master branch 2013-09-09 12:56:22 +02:00
Peter Simons
2aa0411562 cabal-install: update to version 1.18.0.1 2013-09-08 22:56:25 +02:00
Peter Simons
c4115d45a0 nbd: update to version 3.4 2013-09-08 21:12:34 +02:00
Vladimír Čunát
b1be46e932 Merge branch 'master' into x-updates 2013-09-07 16:19:46 +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
880ca8abbc cabal-install: add version 1.18.0 2013-09-06 23:35:10 +02:00
Sergey Mironov
fe6b021ee1 fuse-exfat: add FUSE-mounter for exFAT devices 2013-09-07 01:25:30 +04:00
Eelco Dolstra
692dfb6af9 Update nixUnstable 2013-09-06 11:42:11 +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
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
Jason "Don" O'Conal
7bfeed07e0 bacula: fix build on darwin 2013-09-06 10:33:28 +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
Bjørn Forsman
6167864aab source-highlight: 3.1.6 -> 3.1.7
From NEWS file (version 3.1.7):

  * fixed compilation bugs in MacOsX systems (thanks to
    Trevor Spiteri)
  * language definition for Lilypond (thanks to Federico Bruni)
  * language definition for R statistics programming language
  * language definition for ISLISP (thanks to Christian Jullien)
  * improved Erlang definition file (thanks to Erik Søe Sørensen)
  * new output format: ESC 256 ascii code (thanks to
    Xavier-Emmanuel Vincent).

(It still needs boost 1.53 for all tests to pass.)
2013-09-04 20:00:27 +02:00
Vladimír Čunát
90575ababb expect: fix postInstall library suffix on darwin 2013-09-04 10:15:32 +02:00
Mathijs Kwik
636ba8f4ad heimdall: upgrade to 1.4.0 2013-09-04 09:28:59 +02:00
Vladimír Čunát
590cee5d19 expect: "minor" update, no longer depends on X/Tk
ANN: https://groups.google.com/forum/#!topic/comp.lang.tcl/lwZjtKOfaLE
I hope this solves a darwin -lXss linkage problem.
(broke most X stuff through dejagnu -> libffi -> llvm or mesa)
2013-09-04 00:00:01 +02:00
Ricardo M. Correia
a1bb7c1cfa scrypt: New package 2013-09-03 01:49:58 +00: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
Peter Simons
fe273e8965 Revert "backup tools bup, storeBackup: implement sanity check" on behalf of Marc.
This reverts commit c823bc37d6. The
newly added test case needs more work to succeed on Hydra. See
<http://permalink.gmane.org/gmane.linux.distributions.nixos/11382>
for further details.
2013-09-01 21:32:40 +02:00
Evgeny Egorochkin
18ce7edd20 Merge pull request #893 from MarcWeber/submit/storebackup
backup tools bup, storeBackup: implement sanity check
2013-08-31 18:55:14 -07:00
Marc Weber
c823bc37d6 backup tools bup, storeBackup: implement sanity check
bup:
- update
- run make test (all tests seem to pass :-)
- add python.modules.readline
- add comment that there is no way to prune old revisions (yet)
2013-09-01 02:22:01 +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
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
Rob Vermaas
bd6eba997f Add collectd 5.4.0 2013-08-30 11:58:02 +02:00
Gergely Risko
41a52417fe Add meta attributes for jbig2enc 2013-08-29 00:54:53 +03:00
Gergely Risko
14912ca0b1 vboot_reference: add meta attributes and cleanups 2013-08-28 21:52:07 +02:00
Aristid Breitkreuz
eb6edc1cb1 update obexftp, required for new openobex 2013-08-28 21:20:56 +02:00
Aristid Breitkreuz
8b4fef8840 openobex-1.7.1 (1.5 could no longer be downloaded from kernel repositories) 2013-08-28 21:20:56 +02:00
Rickard Nilsson
4f6b248e16 smartmontools: Update driverdb to r3849, and fix broken url 2013-08-28 16:58:07 +02:00
Vladimír Čunát
2fda1165da Merge branch 'master' into x-updates 2013-08-28 10:37:41 +02:00
Evgeny Egorochkin
ce57c3e917 lbdb: fix formatting 2013-08-28 10:57:31 +03:00
Evgeny Egorochkin
deecf7e1cb Merge pull request #869 from j4/master
Add The Little Brother's Database (lbdb) package
2013-08-28 00:44:52 -07:00
Moritz Ulrich
65e5dd8f99 Fcron: Disable checks for root{name,group} and others.
This fixes building fcron. It was complaining it couldn't check root's
user name and the suggested flag (--with-rootname) didn't do anything.

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-08-27 22:22:57 +02:00
Jean-Alexandre Peyroux
1ffc963383 correct indent platforms line in default.nix 2013-08-27 14:39:38 +02:00
Jean-Alexandre Peyroux
ed522b59c6 Modif lbdb package. Following the remarks after the 1st commit.
* add in all-packages.nix sorted alphabetically
* add platforms and license in default.nix
2013-08-27 11:08:11 +02:00
Jean-Alexandre Peyroux
d0f40f17b8 Add The Little Brother's Database (lbdb) package 2013-08-27 09:28:36 +02:00
Domen Kožar
cf9a8f5d25 getmail: 4.20.0 -> 4.42.0 2013-08-25 10:55:44 +02:00
Domen Kožar
e0819b1e26 fcron: 3.0.4 -> 3.1.2 2013-08-23 15:06:07 +02:00
Bjørn Forsman
edd2d907a0 Remove jing_tools expression (now contained in jing expression itself)
The jing expression now creates its own "jing" wrapper script, so there
is no need for jing_tools anymore.

jing hasn't been updated in years, so I assume (or hope) that not many
(if any) have jing_tools in their configuration.nix. If you do, just
change it to jing and it should behave the same.
2013-08-22 23:20:10 +02:00
Bjørn Forsman
6c97e9ef72 duply: platforms.unix -> platforms.linux
Dependency ncftp fails to build on freebsd and darwin.
2013-08-22 22:06:45 +02:00
Bjørn Forsman
3f928466df jing-trang: update to version 20091111
Also add meta attributes and a wrapper for jing so that it can be
invoked directly from the shell as "jing" (similar to Debian/Ubuntu).
Trang already has such a wrapper.
2013-08-22 22:00:33 +02:00
Vladimír Čunát
c1e62e7e91 Merge branch 'master' into x-updates 2013-08-22 19:29:09 +02:00
Christophe Raffalli
2c089337e7 OpenSSH: add Kerberos support 2013-08-22 12:53:06 +03:00
Bjørn Forsman
61822435fd duply: new package
Duply is a shell front end for the duplicity backup tool
http://duplicity.nongnu.org/. It greatly simplifies it's usage by
implementing backup job profiles, batch commands and more. Who says
secure backups on non-trusted spaces are no child's play?

Homepage: http://duply.net/
2013-08-21 22:16:20 +02:00
Bjørn Forsman
8045289199 duplicity: add dependency on ncftp (makes ftp:// work)
ncftp increases the closure size with 5 MiB. Now it is at 310 MiB.
2013-08-21 20:58:14 +02:00
Bjørn Forsman
7a2bbda91d duplicity: 0.6.20 -> 0.6.21
Update to latest stable release. See changelog:

http://duplicity.nongnu.org/CHANGELOG
2013-08-21 20:58:14 +02:00
Bjørn Forsman
d65cea26dc ncftp: 3.2.4 -> 3.2.5
Also, add missing ncurses buildInput and add/update meta attributes. The
homepage is back up!
2013-08-21 20:58:14 +02:00
Peter Simons
77b9f28658 gnupg: update to version 2.0.21 2013-08-21 15:08:05 +02:00
Song Wenwu
540b998555 parcellite: update to 1.1.6
Set platforms and add myself as a maintainer.
2013-08-19 21:58:43 +02:00
Bodil Stokke
de462dcae2 Cleaned up ponysay build, and added maintainer metadata. 2013-08-18 18:23:35 +02:00
Peter Simons
d2194a294e mpack: add version 1.6 2013-08-17 14:42:06 +02:00
Peter Simons
588c8e062c haskell-lhs2tex: re-generate expression with recent version of cabal2nix 2013-08-17 11:39:11 +02:00
Ludovic Courtès
2e937c437a unmaintain several packages 2013-08-16 23:45:01 +02:00
Vladimir Still
eb97daf88d networking: Add bwm-ng expression. 2013-08-16 14:57:16 +02:00
Jason "Don" O'Conal
e822cc9c44 p7zip: fix build on darwin 2013-08-15 13:53:43 +10:00
aszlig
e8eea6c2c0
acoustid-fingerprinter: Add new package, v0.6.
This is the commandline tool for interacting with the chromaprint
library and it's needed for Picard version 1.2 (as it no longer has
support for AmpliFIND/PUIDs).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-14 20:50:58 +02:00
Domen Kožar
ab1c1773e2 python: fix alot by having magic and python_magic packages 2013-08-13 14:49:42 +02:00
Domen Kožar
1974c55d91 add python application substanced and it's dependencies 2013-08-13 11:14:24 +02:00
Jaka Hudoklin
941055dae9 curl: Add support for c-ares, asynchronous dns resolver 2013-08-12 19:53:08 +02:00