Commit Graph

47578 Commits

Author SHA1 Message Date
Michael Raskin
2f0b2be1f2 Merge pull request #3632 from vbgl/ocaml-csv
Adds ocaml library “csv”
2014-08-23 13:04:52 +04:00
Jaka Hudoklin
84ea03fa3f nixos: add neo4j database module 2014-08-23 13:11:09 +04:00
Jaka Hudoklin
503b8afa3f Add neo4j database 2014-08-23 13:11:08 +04:00
Michael Raskin
35bf361608 Merge pull request #3615 from bosu/tigervnc-xkb-fix
tigervnc: fix xkb configuration for Xvnc
2014-08-23 12:54:49 +04:00
Michael Raskin
1375ac9032 Merge pull request #3605 from michelk/qgis
qgis: update 1.8.0 -> 2.4.0 and adding sip
2014-08-23 12:54:23 +04:00
Michael Raskin
dec865c88c Merge pull request #3583 from ts468/thermald
Add thermald: Linux Thermal Daemon
2014-08-23 12:49:59 +04:00
Michael Raskin
0d95c5c647 Merge pull request #3553 from vcunat/p/keyboards
initrd.availableKernelModules: add support for keyboards
2014-08-23 12:49:04 +04:00
Michael Raskin
a2f96adb3d Merge pull request #3549 from pmahoney/php-pdo-pgsql
php: Compile pdo_pgsql support
2014-08-23 12:48:30 +04:00
Michael Raskin
2991b5a2f3 Merge pull request #3529 from AndersonTorres/bochs
Bochs: update to version 2.6.6
2014-08-23 12:48:05 +04:00
Michael Raskin
327074682f Merge pull request #3522 from ryantm/patch-1
add note about mutableUsers to user management section
2014-08-23 12:47:42 +04:00
Michael Raskin
c80f325109 Merge pull request #3514 from deepfire/chntpw
chntpw:  new expression
2014-08-23 12:47:17 +04:00
Michael Raskin
4a56121d8e Merge pull request #3505 from Shados/fix-initrd-modprobe
initrd: Fixed to include/use modprobe config files
2014-08-23 12:46:28 +04:00
Michael Raskin
bd9e07c24c Merge pull request #3352 from luke-clifton/master
Added abduco
2014-08-23 12:40:44 +04:00
Michael Raskin
eaac469f11 Merge pull request #3337 from tailhook/node_permission_error
Add `--no-same-permission` to `tar` command in node package builder
2014-08-23 12:38:35 +04:00
Vincent Laporte
f439cc7cf6 Adds javalib and sawja
Javalib is a library that parses Java .class files into OCaml data
structures. Sawja is a library written in OCaml, relying on Javalib to
provide a high level representation of Java bytecode programs.

Homepage: http://sawja.inria.fr/
2014-08-23 12:44:16 +04:00
Michael Raskin
15ec9bdeba Merge pull request #3328 from wavewave/krb5fix
krb5: explicitly giving --with-tcl=no option for configure to remove imp...
2014-08-23 12:28:23 +04:00
Michael Raskin
d459b587e4 Merge pull request #3299 from vbgl/erratique-uu
Adds OCaml libraries: uucd, uunf, uutf and xmlm
2014-08-23 12:25:55 +04:00
Edward Tjörnhammar
1615be91ef Add mlmmj package and nixos module. 2014-08-23 12:30:45 +04:00
Michael Raskin
c0da615c02 Merge pull request #3230 from robberer/module/httpd
httpd: disable logging when logFormat = "none"
2014-08-23 11:37:48 +04:00
Michael Raskin
38d9a1cf0e Merge pull request #3240 from ehmry/siproxd
siproxd: initial service expression
2014-08-23 11:30:18 +04:00
Aycan iRiCAN
c314c0dc68 Merge pull request #3723 from MP2E/lens_v4_4_0_1_update
Lens update to v4.4.0.1
2014-08-23 10:20:34 +03:00
Aycan iRiCAN
f37457f196 Merge pull request #3722 from bergey/diagrams
haskell Diagrams libraries
2014-08-23 10:17:34 +03:00
Michael Raskin
0505eabc6d Merge pull request #3087 from wkennington/master.sit
nixos/network-interfaces: Add sit interfaces
2014-08-23 11:15:41 +04:00
Michael Raskin
e4f9e321ca Merge pull request #3069 from danielzinn/add_cuda_6
Allowing cuda to use its own thrust library
2014-08-23 11:13:20 +04:00
Michael Raskin
8acf6aa48a Merge pull request #3725 from pmahoney/s6
S6
2014-08-23 11:05:46 +04:00
Patrick Mahoney
f254687071 s6: new package
s6 is skarnet.org's small & secure supervision software suite.

