Commit Graph

17725 Commits

Author SHA1 Message Date
Michael Raskin
af3d395cfe sgtpuzzles: update to revision 10286; rewrite completely to avoid reliance on builderDefs features 2015-07-05 11:57:49 +03:00
Charles Strahan
e199d9e844 urxvt-perl: init at 2015-01-16
Includes two extensions for `urxvt`:

* fullscreen: Toggle fullscreen for terminal
* newterm:    Open a new terminal in your current working directory
2015-07-05 00:12:50 -04:00
William Casarin
d1590482cf cudatoolkit: generalize derivations, add cuda7
There is not much different between the cudatoolkit
expressions:

  pkgs/development/compilers/cudatoolkit/5.5.nix
  pkgs/development/compilers/cudatoolkit/6.0.nix
  pkgs/development/compilers/cudatoolkit/6.5.nix

This commit removes those and replaces them with

  pkgs/development/compilers/cudatoolkit/generic.nix

and adds cudatoolkit version 7
2015-07-04 17:05:50 -07:00
Thomas Strobel
36f2ec82cc tmp-luks: init at 0.9pre 2015-07-04 23:57:59 +02:00
Bjørn Forsman
7f6667f979 python-namebench: bump 1.0.5 -> 1.3.1 2015-07-04 20:17:24 +02:00
Bjørn Forsman
a7b6e152bb python-namebench: enable GUI support
tkinter apparently doesn't exist for pypy, hence it is disabled for that
interpreter.
2015-07-04 20:17:01 +02:00
Bjørn Forsman
8e4edf52dc python-namebench: fix error preventing it from starting
namebench expects to be run from its own source tree (it uses relative
paths to various resources), make it work.

The current version fails like this:

  $ ./result/bin/namebench.py
  Traceback (most recent call last):
    File "/nix/store/04d29llycr5xcxplfv4gn556nzm1mrl7-python2.7-namebench-1.0.5/bin/.namebench.py-wrapped", line 46, in <module>
      (options, supplied_ns, global_ns, regional_ns) = config.GetConfiguration()
    File "/nix/store/04d29llycr5xcxplfv4gn556nzm1mrl7-python2.7-namebench-1.0.5/lib/python2.7/site-packages/libnamebench/config.py", line 27, in GetConfiguration
      (configured_options, global_ns, regional_ns) = ProcessConfigurationFile(options)
    File "/nix/store/04d29llycr5xcxplfv4gn556nzm1mrl7-python2.7-namebench-1.0.5/lib/python2.7/site-packages/libnamebench/config.py", line 100, in ProcessConfigurationFile
      general = dict(config.items('general'))
    File "/nix/store/z6vp5aix4ks1zdjdry7v7dahg8dd02sy-python-2.7.10/lib/python2.7/ConfigParser.py", line 642, in items
      raise NoSectionError(section)
  ConfigParser.NoSectionError: No section: 'general'
