Commit graph

3296 commits

Author SHA1 Message Date
Domen Kožar 38a20082cd Merge pull request #1044 from bjornfor/description-fixes
Some description fixes
2013-10-05 10:40:02 -07:00
Bjørn Forsman 28ac782583 Some description fixes
There are many more packages to fix, this is just a start.

Rules:
 * Don't repeat the package name (not always that easy...)
 * Start with capital letter
 * Don't end with full stop
 * Don't start with "The ..." or "A ..."

I've also added descriptions to some packages and rewritten others.
2013-10-05 19:36:23 +02:00
Domen Kožar f82cfef944 add sshuttle: Transparent proxy server that works as a poor man's VPN 2013-10-05 16:46:56 +02:00
Jonas Hoersch 47a05b9aec autorandr: add coroa as a maintainer 2013-10-04 09:34:17 +02:00
Peter Simons 6b17f7d9ee pkgs/tools/security/seccure: store the expression in a file called "default.nix" 2013-10-03 17:09:02 +02:00
Peter Simons 883c10a663 Merge pull request #1013 from coroa/autorandr
autorandr: add autorandr an automatic display configuration selector
2013-10-03 06:58:43 -07:00
Rickard Nilsson 6d247f81b4 network-manager: Rename dispatcher service
Rename NetworkManager-dispatcher.service to
dbus-org.freedesktop.nm-dispatcher.service so it is found by systemd (NixOS
doesn't handle the Alias directive in the unit file)
2013-10-03 14:46:49 +02:00
Peter Simons a3ffa37065 cabal-install: update to version 1.18.0.2 2013-10-02 22:33:43 +02:00
Pascal Wittmann 51c48e2320 Add bgs, a simple background setter for X 2013-10-02 14:28:45 +02:00
Moritz Ulrich dc7ed72066 mu: Install msg2pdf (render html mail to pdf) and mug (gtk gui)
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-10-02 13:55:17 +02:00
Eelco Dolstra e26b828f4a memtest86+: Remove bogus executable bit 2013-10-02 12:32:12 +02:00
Eelco Dolstra b8cf0a32fd memtest86+: Update to 5.01 2013-10-02 12:32:12 +02:00
Eelco Dolstra feeac34635 Move memtest86+ to its own directory 2013-10-02 12:32:11 +02:00
Moritz Ulrich 62ea4e1d38 mu: update to 0.9.9.5
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-10-01 23:47:57 +02:00
Lluís Batlle i Rossell d19d528f97 Fixing filegie url 2013-10-01 09:19:46 +02:00
Lluís Batlle i Rossell d71b3724de Updating filegive to 0.7 2013-09-30 22:33:06 +02:00
Domen Kožar fc15a0da64 Merge pull request #991 from fignuts/master
Bump networkmanagement version to 0.9.0.9
2013-09-30 05:09:08 -07:00
Eelco Dolstra a7b9030c84 Revert "dblatex: add missing dependencies"
This reverts commit 0350bd3b48.  It
causes a huge increase in the closure size of dblatex, since it now
depends on GUI packages like Inkscape.  Also, statically depending on
teTeX might be annoying for people who use TeXlive.
2013-09-30 13:30:15 +02:00
Eelco Dolstra 61c63e8558 Revert "asciidoc: add missing dependencies"
This reverts commit aef81d6eb6.

It's really not good to have every little package that depends on
asciidoc to pull in 1.5 GiB in dependencies (such as Lilypond).
2013-09-30 13:30:15 +02:00
Peter Simons fb60751d86 Merge pull request #1025 from bjornfor/asciidoc-all-deps
asciidoc: add missing dependencies
2013-09-30 01:45:12 -07:00
Bjørn Forsman aef81d6eb6 asciidoc: add missing dependencies
The current asciidoc expression is impure; it relies on several tools to
be found in PATH at runtime. This commit adds a enableStandardFeatures
parameter that pulls in all dependencies and patches asciidoc to contain
full paths to the tools.

enableStandardFeatures defaults to true because asciidoc may attempt to
call all tools in its default configuration. With all standard features,
the closure size increases from 255 MiB to 1.5 GiB. Set
enableStandardFeatures = false if you want a minimal asciidoc.
2013-09-29 22:35:39 +02:00
Bjørn Forsman face28ea3d asciidoc: add/update meta attributes 2013-09-29 21:59:35 +02:00
Bjørn Forsman 7f28c64f11 fop: new package
fop is a XML formatter driven by XSL Formatting Objects (XSL-FO).

Homepage: http://xmlgraphics.apache.org/fop/
2013-09-29 21:59:34 +02:00
Domen Kožar a68128ab8c NetworkManager: 0.9.8.0 -> 0.9.8.4 2013-09-29 17:00:41 +02:00
Domen Kožar 5d1f57fe28 Merge pull request #1022 from iyzsong/fcitx
fcitx: update to 4.2.8.3
2013-09-29 03:53:54 -07:00
Bjørn Forsman 0350bd3b48 dblatex: add missing dependencies
imagemagick, transfig, inkscape, fontconfig and ghostscript was missing.

And pass --use-python-path at install time so that script shebangs end
up with #!/path/to/python instead of #!/path/to/env python.
2013-09-28 21:07:48 +02:00
Song Wenwu c3237756b4 fcitx: update to 4.2.8.3
Set platforms and add myself as a maintainer.
2013-09-28 19:44:52 +08:00
Peter Simons b4f10018cd screen: meta section cosmetic 2013-09-28 13:23:34 +02:00
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