The s6-log program is modified to call execlineb directly rather than
searching PATH.
2014-08-22 23:42:13 -05:00
Patrick Mahoney
d8d7cd7ef2 execline: new package
Execline is a small scripting language, to be used in place of a shell
in non-interactive scripts.
2014-08-22 23:40:52 -05:00
Patrick Mahoney
f0478220d8 skalibs: new package
Skalibs is a set of general-purpose C programming libraries used for
building all software at skarnet.org.
2014-08-22 23:22:55 -05:00
Cray Elliott
27e7d1ff0a Lens update to v4.4.0.1 2014-08-22 21:08:16 -07:00
Daniel Bergey
a24775bf22 haskell Diagrams libraries
latest versions support lens-4.4 - fix broken builds
add bergey as maintainer
2014-08-23 02:05:39 +00:00
Oliver Charles
030439d8fe haskellPackages.digestiveFunctorsAeson: Update to 1.1.11 2014-08-22 21:19:08 +01:00
ambrop7@gmail.com
8516495560 python-pyuv: new package
Pyuv is a Python interface to libuv, a cross-platform asychronous I/O
library.

The setup.py is tweaked to that the system version of libuv is used,
instead of tying to fetch one with git.

[Bjørn: change commit message]
2014-08-22 21:57:14 +02:00
ambrop7@gmail.com
896ef91242 libuv: Add version 0.11.29. 2014-08-22 21:52:22 +02:00
AndersonTorres
e0f976ba55 vym: new package
VYM (View Your Mind) is a mind-mapping program.

[Bjørn: two whitespace adjustments and quote the "$out" variable.]
2014-08-22 21:28:29 +02:00
Andrew Morsillo
8a465c1dfa robomongo: update to 0.8.4 and fix broken build 2014-08-22 21:00:06 +02:00
Eelco Dolstra
a147ddc42c Check whether Nixpkgs evaluates with NIXPKGS_ALLOW_BROKEN=1 2014-08-22 20:23:53 +02:00
Michael Raskin
d0aceb402a Update The Buttefly Effect game 2014-08-22 21:34:28 +04:00
Aycan iRiCAN
5e1475d76d Revert "Revert "Merge pull request #3718 from MP2E/lens_4_4_update""
This reverts commit fec81c392f255fed231d13e9ca363632648a05c5.
2014-08-22 17:55:55 +03:00
Luca Bruno
007232ff8f linphone: mark as broken for ZHF 2014-08-22 12:54:02 +02:00
Eelco Dolstra
ce6b86cc68 Fix various evaluation problems
http://hydra.nixos.org/build/13616685
2014-08-22 11:57:40 +02:00
Eelco Dolstra
7cdb1bb8aa Build a few NixOS system closures on Hydra
This will allow us to keep track of the evolution of closure sizes of
some typical configurations. (Hydra stores closure sizes in its
database.)
2014-08-22 11:41:15 +02:00
Aycan iRiCAN
fec81c392f Revert "Merge pull request #3718 from MP2E/lens_4_4_update"
This reverts commit 53fab4004e171a3490842c921abd8551a73278b1, reversing
changes made to 08e4d586009768e0f2a874125ac618424703b7f5.
2014-08-22 12:38:10 +03:00
Aycan iRiCAN
53fab4004e Merge pull request #3718 from MP2E/lens_4_4_update
bump haskellPackages.lens to 4.4, introduced haskellPackages.lensAeson.
2014-08-22 11:29:58 +03:00
Cray Elliott
b5c1cdd713 jailbreak cabal-lens so that it builds with lens v4.4
bug report submitted to cabal-lens to request upper bound bump
2014-08-22 00:16:40 -07:00
Cray Elliott
fbecc24611 Add lens-aeson library, lens 4.4 split all aeson functionality to here 2014-08-22 00:16:32 -07:00
Cray Elliott
939b3548a4 Lens library updated to v4.4
also passes tests again, so doCheck is not needed
2014-08-22 00:16:23 -07:00
System administrator
08e4d58600
picard: Fix acoustid-fingerprinter binary path.
Signed-off-by: System administrator <robberer@freakmail.de>
Merges and closes pull request #3717.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-22 09:05:34 +02:00
Pascal Wittmann
1bfaed62b3 quassel: add quassel and quassel-client without kde integration
Close #3508.
2014-08-21 21:38:52 +02:00
Vladimír Čunát
380ba438ee libtar: fix CVE-2013-4420 by Debian patches
CC maintainer @bjornfor.
2014-08-21 20:35:21 +02:00
Michael Raskin
d2539c6ff5 Adding Julia 0.3.0: some progress, but doesn't work yet 2014-08-21 22:09:55 +04:00