Commit Graph

46608 Commits

Author SHA1 Message Date
Nicolas B. Pierron ccc089f601 Add python-bugwarrior 1.0.2. 2014-11-30 16:48:52 +01:00
Nicolas B. Pierron 43bbfae9e5 Add python-taskw 0.8.6. 2014-11-30 16:48:51 +01:00
Nicolas B. Pierron 82f42f38bf Bump Jinja2 to version 2.7.3. 2014-11-30 16:48:51 +01:00
Nicolas B. Pierron e778d5dcfb Add python-bugzilla 1.1.0. 2014-11-30 16:48:51 +01:00
Nicolas B. Pierron 9e4de80736 Add python-Twiggy 0.4.5. 2014-11-30 16:48:51 +01:00
AndersonTorres 3af34aa2b1 Megatools: update to 1.9.93 2014-11-30 12:07:44 -02:00
Kosyrev Serge ae72e5ba8f debootstrap | 404-fix: -> 1.0.64, since 1.0.63 disappeared from archive 2014-11-30 16:51:42 +03:00
William A. Kennington III 92448fb3ae boost: Pin packages to 1.56 2014-11-30 05:33:35 -08:00
William A. Kennington III 5825d82e5f boost: Pin packages to 1.56 2014-11-30 05:31:02 -08:00
Arseniy Seroka 5b8fb2239c Merge pull request #5188 from DamienCassou/umlet
New package for Umlet 13.1
2014-11-30 15:30:03 +03:00
Cillian de Róiste 8cc590710c almir: pin the sqlalchemy version used by zope.sqlalchemy to 8
Otherwise, sqlalchemy 9 is used which triggers iElectric/almir#61
pinning it to 7 caused a build error. This does mean that both versions
are on the PYTHONPATH, but it seems to work.
2014-11-30 12:59:54 +01:00
Damien Cassou dcc2f1ac38 New package for Umlet 13.1 2014-11-30 12:56:08 +01:00
Arseniy Seroka c981f755a0 Merge pull request #5177 from sivteck/hask-package
add hask, the haskell package
2014-11-30 13:24:31 +03:00
Arseniy Seroka f8e1087209 Merge pull request #5121 from coreyoconnor/primus-upstream
Add primus and extend bumblebee to support 32bit/64bit multilib
2014-11-30 13:23:30 +03:00
Cillian de Róiste e0f0e2c731 Update sonic-visualiser 2.3 -> 2.4.1 and fix attribute name 2014-11-30 10:57:40 +01:00
William A. Kennington III f3d515e6dd Merge pull request #5091 from wkennington/master.boost
This is close enough that any remaining incompatibilities can be sorted out.
2014-11-29 22:48:44 -08:00
aszlig 017e6b72c1
virtualbox: Update to upstream version 4.3.20.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-30 06:25:50 +01:00
Corey O'Connor b2f3e10a35 Add primus and extend bumblebee to support 32bit/64bit multilib architectures.
Using primusrun will work as expected in a multilib environment. Even if the initial program
executes a antoehr program of the another architecture. Assuming the program does not modify
LD_LIBRARY_PATH inappropriately.

This does not update virtualgl for seemless multilib. I was unable to get a mixed 64/32 bit
environment to work with VirtualGL. The mechanism VirtualGL uses to inject the fake GL library would
fail if both 32bit and 64 bit libraries were in the environment. Instead the bumblebee package
creates a optirun32 executable that can be used to run a 32bit executable with optimus on a 64 bit
host. This is not created if the host is 32bit.

For my usage, gaming under wine, the primusrun executable works as expected regardless of
32bit/64bit.
2014-11-29 16:42:00 -08:00
Jaka Hudoklin eb2f9f029a kubernetes: build only on x86_64-linux 2014-11-30 01:24:59 +01:00
Arseniy Seroka 2d90412378 Merge pull request #5176 from iu-parfunc/chaselev-deque
haskell: add chaselev-deque
2014-11-30 03:17:51 +03:00
Arseniy Seroka 24524e5a44 Merge pull request #5170 from iu-parfunc/haskellTLS
haskell: add thread-local-storage package
2014-11-30 03:17:39 +03:00
Arseniy Seroka a8b231df97 Merge pull request #5172 from joachifm/haskell-grid
haskell-grid: new expression
2014-11-30 03:17:25 +03:00
Arseniy Seroka 3477bc9a47 fix some hashes 2014-11-30 02:25:41 +03:00
Jaka Hudoklin 31ebe4d89d Merge pull request #5181 from grwlf/plowshare
plowshare: version bump
2014-11-29 21:57:05 +01:00
Sergey Mironov 2e95f697fb plowshare: version bump
fixes games/adom downloader
2014-11-29 23:39:33 +03:00
AndersonTorres b7d93fed25 Litecoin: Update to 0.9.3-preview5
Now Litecoin expression lives in a single file, litecoin.nix
2014-11-29 17:16:56 -02:00
cillianderoiste 895b466528 Merge pull request #5178 from tomfitzhenry/ino-uses-picocom-rather-than-minicom
ino: Use picocom rather than minicom
2014-11-29 18:26:33 +00:00
aszlig 3e49487c1a
virtualbox: Enable hardening by default.
VirtualBox with hardening support requires the main binaries to be
setuid root. Using VBOX_WITH_RUNPATH, we ensure that the RPATHs are
pointing to the libexec directory and we also need to unset
VBOX_WITH_ORIGIN to make sure that the build system is actually setting
those RPATHs.

The hardened.patch implements two things:

 * Set the binary directory to the setuid-wrappers dir so that
   VboxSVC calls them instead of the binaries from the store path. The
   reason behind this is because nothing in the Nix store can have the
   setuid flag.
 * Excempt /nix/store from the group permission check, because while it
   is group-writeable indeed it also has the sticky bit set (and also
   the whole store is mounted read-only on most NixOS systems), so we're
   checking on that as well.