2015-07-04 20:12:16 +02:00
vbgl
3d70bd2763 Merge pull request #8635 from FRidh/patsy
patsy: init at 0.3.0
2015-07-04 17:37:37 +02:00
Mateusz Kowalczyk
2bd811155e Merge pull request #8603 from ts468/upstream.xen
Xen related stuff
2015-07-04 16:13:33 +01:00
Frederik Rietdijk
be7dce488a patsy: init at 0.3.0 2015-07-04 15:22:56 +02:00
William Casarin
9d85874aeb lmdb: lightning memory-mapped database 2015-07-04 05:06:29 -07:00
Frederik Rietdijk
e0d32691a5 pytz: 2013.9 -> 2015.4 2015-07-04 13:55:03 +02:00
lethalman
8722e5453e Merge pull request #8584 from robbinch/pkg-python-atomiclong
python-packages: Add atomiclong.
2015-07-04 13:22:27 +02:00
lethalman
2d49c104a3 Merge pull request #8623 from FRidh/cytoolz
cytoolz: init at 0.7.3
2015-07-04 13:08:15 +02:00
lethalman
39722b552e Merge pull request #8622 from FRidh/toolz
toolz: init at 0.7.2
2015-07-04 13:07:16 +02:00
Arseniy Seroka
093a8994f9 Merge pull request #8624 from ambrop72/minidlna-update
minidlna 1.1.4
2015-07-04 13:59:32 +03:00
Arseniy Seroka
36a7b25282 Merge pull request #8608 from datakurre/datakurre-master-dot2tex
dot2tex: init at 2.9.0
2015-07-04 13:58:29 +03:00
Arseniy Seroka
a9a2868095 Merge pull request #8626 from ts468/upstream.chaps
New: chaps: PKCS #11 implementation with TPM backend
2015-07-04 13:58:06 +03:00
Thomas Strobel
b73e917237 chaps: init at version 0.42-6812
Chaps is a PKCS #11 implementation with TPM backend.
2015-07-04 12:53:09 +02:00
Asko Soukka
198ea49d8a dot2tex: init at 2.9.0 2015-07-04 12:56:30 +03:00
Frederik Rietdijk
0a3e430e85 toolz: init at 0.7.2 2015-07-04 09:57:31 +02:00
Frederik Rietdijk
7aacf74cc7 cytoolz: init at 0.7.3 2015-07-04 09:56:36 +02:00
Charles Strahan
737de61912 urxvt-font-size: init 2015-07-04 03:17:52 -04:00
Ambroz Bizjak
42a5ad5c5e minidlna: 1.0.25 -> 1.1.4
Changes:
- gettext is needed to build
- Switched to using non-legacy ffmpeg.
- Removed ffmpeg stuff from include path since it causes build errors related to
a time.h header.
- Removed unneeded patch.
- Adjusted NixOS service due to the binary being renamed.
2015-07-04 09:16:28 +02:00
Charles Strahan
44594e851c xsensors: init at 0.70 2015-07-03 22:55:10 -04:00
Thomas Strobel
91b85236d0 Virtualization: add XEN/KVM related drivers for Windows 2015-07-04 00:14:05 +02:00
lethalman
5a2d1fedbc Merge pull request #8615 from kamilchm/albatross
New GTK theme - Albatross from Shimmer Project
2015-07-03 09:57:16 +02:00
Kamil Chmielewski
6db7437a64 New GTK theme - Albatross from Shimmer Project
http://shimmerproject.org/our-projects/albatross/
2015-07-03 08:40:40 +02:00
Tobias Geerinckx-Rice
dfdcbb3640 python-packages: prompt_toolkit 0.41 -> 0.42 2015-07-03 04:13:02 +02:00
Thomas Strobel
649697ddcf Xen: add XEN 4.5.1 2015-07-02 16:37:03 +02:00
Arseniy Seroka
afa1f5ba22 Merge pull request #8586 from vbgl/ocaml-updates
Ocaml package updates
2015-07-02 12:06:29 +03:00
Arseniy Seroka
bc9079dc53 Merge pull request #8589 from matthiasbeyer/update-klaus
klaus: 0.4.9 -> 0.4.10
2015-07-02 03:16:32 +03:00
Matthias Beyer
279057da8d klaus: 0.4.9 -> 0.4.10 2015-07-01 20:47:04 +02:00
Vincent Laporte
dab57252b1 ocaml-qcheck: init at 0.4.0.1 2015-07-01 20:23:19 +02:00
Matthias Beyer
95578b07f7 khard: init at 0.4.0 2015-07-01 20:06:06 +02:00
Robbin C
1969397ead atomiclong: init at 0.1.1. 2015-07-01 22:31:34 +08:00
Arseniy Seroka
9661e477bc Merge pull request #8563 from akaWolf/master
Updated qtox to the last version
2015-07-01 17:16:16 +03:00
Shea Levy
dd9530c819 Merge remote-tracking branch 'projectorhq/riemann-tools'
Add riemann-tools package and service
2015-07-01 08:45:33 -04:00
Shea Levy
145768bf9b Unmaintain a bunch of packages 2015-07-01 08:11:05 -04:00
Artjom Vejsel
68f4a0f0ea libtoxcore: added new-api version 2015-07-01 14:38:56 +03:00
Artjom Vejsel
6a6ecde159 filter-audio library: init at 20150624 2015-07-01 14:37:59 +03:00
Robert Pitts and Trenton Strong
bbb36ea039 Add riemann-tools to nixpkgs
Adds package via bundlerEnv and service for Riemann health.
2015-06-30 17:16:51 -04:00
Charles Strahan
433a13d12a taffybar: init with-packages wrapper
This provides a wrapper around taffybar, in a fashion similar to how
package xmonad.
2015-06-30 11:11:43 -04:00
Carles Pagès
3dd09ed069 Merge pull request #8524 from cpages/master
abcde: update to 2.7 and fix mp3 tagging
2015-06-30 15:04:47 +02:00
Tuomas Tynkkynen
d013de6d32 U-Boot: Update to 2015.04 and major refactor
Instead of selecting the defconfig based on stdenv.platform.uboot,
provide different ubootFoo packages. Otherwise we couldn't easily build
U-Boots for different platforms than what we are currently running on.

All users of the ubootChooser function appear to be using only CLI tools
like mkimage, whose behaviour is not affected by the defconfig (their
build outputs are bitwise-identical). So add a separate package for the
CLI tools.

Of the removed patches, some version of sheevaplug-sdio.patch has
apparently been applied upstream (with at least mv_sdio.c renamed to
mvebu_mmc.c). sheevaplug-config.patch needs rebasing & re-testing on
real hardware.

Tested boards and input/output methods that upstream supports:
 - Raspberry Pi:
    - HDMI works, USB keyboard not yet supported
    - Serial via the 26-pin connector (3.3V)
 - pcDuino3 Nano:
    - HDMI + USB keyboard (only if attached to a hub)
    - Serial via the 3-pin connector (3.3V)
 - Jetson TK1: RS-232 serial port only
 - Versatile Express CA9 (for QEMU only): Serial via '-serial stdio'
2015-06-30 10:49:56 +03:00
Tuomas Tynkkynen
1793fdbfb1 platforms.nix: Remove IntegratorCP and Versatile
These ARM boards are very old and quite likely used only for booting in
QEMU emulation. I'll focus on making the multiplatform image easy to
boot in QEMU instead.
2015-06-30 10:33:25 +03:00
Arseniy Seroka
3862fd57fe Merge pull request #8526 from matthiasbeyer/add-klaus
Package: klaus + dependencies
2015-06-29 19:08:38 +03:00
Matthias Beyer
5344e4db4d klaus: init at 0.4.9 2015-06-29 17:55:33 +02:00
Matthias Beyer
ce10f31e0e httpauth: init at 0.2 2015-06-29 17:55:32 +02:00
Matthias Beyer
886a872853 humanize: init at 0.5.1 2015-06-29 17:55:32 +02:00