Right now, the hardened.patch uses /nix/store and /var/setuid-wrappers
directly, so someone would ever want to change those on a NixOS system,
please provide a patch to set those paths on build time. However, for
simplicity, it's best to do it when we _really_ need it.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-29 19:21:46 +01:00
aszlig deec767efa
virtualbox: Disable depmod only where necessary.
Traversing the full source tree is unneccessary, because the calls are
only done within make files. Hence we only substitute make files now.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-29 19:21:46 +01:00
Tom Fitzhenry 0ba024ac9f ino: Use picocom rather than minicom 2014-11-29 17:55:41 +00:00
Sivaram Balakrishnan 06d4503300 add hask, the haskell package 2014-11-29 23:07:02 +05:30
Ryan Newton 2a1993d4ec haskell: add chaselev-deque 2014-11-29 11:18:45 -05:00
Jaka Hudoklin bd32da69bc Merge pull request #5088 from offlinehacker/nixos/kubernetes
nixos: add kubernetes module
2014-11-29 16:44:42 +01:00
Pascal Wittmann 5dd9d2d342 llpp: update to latest revision, uses now the ninja build system 2014-11-29 14:21:16 +01:00
Pascal Wittmann f063a0a245 lablgl: place libs correctly 2014-11-29 14:21:16 +01:00
Pascal Wittmann faf6e067d1 add mujs, a lightweight, embeddable Javascript interpreter 2014-11-29 14:21:16 +01:00
Thomas Hunger 683a3bbc62 Update matplotlib to 1.4.2.
matplotlib acquired two new dependencies: mock for testing
and pytz for rendering.
2014-11-29 11:38:04 +00:00
muflax 5fd15e31b0 ccl: fix paths to coreutils 2014-11-29 06:14:53 +00:00
Jaka Hudoklin 88d4ae98ae Merge pull request #5168 from pmahoney/skarnet-refactor
Skarnet refactor
2014-11-29 02:48:06 +01:00
Jaka Hudoklin c35844aa2d etcd: update to 0.5.0-alpha.4 2014-11-29 02:27:25 +01:00
Jaka Hudoklin 82e40a2820 kubernetes: update to 0.5.4 2014-11-29 02:27:25 +01:00
Jaka Hudoklin 2b261c1edf nixos: add kubernetes module 2014-11-29 02:27:17 +01:00
Ricardo M. Correia d4b4bae307 Update my maintainership 2014-11-29 02:15:39 +01:00
Ricardo M. Correia a83eb0f2a1 rustcMaster: Update from 0.12.0-pre-1336-g394269d -> 0.12.0-pre-1635-g29e928f 2014-11-29 02:04:55 +01:00
Pascal Wittmann 7ea250ff3b Merge pull request #5171 from iu-parfunc/lattices
haskell: add lattices package
2014-11-28 23:14:51 +01:00
Joachim Fasting 9f9744f6d6 haskell-grid: new expression
Test-suite fails to compile, set doCheck=false.
2014-11-28 23:11:39 +01:00
Cillian de Róiste ad17d36de6 libsmf: fix build 2014-11-28 22:39:09 +01:00
Vladimír Čunát ea1dd9fd4a xorg: revert to older xf86-input-evdev for now
How could I forget to test to build it at least :-/
2014-11-28 22:04:39 +01:00
Ryan Newton f5834013fc haskell: add thread-local-storage package 2014-11-28 15:32:56 -05:00
Ryan Newton 0b65ed3b35 haskell: add lattices package 2014-11-28 15:25:49 -05:00
Vladimír Čunát 8c5fd63275 flac: maintenance+security update
Claims to fix CVE-2014-8962 and CVE-2014-9028
2014-11-28 21:15:58 +01:00
Vladimír Čunát 442cad9cbd xorg: update some modules 2014-11-28 20:42:07 +01:00
AndersonTorres 3427552a61 Darkcoin: new package (v0.9.13.15)
Darkcoin is a privacy-centered crypto-currency.
2014-11-28 17:40:50 -02:00
Vladimír Čunát e75fe2e528 cairo: pull an upstream patch to fix racket
Close #5165, #5166.
Also enableParallelBuilding in racket.
2014-11-28 20:28:47 +01:00
Patrick Mahoney a61293e659 skarnet: Invoke compile as 'cc' for wider support.
Darwin stdenv uses clang, which can be invoked as 'cc' but not 'gcc'.
2014-11-28 13:11:36 -06:00
Patrick Mahoney cf5f282940 Consolidate conf-compile steps for skarnet.org pkgs. 2014-11-28 13:10:37 -06:00
Vladimír Čunát cbd2305d4d Merge branch 'master' into staging 2014-11-28 18:59:07 +01:00
Vladimir Still f9c96df1d5 libc++abi: Fix importing includes from libc++.
And add myself to maintainers. Close #5167.
2014-11-28 18:56:15 +01:00
Vladimír Čunát d2688fd695 weechat-dev: mark as broken
Non-dev version is newer anyway.
2014-11-28 18:47:42 +01:00
Vladimír Čunát 06c6d4696d *: fix builds by disregarding warning from new glibc
Also, in case of collectd, the -lgcc_s shouldn't be needed anymore,
as the library is in ${glibc}/lib/ now, which is practically always on RPATH.

In case of seyren it was some stdenv change uncovering the mistake of
putting src into buildInputs.
2014-11-28 18:42:03 +01:00
Cillian de Róiste 650226e3c4 libsmf: fix the sha256 hash 2014-11-28 14:14:10 +00:00
Bart Brouns 9bcf0178d6 xrandr-invert-colors, a tool to invert the colors of your screen 2014-11-28 13:39:01 +01:00
Arseniy Seroka c1985405cc Merge pull request #5152 from manveru/neovim
add neovim
2014-11-28 14:36:53 +03:00
Pascal Wittmann a94da8c44c checkstyle: update from 6.1 to 6.1.1 2014-11-28 11:08:13 +01:00
Pascal Wittmann 4261ab39a8 nzbget: update from 14.0 to 14.1 2014-11-28 11:08:12 +01:00
Pascal Wittmann 02ca1adc05 groovy: update from 2.3.7 to 2.3.8 2014-11-28 11:08:12 +01:00
Pascal Wittmann 457d56fcec calibre: update from 2.11.0 to 2.12.0 2014-11-28 11:08:12 +01:00
cillianderoiste 98f3e185f2 Merge pull request #5137 from magnetophon/faustPlusCompiler
Faust plus compiler
2014-11-28 09:42:04 +00:00
cillianderoiste d2a1867a20 Merge pull request #5157 from magnetophon/sselp
sselp prints X selection to standard out
2014-11-28 09:33:44 +00:00
William A. Kennington III 0f711225d4 boost: Pin packages to 1.56 2014-11-27 22:06:02 -08:00
William A. Kennington III dc16b7cbb6 boost: Make 1.57 the default 2014-11-27 22:06:01 -08:00
Mateusz Kowalczyk 456312a5fc youtube-dl: update to 2014.11.27 2014-11-28 02:31:01 +00:00
Cillian de Róiste e9ec3ea1f2 Add drumgizmo, an LV2 sample based drum plugin 2014-11-28 00:35:23 +01:00
muflax 856e5839e1 ccl: 1.8 -> 1.10 (reapply after false revert) 2014-11-27 22:48:07 +00:00
Arseniy Seroka 52ea3bb61f Revert "ccl: 1.8 -> 1.10" 2014-11-28 01:34:54 +03:00
Arseniy Seroka 860452f3f9 Merge pull request #5148 from muflax/clozure
ccl: 1.8 -> 1.10
2014-11-28 01:34:26 +03:00
muflax 3c7ac9db06 ccl: 1.8 -> 1.10 2014-11-27 22:33:21 +00:00
Cillian de Róiste dae0611770 pidginotr: update from 4.0.0 to 4.0.1 2014-11-27 22:59:34 +01:00
Michael Fellinger 917bf6865a add neovim 2014-11-27 22:16:43 +01:00
Michael Raskin 0fc32b90d8 Add qrcode minimalistic QR-code decode/encode tool (for pure codes only) 2014-11-28 00:12:26 +03:00
Michael Raskin 9ef9544189 Adding quirc QR code decoder 2014-11-28 00:12:26 +03:00
Bart Brouns 647617885d added platforms and maintainers 2014-11-27 21:30:36 +01:00
Bart Brouns b7f51920ee sselp prints X selection to standard out 2014-11-27 21:06:24 +01:00
Arseniy Seroka aecd509ae3 racer: add maintainer 2014-11-27 23:06:07 +03:00
Arseniy Seroka 9f1b3c497c Merge pull request #5154 from luke-clifton/lc-lzmaConduit
Added lzma-conduit package
2014-11-27 23:02:41 +03:00
aszlig 444987193e
nixos: Rename virtualbox to virtualboxGuest.
Especially new users could be confused by this, so we're now marking
services.virtualbox.enable as obsolete and defaulting to
services.virtualboxGuest.enable instead. I believe this now makes it
clear, that this option is for guest additions only.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-27 18:42:22 +01:00
Ricardo M. Correia 6f31905563 grsecurity: Update stable and test patches
stable: 3.0-3.14.25-201411231452 -> 3.0-3.14.25-201411260106
test:   3.0-3.17.4-201411231452  -> 3.0-3.17.4-201411260107
2014-11-27 18:36:01 +01:00
aszlig 78a73ab041
chromium: Remove .py[co] files prior to building.
Thanks to @iElectric for the notification, although I'm not really sure
whether this will fix the following failed Hydra build:

http://hydra.nixos.org/build/17609086/nixlog/1/raw

The reason is that this failure doesn't happen on every build, but let's
see whether it will happen again now.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-27 17:55:19 +01:00
Pascal Wittmann 24d192c8eb Merge pull request #5156 from iu-parfunc/hsbencher
Hsbencher -- Haskell benchmarking framework
2014-11-27 17:11:33 +01:00
Luke Clifton 9e72a00823 Added lzma-conduit package 2014-11-27 21:11:36 +08:00
Wout Mertens cacf3f6c1e Merge branch 'curl-ssl-cert-file' of https://github.com/the-kenny/nixpkgs into staging
Standardize NixOS on using only SSL_CERT_FILE for the trusted SSL certificate store.
2014-11-27 13:29:50 +01:00
Oliver Charles 48c483a894 haskellPackages.snapErrorCollector: Update to 1.1.0 2014-11-27 12:28:52 +00:00
wmertens 45c1b9147f Merge pull request #5130 from wmertens/git-ssl-env
Let git use $SSL_CERT_FILE
2014-11-27 13:24:08 +01:00
Bart Brouns cfe24446a4 Fully functional faust, faust2alsa and faust2alsaconsole 2014-11-27 13:23:13 +01:00
Oliver Charles f2e2ab6231 Bosun only builds on x86_64-linux
Reported upstream at https://github.com/bosun-monitor/bosun/issues/427
2014-11-27 12:14:38 +00:00
Oliver Charles 1132484200 opentsdb: Use fetchurl to fetch all dependencies 2014-11-27 12:06:01 +00:00
Domen Kožar 34ca304f58 network-manager: 0.9.8.8 -> 0.9.8.10 2014-11-27 12:10:20 +01:00
Domen Kožar 91bdca38a0 NetworkManager.service -> network-manager.service 2014-11-27 12:10:20 +01:00
Arseniy Seroka 53d0b4c539 Merge pull request #5150 from AndersonTorres/mpv
MPV: update to 0.7.0
2014-11-27 14:02:04 +03:00
Domen Kožar ea42838981 fix teamspeak_client build 2014-11-27 11:34:56 +01:00
Peter Simons 146faea572 Merge pull request #5139 from bosu/network-data
haskell: add network-data package
2014-11-27 10:24:50 +01:00
Domen Kožar 81acb400b9 Merge pull request #5144 from matejc/rekonqwrapper
rekonq: update to rekonq-2.4.2 and add wrapper
2014-11-27 09:55:36 +01:00
Aycan iRiCAN 073c764f6c Bump snort to 2.9.7.0 and daq to 2.0.4 2014-11-27 09:57:59 +02:00
Vincent Laporte 0f4e9835d7 Adds ocaml-uucp
Uucp is an OCaml library providing efficient access to a selection of
character properties of the Unicode character database.

Homepage: http://erratique.ch/software/uucp
2014-11-27 06:53:43 +00:00
AndersonTorres 8d248638bb MPV: update to 0.7.0
Now quvi support was dropped by upstream, and MPV uses Youtube-dl directly.
Another minor change is the update of Waf internal builder.
2014-11-27 00:27:53 -02:00
Vladimír Čunát abcb355453 restund, openssh_hpn: mark as broken 2014-11-27 01:19:24 +01:00
Vladimír Čunát 607c64fe55 pthread-man-pages: fix build by using older perl 2014-11-27 01:18:49 +01:00
Vladimír Čunát c52db08aa0 sdcc: fix build with glibc-2.20 (from upstream) 2014-11-27 00:51:35 +01:00
William A. Kennington III 021efdf021 yubico-piv-tool: 0.1.0 -> 0.1.2 2014-11-26 15:50:15 -08:00
William A. Kennington III e1988740a5 yubikey-personalization: 1.16.0 -> 1.16.1 2014-11-26 15:47:43 -08:00
William A. Kennington III 577e402dd9 libksba: 1.3.1 -> 1.3.2 2014-11-26 15:47:43 -08:00
William A. Kennington III 17a1b67cb6 btrfsprogs: 3.17.1 -> 3.17.2 2014-11-26 15:47:43 -08:00
Vladimír Čunát bdc323c540 opentsdb: mark as broken
It tries to download things and fails. CC @ocharles.
2014-11-27 00:45:47 +01:00
Shea Levy 64453d01f4 src: bump 2014-11-26 18:25:13 -05:00
Ryan Newton 055eeb6c51 haskell-hsbencher: update to 1.20.0.3 2014-11-26 18:08:53 -05:00
Vladimír Čunát 75d7b9c0c3 stlport: mark as broken (it's unused anyway)
I seem unable to fix the error.
2014-11-27 00:00:39 +01:00
Vladimír Čunát 130c324809 rsnapshot: fix build by using older perl 2014-11-26 23:52:32 +01:00
Vladimír Čunát a68c1adc35 *: fix builds by disregarding warning from new glibc
Says: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
CC: #4803. There will likely appear more of these errors on Hydra in time.
2014-11-26 23:40:03 +01:00
Vladimír Čunát e86ebdc0e3 synfigstudio: fix a strange build error
Also enableParallelBuilding.
fonts.conf isn't supposed to be put into buildIputs, but it's still weird.
2014-11-26 23:17:43 +01:00
Ryan Newton 822d37f5a4 haskell-handa-gdata and haskell-hsbencher-fusion: add packages 2014-11-26 17:13:54 -05:00
Domen Kožar 7ec072acd8 Merge pull request #5145 from muflax/parcellite
parcellite: 1.1.7 -> 1.1.9
2014-11-26 22:56:22 +01:00
muflax dc9f084278 parcellite: 1.1.7 -> 1.1.9 2014-11-26 21:23:17 +00:00
Edward Tjörnhammar d177b477c1 Merge pull request #5138 from abbradar/yed
yed: add package
2014-11-26 22:17:48 +01:00
Nikolay Amiantov 88aa54a09f yed: add package 2014-11-27 00:15:30 +03:00
Domen Kožar 00146e3e08 shotwell: 0.18.0 -> 0.20.2, fix build 2014-11-26 22:13:07 +01:00
Matej Cotman d6201245e5 rekonq: update to rekonq-2.4.2 and add wrapper 2014-11-26 22:11:50 +01:00
Domen Kožar a1b706c529 Merge pull request #5143 from matejc/remove_e17_and_e18
Remove e17 and e18
2014-11-26 22:11:15 +01:00
Vladimír Čunát 3ef186bdb4 fontconfig: drop infinality (for now), close #5140
Also the simplify the expression when we rebuild anyway.
2014-11-26 22:04:57 +01:00
Matej Cotman 2125d9eb65 e18: remove pythonefl 2014-11-26 22:04:45 +01:00
Shea Levy 34adc1bc68 Add vk-posix-pty haskellPackage 2014-11-26 15:55:43 -05:00
Shea Levy f93140e8f5 Add vk-aws-route53 haskell package 2014-11-26 15:55:42 -05:00
Ryan Newton 51a59b34d3 haskell-hsbencher and haskell-GenericPretty: add packages 2014-11-26 15:54:56 -05:00
Domen Kožar 9047f389bf pygame: fix build, add all deps, use buildPythonPackage 2014-11-26 21:50:58 +01:00
Domen Kožar 3ff9a7507a paramiko: disable tests on py33 2014-11-26 21:50:58 +01:00
Shea Levy 7de1691b6d Missing file 2014-11-26 15:49:16 -05:00
Igor Pashev 53fc3e178f ImageMagick: update (close #5133) 2014-11-26 21:49:11 +01:00
Vladimír Čunát b5ff06eda4 Merge branch 'master' into staging 2014-11-26 21:48:26 +01:00
Shea Levy b3826b9412 Add aws-ec2 haskell package 2014-11-26 15:47:26 -05:00
Matej Cotman 084fb3a0d3 e18: remove old desktop manager 2014-11-26 21:44:23 +01:00
Matej Cotman 959946a5af e17: remove old desktop manager 2014-11-26 21:44:23 +01:00
Vladimír Čunát b1803465d9 imagemagick: use a stable URL, reshuffle mirrors
CC: #5133.
2014-11-26 21:42:42 +01:00
Domen Kožar f45b6fb078 fix tarball job 2014-11-26 21:04:59 +01:00
Domen Kožar 412a2e21fb chromium: set two additional mimetypes for desktop icon 2014-11-26 20:56:29 +01:00
Boris Sukholitko 17ad66bfd1 haskell: add network-data package 2014-11-26 20:31:51 +02:00
Shaun Sharples 61d7fb934b fontconfig: avoid questionmark in patch name on darwin
Close #5135.
@vcunat made this conditional to avoid rebuild for now.
2014-11-26 17:11:44 +01:00
Peter Simons fd27bc85be Merge pull request #5128 from abbradar/c2hs
Move c2hs/c2hsc into tools, update
2014-11-26 14:33:36 +01:00
Mathijs Kwik a5dafe7746 rethinkdb: upgrade to 1.15.2 2014-11-26 14:30:19 +01:00
Peter Simons 26bbbecae3 haskell-pandoc: use new editedCabalFile feature 2014-11-26 14:24:46 +01:00
Peter Simons 232e90378f haskell-twitter-conduit: use new editedCabalFile feature 2014-11-26 14:24:45 +01:00
Peter Simons c7d3f60217 cabal: add support for "editedCabalFile" attribute to address https://github.com/NixOS/cabal2nix/issues/84
When 'editedCabalFile' is set to an SHA256 hash, the build driver replaces the
original Cabal instructions with the new version that is downloaded from
"http://hackage.haskell.org/package/${fname}/${pname}.cabal".
2014-11-26 14:24:45 +01:00
Vincent Laporte 1bd68c4478 zim: update from 0.61 to 0.62 2014-11-26 13:08:01 +00:00
Pascal Wittmann 5c85b556dc Merge pull request #5119 from jeremyjh/dp-monad-control
haskell-distributed-process-monad-control add from Hackage
2014-11-26 12:19:31 +01:00
Edward Tjörnhammar 456882b142 Merge pull request #5115 from iu-parfunc/racket
racket: add libreadline to ffi libs - enables xrepl.
2014-11-26 12:08:50 +01:00
vbgl ee31a41da5 Merge pull request #5033 from michelk/saga_2.1.4
saga: update from 2.1.2 to 2.1.4 and re-enable build on x86_64-linux
2014-11-26 08:47:49 +00:00
vbgl 7f4f44d85a Merge pull request #5131 from spwhitt/git-extras
New package: git-extras
2014-11-26 07:41:30 +00:00
Bjørn Forsman 26c2e6a8a8 python-robomachine: add myself (bjornfor) as maintainer 2014-11-26 08:13:55 +01:00
Jeremy Huffman 1a516da865 haskell-distributed-process-monad-control add from Hackage 2014-11-25 21:56:19 -05:00
Spencer Whitt fdbd5e1323 New package: git-extras 2014-11-25 20:24:43 -05:00
Wout Mertens 272f2c365c git: Support $SSL_CERT_FILE 2014-11-26 00:29:37 +01:00
Nikolay Amiantov 08748b4098 c2hs: update and move to development/tools 2014-11-26 01:27:07 +03:00
Nikolay Amiantov df16451fa5 c2hsc: move to development/tools 2014-11-26 01:27:07 +03:00
Edward Tjörnhammar 35bd5e6d0d Merge pull request #5124 from iyzsong/performous
performous: new package
2014-11-25 22:44:59 +01:00
Bjørn Forsman 3c748b6023 python-robomachine: new package
Test data generator for Robot Framework.

https://github.com/mkorpela/RoboMachine
2014-11-25 22:40:35 +01:00
Edward Tjörnhammar 4b287deccd ideas version bumps 2014-11-25 22:08:26 +01:00
Edward Tjörnhammar 49e112c309 i2pd: 0.3.0 -> 0.4.0 2014-11-25 21:15:53 +01:00
Austin Seipp 57ec90f90f nixpkgs: Fuzzing test case optimizer
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-11-25 13:03:43 -06:00
Austin Seipp b0dc5b17ca nixpkgs: American Fuzzy Lop
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-11-25 12:43:03 -06:00
Rene Donner 49561b8b65 julia -> 0.3.3 2014-11-25 20:57:36 +03:00
Pascal Wittmann c73ce5fa1e lessc: add comment that versions > 2.x break twitter-bootstrap 2014-11-25 18:45:59 +01:00
Pascal Wittmann 10c9196c0f parallel: update from 20141022 to 20141122 2014-11-25 18:18:05 +01:00
Pascal Wittmann 880f6a517e bmon: update from 3.5 to 3.6 2014-11-25 18:18:05 +01:00
Eelco Dolstra 1e5242931b libxslt: Fix propagation of the libxml2 setup hook 2014-11-25 17:52:43 +01:00
Oliver Charles 60e661074d haskellPackages.ekgBosun: New expression 2014-11-25 16:10:36 +00:00
Ricardo M. Correia a4beb6a2b6 flashplayer: Update from 11.2.202.418 -> 11.2.202.424 2014-11-25 16:32:44 +01:00
Eelco Dolstra 1abc3e0155 firefox-bin: Fix meta.license 2014-11-25 16:30:50 +01:00
Eelco Dolstra 880616c353 docbook-xsl-ns: Cleanup 2014-11-25 16:23:49 +01:00
Eelco Dolstra e611215f5c Move finding XML catalogs into a separate setup hook
This is because libxml/libxslt are not the only implementations that
respect $XML_CATALOG_FILES.

Also, look in share/xml for catalogs (in addition to the
now-deprecated xml/dtd and xml/xsl).
2014-11-25 16:23:48 +01:00
Eelco Dolstra 9adc6fe276 docbook5: Install a catalog.xml 2014-11-25 16:23:48 +01:00
Shea Levy 957eb52f6f Merge branch 'strongswan' of github.com:ip1981/nixpkgs
Add strongswan service
2014-11-25 09:37:15 -05:00
Cillian de Róiste d250ca4e31 openimageio: update from 1.4.14 to 1.4.15 2014-11-25 15:33:22 +01:00
Igor Pashev 4f9111e91f strongSwan needs python for building (Closes #4940) 2014-11-25 15:29:05 +01:00
Oliver Charles 8a6914e659 haskellPackages.snapErrorCollector: New expression 2014-11-25 14:12:36 +00:00
宋文武 159bdd1219 performous: new package 2014-11-25 21:39:46 +08:00
aszlig 28b29f173d
chromium: Switch to using bundled protobuf.
This is a response to 1fdefd5562.

We are already using bundled protobuf for the beta and dev channels and
it also breaks regularly with about every new Chromium release, so let's
use bundled protobuf for all channels now.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-25 14:14:58 +01:00
aszlig 6f683e4ba3
my-env: Use sed to substitute $initialPath.
initialPath is now added to the top of the modified setup.sh. It's not
very nice altogether to patch setup.sh in this way, as it is prone to
break on setup.sh changes, but it should (hopefully finally, but
unfortunately only temporarily) fix the issue ewemoa (in #nixos) had
with myEnvFun.

In the long term, if people want to have roughly similar functionality,
nix-shell provides a better way for that, so maybe we might either
remove myEnvFun or replace it with a smaller implementation using
nix-shell.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-25 14:14:43 +01:00
aszlig 7d9fb8625e
chromium: Allow enableWideVine in nixpkgs.config.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-25 14:14:43 +01:00
aszlig 690a845de9
chromium: Use Nix expressions for plugin settings.
We now create Nix expressions within the plugin output path(s) which
then will be imported and incorporated into the wrapper. This makes it
easier for other plugins to provide configuration settings to the main
Chromium wrapper.

Of course, in order to allow for external plugins we need to allow
passing a list of plugins to the Chromium derivation, but right now we
keep it internal and only use it for things such as NaCl (as soon as we
support it, of course).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-25 14:14:43 +01:00
aszlig 518173ac24
chromium: Shorten line length of name attribute.
No feature change, I'm just very nitpicky if it comes to lines with more
than 79 characters.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-25 14:14:43 +01:00
Peter Simons 7ae1a17c89 Merge pull request #5120 from jeremyjh/distributed-process-p2p
haskell-distributed-process-p2p add from Hackage
2014-11-25 13:40:48 +01:00
Eelco Dolstra 1fdefd5562 Revert "protobuf: Clean up and update to version 2.6.1."
This reverts commit 18b306b041. Protobuf
releases are generally not very backwards compatible and likely to
break lots of stuff. E.g.

  http://hydra.nixos.org/build/17535340
  http://hydra.nixos.org/build/17535640
  http://hydra.nixos.org/build/17536998
  http://hydra.nixos.org/build/17536170

See also b851e970da.
2014-11-25 13:00:09 +01:00
Tim Dysinger dbe6c1a71f Upgrade Purescript to 0.6.1.2 2014-11-25 08:11:32 +01:00
Jeremy Huffman d21dc419d3 haskell-distributed-process-p2p add from Hackage 2014-11-24 20:55:14 -05:00
Shea Levy 140e1de0ec strongswan: dont patchelf
fixes #5045 ('fixes')
2014-11-24 20:50:26 -05:00
aszlig 83c2fcada4
my-env: Provide explicit store path for "rm".
If you do not provide any dependencies which don't propagate coreutils,
you'll get "rm: No such file or directory". Like for example by using
this:

nix-build -E '(import <nixpkgs> {}).myEnvFun {
    name = "mybrokentest";
    buildInputs = [];
}'

Thanks to "ewemoa" from the #nixos IRC channel for spotting this.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-25 02:05:48 +01:00
Ricardo M. Correia ca6d86b7fb cargoSnapshot: Update from 2014-09-19 -> 2014-11-22 2014-11-25 01:07:10 +01:00
Vladimír Čunát 5c01205bf7 mesa: use upstream patch to fix doCheck again 2014-11-25 01:03:29 +01:00
Eelco Dolstra e368ca20c9 Fix old Go versions
http://hydra.nixos.org/build/17432147
http://hydra.nixos.org/build/17439772
2014-11-25 00:53:06 +01:00
Eelco Dolstra 52b743add4 tzdata: Update to 2014j 2014-11-25 00:42:22 +01:00
Vladimír Čunát 07bf146b30 gtkmm and related *mm updates
Also enableParallelBuilding for gtkmm3.
2014-11-25 00:40:23 +01:00
Eelco Dolstra 97a2de297e Fix various Perl packages
Perl 5.20 removed some modules, in particular Module::Pluggable. So
now other modules need to get it from CPAN.

http://hydra.nixos.org/build/17450281
2014-11-25 00:29:48 +01:00
Vladimír Čunát b4aba8c577 evince-3.12: maintenance update 2014-11-25 00:05:12 +01:00
Vladimír Čunát acbdaf2f27 Merge branch 'master' into staging
This is to get the systemd fix to avoid yet another rebuild.
2014-11-24 23:56:48 +01:00
Vladimír Čunát 7e94263c6d pidgin: minor update 2014-11-24 23:32:58 +01:00
Vladimír Čunát af379076ce harfbuzz: small update 2014-11-24 23:06:39 +01:00
Vladimír Čunát 443e0fcbea dbus: small update, fixing boot on slow machines
See http://cgit.freedesktop.org/dbus/dbus/tree/NEWS?h=dbus-1.8
2014-11-24 23:06:12 +01:00
Aristid Breitkreuz b216e2b8e6 systemd-nspawn: Ignore existing directories when trying to create mount-points (#4989) 2014-11-24 22:43:54 +01:00
Vladimír Čunát d39c6ceffc nvidia_x11: current long-lived becomes a new legacy
CC: #5070.
2014-11-24 22:39:00 +01:00
Eduard Bachmakov bba575ff7a nvidia_x11: update to 340.58
Picked from #5070.
2014-11-24 22:39:00 +01:00
Cillian de Róiste 909311b650 openimageio: update from 1.4.13 to 1.4.14 2014-11-24 22:17:00 +01:00
Vladimír Čunát a9bad25ffe Merge branch 'master' into staging 2014-11-24 22:14:25 +01:00
Vladimír Čunát bb2fba1125 Revert "mesa: Don't depend on Wayland"
This reverts commit 7ff232e958.
See discussion at the original commit.

CC: #4999, #5001, #5061, #5071.
2014-11-24 22:10:06 +01:00
Bart Brouns 0168c1ba19 faust: rename to faust-compiler (close #5113)
@vcunat adjusted coding style slightly.
2014-11-24 22:00:58 +01:00
Ryan Newton fd73e9948d racket: add libreadline to ffi libs - enables xrepl. 2014-11-24 13:58:22 -05:00
Cillian de Róiste 4e46e4cb59 qtractor: update from 0.6.3 to 0.6.4 2014-11-24 18:27:04 +01:00
Peter Simons 292bf1729c Merge pull request #5114 from vandenoever/calligra
Update Calligra to 2.8.6.
2014-11-24 17:34:07 +01:00
Jos van den Oever 5611996172 Update Calligra to 2.8.6. 2014-11-24 16:26:37 +01:00
Peter Simons d9924f565e haskell-snaplet-stripe: jailbreak to fix build with recent lens-family-core 2014-11-24 16:24:12 +01:00
Peter Simons ad0de68dc5 haskell-ekg-bosun: jailbreak to fix build with recent http-client 2014-11-24 16:24:12 +01:00
Peter Simons 52809ef21d haskell-twitter-conduit: patch build to load the edited Cabal file from Hackage 2014-11-24 16:24:12 +01:00
Peter Simons 4f48c33b74 haskell-elm-get: jailbreak to fix build with recent http-client 2014-11-24 16:24:12 +01:00
Peter Simons 3970579141 haskell-yesod: update to version 1.4.1 2014-11-24 16:24:12 +01:00
Peter Simons e432a4bcf1 haskell-yesod-form: update to version 1.4.1.1 2014-11-24 16:24:12 +01:00
Peter Simons 005b789839 haskell-pipes: update to version 4.1.4 2014-11-24 16:24:12 +01:00
Peter Simons 357af72d0a haskell-linear: update to version 1.15.4 2014-11-24 16:24:12 +01:00
Peter Simons 3400054d69 haskell-lens-family: update to version 1.2.0 2014-11-24 16:24:11 +01:00
Peter Simons 3fc1624faf haskell-lens-family-core: update to version 1.2.0 2014-11-24 16:24:11 +01:00
Peter Simons e398b44cf6 haskell-diagrams-cairo: update to version 1.2.0.4 2014-11-24 16:24:11 +01:00
Peter Simons ea0d509a81 haskell-Chart: update to version 1.3.2 2014-11-24 16:24:11 +01:00
Peter Simons 817564741c haskell-Chart-gtk: update to version 1.3.2 2014-11-24 16:24:11 +01:00
Peter Simons d82dbca3b7 haskell-Chart-diagrams: update to version 1.3.2 2014-11-24 16:24:11 +01:00
Peter Simons 4b95beb82d haskell-Chart-cairo: update to version 1.3.2 2014-11-24 16:24:11 +01:00
Peter Simons 3deaeb43fc haskell-cairo: update to version 0.13.0.5 2014-11-24 16:24:11 +01:00
Peter Simons bdbe5cd147 haskell-http-client: update to version 0.4.5 2014-11-24 16:24:11 +01:00
Peter Simons c62278fe2b haskell-pandoc: patch build to load the edited Cabal file from Hackage 2014-11-24 16:24:11 +01:00
Peter Simons 4535d19f93 haskell-authenticate-oauth: jailbreak to support current versions of RSA 2014-11-24 16:24:11 +01:00
Peter Simons 2440e27ee5 haskell-keter: update to version 1.3.6 2014-11-24 16:24:11 +01:00
Peter Simons 56bdbabbc5 haskell-cabal-bounds: update to version 0.8.9 2014-11-24 16:24:11 +01:00
Peter Simons 5ecee5fde9 haskell-zlib: update to version 0.5.4.2 2014-11-24 16:24:11 +01:00
Peter Simons 9626601f8a haskell-yesod-test: update to version 1.4.2 2014-11-24 16:24:11 +01:00
Peter Simons 9e73c0ac09 haskell-yesod-static: update to version 1.4.0.3 2014-11-24 16:24:10 +01:00
Peter Simons f602eadcb5 haskell-yesod-core: update to version 1.4.4.4 2014-11-24 16:24:10 +01:00
Peter Simons 1c26473da2 haskell-yesod-bin: update to version 1.4.0.9 2014-11-24 16:24:10 +01:00
Peter Simons a43ddafe8e haskell-yesod-auth: update to version 1.4.1 2014-11-24 16:24:10 +01:00
Peter Simons 7664a1ad07 haskell-yaml: update to version 0.8.10 2014-11-24 16:24:10 +01:00
Peter Simons b5430cfff0 haskell-webdriver: update to version 0.6.0.3 2014-11-24 16:24:10 +01:00
Peter Simons e75da9bb5b haskell-wai-app-static: update to version 3.0.0.3 2014-11-24 16:24:10 +01:00
Peter Simons faf2d31e39 haskell-units: update to version 2.2 2014-11-24 16:24:10 +01:00
Peter Simons 5a3bb5a09e haskell-twitter-types: update to version 0.6.0 2014-11-24 16:24:10 +01:00
Peter Simons fc263e7685 haskell-twitter-conduit: update to version 0.1.0 2014-11-24 16:24:10 +01:00
Peter Simons 80e2795105 haskell-traverse-with-class: update to version 0.2.0.3 2014-11-24 16:24:10 +01:00
Peter Simons a44a622ae7 haskell-streaming-commons: update to version 0.1.6 2014-11-24 16:24:09 +01:00
Peter Simons 74cc312024 haskell-shake: update to version 0.14.1 2014-11-24 16:24:09 +01:00
Peter Simons bf7a0d77d5 haskell-sbv: update to version 3.2 2014-11-24 16:24:09 +01:00
Peter Simons 8125f34937 haskell-rest-core: update to version 0.33.1.1 2014-11-24 16:24:09 +01:00
Peter Simons 532aa6588d haskell-resourcet: update to version 1.1.3 2014-11-24 16:24:09 +01:00
Peter Simons 66c1de7bff haskell-purescript: update to version 0.6.1.1 2014-11-24 16:24:09 +01:00
Peter Simons 9e14853dab haskell-persistent-sqlite: update to version 2.1.1 2014-11-24 16:24:09 +01:00
Peter Simons 81e1f193b1 haskell-persistent-postgresql: update to version 2.1.1 2014-11-24 16:24:09 +01:00
Peter Simons 5076f0d29f haskell-persistent-mysql: update to version 2.1.2 2014-11-24 16:24:09 +01:00
Peter Simons 5178359444 haskell-pango: update to version 0.13.0.4 2014-11-24 16:24:09 +01:00
Peter Simons 2b111f780d haskell-network-conduit-tls: update to version 1.1.0.2 2014-11-24 16:24:09 +01:00
Peter Simons 6a4711949d haskell-mono-traversable: update to version 0.6.3 2014-11-24 16:24:09 +01:00
Peter Simons 16b689a0f0 haskell-machines: update to version 0.4.0.1 2014-11-24 16:24:08 +01:00
Peter Simons bd9df3f6b6 haskell-linear: update to version 1.15.2 2014-11-24 16:24:08 +01:00
Peter Simons d45a1cab25 haskell-json-schema: update to version 0.7.3.0 2014-11-24 16:24:08 +01:00
Peter Simons 69dbbd42a7 haskell-iCalendar: update to version 0.4.0.2 2014-11-24 16:24:08 +01:00
Peter Simons fc0a79032c haskell-http-conduit: update to version 2.1.5 2014-11-24 16:24:08 +01:00
Peter Simons 6b7da1b142 haskell-hsimport: update to version 0.6.4 2014-11-24 16:24:08 +01:00
Peter Simons 4f1731bb02 haskell-hakyll: update to version 4.6.1.0 2014-11-24 16:24:08 +01:00
Peter Simons b91ed78d79 haskell-gtk3: update to version 0.13.1 2014-11-24 16:24:08 +01:00
Peter Simons 2724426c2a haskell-gtk2hs-buildtools: update to version 0.13.0.3 2014-11-24 16:24:08 +01:00
Peter Simons 4d2fb9e7d1 haskell-glib: update to version 0.13.0.6 2014-11-24 16:24:08 +01:00
Peter Simons cef64b8e79 haskell-gio: update to version 0.13.0.3 2014-11-24 16:24:08 +01:00
Peter Simons 1effd019e0 haskell-free-game: update to version 1.1.80 2014-11-24 16:24:08 +01:00
Peter Simons 5744c74029 haskell-force-layout: update to version 0.3.0.8 2014-11-24 16:24:08 +01:00
Peter Simons ee614eacb9 haskell-extensible-effects: update to version 1.7.1.2 2014-11-24 16:24:08 +01:00
Peter Simons 80f808ab46 haskell-elerea: update to version 2.8.0 2014-11-24 16:24:07 +01:00
Peter Simons 403dd0d7e2 haskell-diagrams-svg: update to version 1.1.0.2 2014-11-24 16:24:07 +01:00
Peter Simons 7d8dde79b5 haskell-diagrams-rasterific: update to version 0.1.0.4 2014-11-24 16:24:07 +01:00
Peter Simons ca7da2bd4c haskell-diagrams-postscript: update to version 1.1.0.2 2014-11-24 16:24:07 +01:00
Peter Simons bc2805a09f haskell-diagrams-lib: update to version 1.2.0.5 2014-11-24 16:24:07 +01:00
Peter Simons ae6ef59d3a haskell-diagrams-core: update to version 1.2.0.3 2014-11-24 16:24:07 +01:00
Peter Simons 17d85a0a99 haskell-diagrams-contrib: update to version 1.1.2.3 2014-11-24 16:24:07 +01:00
Peter Simons e7e8bf5e93 haskell-data-ordlist: update to version 0.4.7.0 2014-11-24 16:24:07 +01:00
Peter Simons 025d675fa0 haskell-cond: update to version 0.4.1.1 2014-11-24 16:24:07 +01:00
Peter Simons 0cf75518f0 haskell-colors: update to version 0.2.0.1 2014-11-24 16:24:07 +01:00
Peter Simons 60182effc4 haskell-clay: update to version 0.10 2014-11-24 16:24:07 +01:00
Peter Simons ceea18d4ef haskell-cgrep: update to version 6.4.8 2014-11-24 16:24:07 +01:00
Peter Simons 33bbf5a131 haskell-cabal-lenses: update to version 0.4.2 2014-11-24 16:24:07 +01:00
Peter Simons 31e84afd4e haskell-cabal-cargs: update to version 0.7.5 2014-11-24 16:24:07 +01:00
Peter Simons ff9fb6229f haskell-RSA: update to version 2.1.0 2014-11-24 16:24:07 +01:00
Peter Simons 2431b8572b haskell-twitter-types-lens: add version 0.6.0 2014-11-24 16:24:06 +01:00
Peter Simons 86d980bd59 haskell-packunused: update to version 0.1.1.3 2014-11-24 16:24:06 +01:00
Shea Levy 5c9ee48de1 nix-exec: bump 2014-11-24 10:13:31 -05:00
Oliver Charles 9cab0e1b8a Add meta information to hbase, bosun, scollector, opentsdb 2014-11-24 14:40:48 +00:00
Oliver Charles 5a8d5f3094 bosun: Update to 20141119233013 2014-11-24 14:40:48 +00:00
Oliver Charles 751a2943f4 opentsdb: Upgrade to 2.1.0-RC1 2014-11-24 14:40:47 +00:00
Oliver Charles bc8fd69fe8 New packages: bosun and scollector 2014-11-24 14:40:47 +00:00
Oliver Charles 764cca613d opentsdb: New package and NixOS module 2014-11-24 14:40:47 +00:00
Oliver Charles 8964667bcd hbase: New package and NixOS module 2014-11-24 14:40:47 +00:00
Edward Tjörnhammar 4c1d65130f Merge pull request #5066 from vbgl/kst
Adds Kst
2014-11-24 15:23:27 +01:00
Oliver Charles 93e9680fcb haskellPackages.engineIo: Update to 1.2.2 2014-11-24 13:23:12 +00:00
Peter Simons d51cfe1f0f haskell-polynomials-bernstein: re-generate with cabal2nix
@jyp, please don't edit these files manually!
2014-11-24 14:17:29 +01:00
Oliver Charles 328c333092 haskellPackages.stmDelay: New expression 2014-11-24 13:00:53 +00:00
Arseniy Seroka fd5566da41 Merge pull request #5080 from joachifm/dnscrypt-refactor
dnscrypt-proxy: minor superficial improvements
2014-11-24 15:48:47 +03:00
Arseniy Seroka 59a3d159a9 Merge pull request #5112 from nckx/fatrace
Add fatrace: reports system-wide file access events
2014-11-24 15:48:16 +03:00
Arseniy Seroka 1150efa17a Merge pull request #5100 from jeremyjh/higher-leveldb
add higher-leveldb from hackage
2014-11-24 15:47:00 +03:00
Arseniy Seroka 52250f20be Merge pull request #5108 from soenkehahn/add_logging-facade
new haskell package: logging-facade-journald-0.0.0
2014-11-24 15:46:42 +03:00
Arseniy Seroka f43f0c9f80 Merge pull request #5110 from jyp/master
haskell: typography-geometry: new package
2014-11-24 15:46:14 +03:00
Oliver Charles 7930cdd12e haskellPackages.ekgBosun: New expression 2014-11-24 11:46:28 +00:00
Tobias Geerinckx-Rice a39ecc27f8 Add fatrace: reports system-wide file access events 2014-11-24 11:58:24 +01:00
Sönke Hahn eeb7ecbdc6 new haskell package: logging-facade-journald-0.0.0 2014-11-24 17:40:18 +08:00
Jean-Philippe Bernardy d088a8152d haskell: typography-geometry: new package 2014-11-24 10:32:01 +01:00
Peter Simons 9084dc581c Merge pull request #5107 from soenkehahn/add_logging-facade
new haskell package: logging-facade-0.0.0
2014-11-24 10:30:52 +01:00
vbgl d04875f83f Merge pull request #5098 from k0ral/girara
girara: alternative installation that doesn't require ncurses or gcc-4.9
2014-11-24 09:03:15 +00:00
Sönke Hahn b05e325b34 new haskell package: logging-facade-0.0.0 2014-11-24 16:58:50 +08:00
Cray Elliott 35d5e4de76 add android build tools to $PATH
commited on behalf of ewemoa
2014-11-24 00:47:57 -08:00
Peter Simons 7a92cb2546 Merge pull request #5106 from jyp/master
haskell: polynomials-bernstein: new package
2014-11-24 09:38:24 +01:00
Cray Elliott 6872a4a797 Fix Android NDK package, previously ndk-build was not being properly put in $PATH
This commit also brings in the dependencies ndk-build needs and fixes a bug with
permissions

This was commited on behalf of ewemoa
2014-11-24 00:20:40 -08:00
William A. Kennington III b4c3eadd08 unifi: 3.2.1 -> 3.2.7 2014-11-24 00:06:07 -08:00
Domen Kožar 11a414ddd5 fix eval 2014-11-24 08:57:18 +01:00
Domen Kožar d8e89ebd4b xmlroff: 0.3.98 -> 0.6.2 2014-11-24 08:43:43 +01:00
Domen Kožar 5f599a3ddd remove pdf-filter 2014-11-24 08:43:43 +01:00
Jean-Philippe Bernardy 7855e28868 haskell: polynomials-bernstein: new package 2014-11-24 08:36:10 +01:00
Peter Simons 7aa5ec0034 Merge pull request #5104 from magnetophon/faust
Add faust, the functional audio stream programming language
2014-11-24 08:27:15 +01:00
Bart Brouns 3e714701e5 remove unused stuff
leave only faust itself, it's libraries, and cpp architecture files that
can be used as examples.
2014-11-24 08:07:27 +01:00
Bart Brouns 0edc635d80 Add faust, the functional audio stream programming language 2014-11-24 05:27:56 +01:00
Ricardo M. Correia c07f81ce89 grsecurity: Update stable and test patches
stable: 3.0-3.14.25-201411220954 -> 3.0-3.14.25-201411231452
test:   3.0-3.17.4-201411220955  -> 3.0-3.17.4-201411231452
2014-11-24 03:53:28 +01:00
Ricardo M. Correia 9b67027422 pax-utils: Update from 0.9.1 -> 0.9.2 2014-11-24 03:52:06 +01:00
Jeremy Huffman b02f1cc2a4 add higher-leveldb from hackage 2014-11-23 20:17:29 -05:00
William A. Kennington III acefc22209 kernel: 3.18.0-rc5 -> 3.18.0-rc6 2014-11-23 16:49:25 -08:00
Shea Levy 2db4171978 Add jetty 9.2.5 2014-11-23 19:27:11 -05:00
Arseniy Seroka 3367a28270 fix typos and remove useless imports 2014-11-24 02:44:27 +03:00
Arseniy Seroka ec8bfcb696 racer: add pkg and vim plugin 2014-11-24 02:41:36 +03:00
koral 222366883d girara: provided an alternative installation that doesn't require ncurses or gcc 4.9 2014-11-23 23:37:53 +01:00
Peter Simons 24d450074e haskell-hspec: update to version 2.0.2 2014-11-23 22:55:00 +01:00
Peter Simons 88d5b7a3ba haskell-hspec-wai: update to version 0.6.2 2014-11-23 22:55:00 +01:00
Peter Simons 893d25a211 haskell-hspec-discover: update to version 2.0.2 2014-11-23 22:54:59 +01:00
Peter Simons 4fd4b2c6bc haskell-vimus: re-generate with cabal2nix 2014-11-23 22:54:59 +01:00
Peter Simons a96eda1cfc haskell-hspec-core: update to version 2.0.2 2014-11-23 22:54:59 +01:00
Bjørn Forsman f5e31f4e5c rdiff-backup: align attrname with pkgname 2014-11-23 22:04:21 +01:00
Bjørn Forsman bad831d6fe rdiff-backup: unbreak 'rdiff-backup-statistics'
By adding needed module to python sys.path. Fixes this:

  $ rdiff-backup-statistics backup-dir
  Traceback (most recent call last):
    File "/home/bfo/.nix-profile/bin/rdiff-backup-statistics", line 24, in
  <module>
      from rdiff_backup import connection, regress, rpath, Globals,
  restore, \
  ImportError: No module named rdiff_backup
2014-11-23 21:58:46 +01:00
Bjørn Forsman 98344757b9 rdiff-backup: set meta.platforms 2014-11-23 21:35:24 +01:00
Moritz Ulrich a175776477 dwarf-fortress: Update to 0.40.18. 2014-11-23 21:30:14 +01:00
Moritz Ulrich bc03398930 dwarf-fortress: Clean up expression & config file handling. 2014-11-23 21:30:14 +01:00
Michael Raskin 73f4466a90 Add ncurses-2048 game 2014-11-23 22:50:47 +03:00
Thomas Tuegel 0bffb63726 dropbox: update to 2.10.52 2014-11-23 13:31:36 -06:00
taku0 34e714c32d add udunits: a C library for units of physical quantities 2014-11-23 20:15:58 +01:00
Shea Levy 3cc397b2a1 dar: bump
cc @viric
2014-11-23 12:56:49 -05:00
Vincent Laporte 54d206e5cc cppo: update from 1.0.1 to 1.1.2 2014-11-23 17:34:07 +00:00