Commit Graph

18318 Commits

Author SHA1 Message Date
Lancelot SIX
f936b3f6d9 motuclient: Change homepage 2015-07-29 09:52:05 +00:00
lethalman
5b10e4f3d6 Merge pull request #9030 from NarrativeScience/bump/pandas-16-2
pandas: 0.16.1 -> 0.16.2
2015-07-29 11:25:17 +02:00
Rob Vermaas
9430294114 Update awscli to 1.7.41 2015-07-29 09:08:51 +00:00
Dan Peebles
5523ab8807 go-packages: further simplification
This change is the result of replacing:

    buildGoPackage rec \{\s+rev\s+=\s+"(.*)";\s+name\s+=\s+"(.*)-\$\{stdenv.lib.strings.substring 0 7 rev\}";\s+goPackagePath\s+=\s+"github.com/(.*)/\2";\s+src\s+=\s+fetchFromGitHub\s+\{\s+inherit rev;\s+owner\s+=\s+"\3";\s+repo\s+=\s+"\2";\s+sha256\s+=\s"(.*)";\s+\};\s+\};

with:

    buildFromGitHub {\n    rev    = "$1";\n    owner  = "$3";\n    repo   = "$2";\n    sha256 = "$4";\n  };

in pkgs/top-level/go-packages.nix.

I also inherited `rev` in `buildFromGitHub` to prevent a mass rebuild of Go packages, even though it's unused.
2015-07-29 05:14:13 +00:00
Dan Peebles
ac7a6e04c2 go-packages: start factoring out repetitive patterns 2015-07-29 04:55:57 +00:00
Eric Seidel
eca6aa0e8d Merge pull request #8935 from acowley/smlnj-darwin
smlnj: build on darwin
2015-07-28 17:39:44 -07:00
Arseniy Seroka
0117488423 Merge pull request #8987 from Profpatsch/texmacs-update
texmacs: update to 1.99.2
2015-07-29 00:27:12 +03:00
Kamil Chmielewski
e610f27c43 qtile: init at 0.10.1 2015-07-28 22:55:32 +02:00
Bjørn Forsman
67757f52b1 asciidoc-full-with-plugins: new top-level attribute
Previously you had to write the override yourself, now it is
conveniently available in all-packages.nix for use in "nix-env" etc.

The list of plugins are currently hardcoded:
  ditaa, mscgen, qrcode, matplotlib, aafigure, deckjs, odf
2015-07-28 22:00:56 +02:00
Eelco Dolstra
0770a49d8c Unify the PostgreSQL expressions again 2015-07-28 21:42:25 +02:00
Eelco Dolstra
b89b6b2a7b Add function callPackagesWith
This is like callPackageWith, except that it expects the supplied
function to return a *set* of packages. It will then make the
individual packages overridable.
2015-07-28 21:42:25 +02:00
Philip Potter
76dd430cd8 bazel: fix build, make compatible with openjdk
Bazel 981b7bc1 depends on protobuf-2.5 and won't work with 2.6 (and in
bbe84fe3d upgraded straight to protobuf 3.0.0-alpha3); this commit fixes
the dependency to depend on protobuf2_5 specifically.

The bazel compile.sh needs `which` on the PATH; so this commit adds that
as a dependency.

Setting JAVA_HOME to ${jdk} broke bazel when used with openjdk, with the
message:

    Problem with java installation: couldn't find/access rt.jar in /nix/store/z9vc0vzyzhnpl5l5inmqdnvdnbxmmmg7-openjdk-8u60b24

This is because if you set JAVA_HOME, bazel will look for rt.jar in
$JAVA_HOME/lib and $JAVA_HOME/jre/lib, but the nixpkgs openjdk
distribution puts rt.jar in ${jdk}/lib/openjdk/jre/lib for some reason.

To fix this, this commit uses the ${jdk.home} passthru value to use the
appropriate JAVA_HOME for the given jdk.

As bazel now works with openjdk, and openjdk is free while oraclejdk is
not, this commit changes the default jdk for bazel to openjdk.

Since this package didn't have a listed maintainer, I'm claiming it.
2015-07-28 20:38:44 +01:00
Bjørn Forsman
a20470ee33 hamster-time-tracker: init at 1.04
https://projecthamster.wordpress.com/

Note that because it is invoked via dbus, you have to properly install
it and logout/login for the thing to work (you cannot run it directly
from the nix store).
2015-07-28 21:22:21 +02:00
Allen Nelson
24868463ba pandas: 0.16.1 -> 0.16.2 2015-07-28 12:46:20 -05:00
lethalman
37e554828d Merge pull request #8878 from 2chilled/master
synapse: init at 0.2.99.1
2015-07-28 18:44:20 +02:00
Matthias Herrmann
679a941f26 synapse: init at 0.2.99.1 2015-07-28 17:25:28 +02:00
Profpatsch
f3c1ad6baf texmacs: 1.0.7.11 -> 1.99.2 2015-07-28 16:06:29 +02:00
Kranium Gikos Mendoza
78309d9825 facter: init at 3.0.2 2015-07-28 19:53:32 +08:00
Arseniy Seroka
b5ca5cc0ce Merge pull request #8914 from desiderius/falcon-0.3.0
python-packages: falcon 0.2.0 -> 0.3.0
2015-07-28 14:05:58 +03:00
Arseniy Seroka
3c5ac057e9 Merge pull request #9017 from ericsagnes/ponymix
Add ponymix
2015-07-28 14:01:17 +03:00
Nikolay Amiantov
3a2275dd84 imgurbash: add package 2015-07-28 12:33:29 +03:00
Nikolay Amiantov
97a289b111 unnethack: add new package 2015-07-28 12:33:29 +03:00
Nikolay Amiantov
6e049800ed nethack: update, adopt 2015-07-28 12:33:29 +03:00
Eric Sagnes
242c0d3e18 ponymix: init at 4 2015-07-28 08:52:41 +09:00
Thomas Tuegel
058f36aae7 quassel: add optional KF5 features
Also fixes conditional dependencies so that TLS is enabled.
2015-07-27 17:58:00 -05:00
Moritz Ulrich
0411a4c376 direwolf: New package. 2015-07-28 00:05:55 +02:00
Moritz Ulrich
51c82551ee multimon-ng: New package.
A digital baseband audio protocol decoder.
2015-07-28 00:05:55 +02:00
Moritz Ulrich
3210555223 Chirp: New package. 2015-07-28 00:05:54 +02:00
William A. Kennington III
e4956ba0ca Merge pull request #9011 from eduarrrd/master
Add current alpha of protobuf 3
2015-07-27 18:05:10 -04:00
Eduard Bachmakov
67c186a7ea Add current alpha of protobuf 3 2015-07-27 18:00:47 -04:00
William A. Kennington III
cb78f09038 libreoffice: Remove uneeded commented reference to boost155 2015-07-27 13:12:24 -07:00
William A. Kennington III
5b0a676d5b rethinkdb: Remove pin on boost 1.55 and remove gperf dependency 2015-07-27 13:12:24 -07:00
William A. Kennington III
6e2103068d exempi: Use default boost 2015-07-27 13:12:24 -07:00
desiderius
f7b283896b python-packages: falcon 0.2.0 -> 0.3.0 2015-07-27 09:14:18 +02:00
Tobias Geerinckx-Rice
4d3434da94 all-packages: remove orphaned ImageMagick arguments
Quick fix: evaluation was broken by fallout from 7f0a596.
2015-07-27 02:05:07 +02:00
Eelco Dolstra
7f0a596473 imagemagick: Reduce dependency bloat
The closure size of imagemagick has recently gone up from 530 MB
(already bad) to 846 MB, which is a bit excessive. So revert most of
the recent changes.
2015-07-26 23:33:49 +02:00
Eelco Dolstra
8799287a84 Bump the default version of PostgreSQL to 9.4 2015-07-26 22:46:23 +02:00
Eelco Dolstra
fc4c20aefe Remove unused gnutls variants 2015-07-26 22:46:23 +02:00
Eelco Dolstra
4f6b1565c7 gnutls: Fix double application of callPackage 2015-07-26 22:46:23 +02:00
Arseniy Seroka
1bb59f2c57 Merge pull request #8979 from rycee/package/theme-vertex
theme-vertex: init at 20150718
2015-07-26 23:33:11 +03:00
Robert Helgesson
e972f65f3c theme-vertex: init at 20150718 2015-07-26 20:46:46 +02:00
Arseniy Seroka
adedca45d5 Merge pull request #8994 from AndersonTorres/icewm
IceWM: 1.3.8 -> 1.3.10
2015-07-26 20:04:54 +03:00
Arseniy Seroka
558dbbc7f3 Merge pull request #8947 from AndersonTorres/oroborus
Oroborus (2.0.20): New Package
2015-07-26 20:03:47 +03:00
Mateusz Kowalczyk
77857a8237 Merge pull request #7599 from jraygauthier/jrg/add_peru_pkg
Added peru package.
2015-07-26 17:27:02 +01:00
Raymond Gauthier
cdc58d410b peru: init at 0.2.3
A project dependencies version management system
built on top of multiple version management systems.
2015-07-26 09:57:51 -04:00
Artjom Vejsel
5b527968bd pidgin-mra: init at 54b2992 (close #8996)
@vcunat made pkgconfig dependency explicit.
2015-07-26 13:45:27 +02:00
Artjom Vejsel
9ca034f277 purple-vk-plugin: init at 40ddb6d (close #8996)
@vcunat simplified preConfigure.
2015-07-26 12:08:07 +02:00
AndersonTorres
bdd20cedc1 IceWM: 1.3.8 -> 1.3.10
A complete rewrite in comparision to previous expression.
2015-07-26 01:08:05 -03:00
Vladimír Čunát
389c90aa86 llvmPackages*: refactor to use callPackage, etc.
Also use recurseIntoAttrs only on the default version (instead of only on 3.4).

The "self" variants (stil) don't build and they're inconsistent
versions. /cc @shlevy (fea2266290).
2015-07-25 09:13:52 +02:00
Tobias Geerinckx-Rice
1edef466c0 python-packages: prompt_toolkit 0.42 -> 0.43
New features:
- Added eventloop and patch_stdout parameters to get_input.
- Inputhook support added.
- Added ShowLeadingWhiteSpaceProcessor and ShowTrailingWhiteSpaceProcessor
  processors.
- Accept Filter as multiline parameter in 'shortcuts'.
- MultiColumnCompletionsMenu + display_completions_in_columns parameter
  in shortcuts.

Backwards incompatible changes (not used in nixpkgs):
- Layout.width was renamed to preferred_width and now receives a
  max_available_width parameter.
2015-07-25 02:33:44 +02:00
Anthony Cowley
9651f06a2d smlnj: build on darwin 2015-07-24 18:24:03 -04:00
Vladimír Čunát
a2f16fdcff Merge branch 'staging' 2015-07-24 15:12:28 +02:00
lethalman
63b1499996 Merge pull request #8903 from lancelotsix/add_pythonPacgages_netcdf4
pythonPackages.netcdf4: init at 1.1.8
2015-07-24 10:19:21 +02:00
lethalman
5d60c20fd8 Merge pull request #8731 from cheecheeo/fzf-master
fzf
2015-07-24 10:13:01 +02:00
lethalman
636f9ac0ed Merge pull request #8799 from ryantm/master
heyefi service: init
2015-07-24 10:11:26 +02:00
lethalman
b3d02712c4 Merge pull request #8907 from jfb/add-gxmessage
gxmessage: init at 3.4.3
2015-07-24 10:05:01 +02:00
Carles Pagès
af71fbc6f1 minecraft: fix wrapper
Adding jre lib path seems no longer needed, and so does padsp.
2015-07-24 00:26:48 +02:00
Domen Kožar
6492dc8900 Merge pull request #8928 from brodul/borg
Add borg backup software (fork of attic)
2015-07-23 23:31:36 +02:00
Sergey Mironov
9bb0fee487 openmodelica: add expression
openmodelica.nix: add git to the list of dependencies

openmodelica: generate library sourcelist with hashes

openmodelica: generate library sources (part 2)

openmodelica: fix fakegit

openmodelica: fix libraries issues

openmodelica: add GTK

openmodelica: successful build
2015-07-23 20:42:35 +02:00
Sergey Mironov
dcdd7a37f6 lp_solve: add the expression 2015-07-23 20:42:35 +02:00
Sergey Mironov
9944d92dff omniorb: add the expression 2015-07-23 20:42:35 +02:00
Samuel Rivas
d1e6f055fe Fix haxe to compile with ocaml 4.02
camlp4 is now a separate package
2015-07-23 19:50:01 +02:00
Samuel Rivas
55ad2d2150 Fix wyrd to compile with ocaml 4.02
camlp4 is now a separate package instead of shipping within the ocaml package
2015-07-23 19:50:01 +02:00
AndersonTorres
d004ac6857 Oroborus: init at 2.0.20
Oroborus (named after the self-eating snake) is a minimalistic window manager.
2015-07-23 13:50:26 -03:00
lethalman
f92619f6b8 Merge pull request #8963 from lessrest/master
sic: init at 1.2
2015-07-23 18:14:30 +02:00
Daniel Brockman
d82946b2bf sic: init at 1.2 2015-07-23 17:59:33 +02:00
Domen Kožar
554cbe9c4b scikitlearn: really use 0.16.1 version as noted in the name 2015-07-23 17:31:53 +02:00
Vladimír Čunát
6018bf7170 boost: pin packages to 157 where it fixes building
According to Hydra, this seems to cover all the breakages created by
defaulting to 158 now.
2015-07-23 13:42:55 +02:00
Vladimír Čunát
af2ab0b911 remove gcc49 overrides from various places
An interesting thing is that: stdenv != overrideCC stdenv gcc49;
I'm not sure why that is, but it doesn't seem important.

/cc maintainers: @nckx, @garbas, @abbradar, @cstrahan, @grwlf.

(cherry picked from commit 3064b6a0cc)
2015-07-23 11:53:18 +02:00
Franz Pletz
5955f815ef dfu-util: init at 0.8
Since the website and Sourceforge are currently down, the source tarball
is fetched from Debian mirrors.
2015-07-23 10:28:45 +02:00
Tobias Geerinckx-Rice
1266e5880e perl-packages: Glib 1.310 -> 1.312 2015-07-23 03:12:24 +02:00
Franz Pletz
6079babed8 horst: init at git-2015-07-22 2015-07-23 01:18:16 +02:00
Vladimír Čunát
2cacf77c13 Merge branch 'master' into staging 2015-07-22 22:33:55 +02:00
William A. Kennington III
d8991a7b3b xf86-video-intel: 2.99.917 -> 2015-07-22 2015-07-22 13:14:27 -07:00
Peter Simons
784025c747 gfortran: update to 4.9.x 2015-07-22 20:18:21 +02:00
Vladimír Čunát
3064b6a0cc remove gcc49 overrides from various places
An interesting thing is that: stdenv != overrideCC stdenv gcc49;
I'm not sure why that is, but it doesn't seem important.

/cc maintainers: @nckx, @garbas, @abbradar, @cstrahan, @grwlf.
2015-07-22 19:40:12 +02:00
Peter Simons
90de4aecf2 Merge pull request #8930 from rycee/fix/FontTTF
perl-Font-TTF: add description and license
2015-07-22 18:25:15 +02:00
Domen Kožar
fb5ed0e6a1 Merge pull request #8944 from desiderius/elasticsearch-py.1.6.0
python-packages: update elasticsearch-1.4.0 to elasticsearch-1.6.0
2015-07-22 17:20:48 +02:00
desiderius
e908c0c9da python-packages: update elasticsearch-1.4.0 to elasticsearch-1.6.0 2015-07-22 14:48:14 +02:00
Domen Kožar
db22d387db Merge pull request #8946 from desiderius/elasticsearch-dsl-0.0.4
python-packages: update elasticsearch-dsl 0.0.3 to 0.0.4
2015-07-22 14:41:53 +02:00
desiderius
0d9d941d65 python-packages: update elasticsearch-dsl 0.0.3 to 0.0.4 2015-07-22 14:31:56 +02:00
Eelco Dolstra
4232f5d219 Disable system_tarball_pc and fix eval
It refers to a kernel version that no longer exists.

(cherry picked from commit e4b9624ca8)
2015-07-22 12:27:15 +02:00
Eelco Dolstra
eedda353f3 Remove Linux 3.19
It's already EOL so we shouldn't keep it around in our new stable
branch.

(cherry picked from commit cdbb5483b7)
2015-07-22 12:26:03 +02:00
Eelco Dolstra
069b4a8a57 Remove Linux 3.2 and 3.4
These are not supported by systemd so no reason to keep them around.

(cherry picked from commit ee10e165dc)

Conflicts:
	pkgs/os-specific/linux/kernel/linux-3.4.nix
2015-07-22 12:25:32 +02:00
Eelco Dolstra
2c48ab4390 Remove ancient version of udev
(cherry picked from commit ab91aaaeb8)
2015-07-22 12:24:24 +02:00
Luca Bruno
58430f3259 Revert "OVMF: build with gcc 4.8, I'm no idea what I'm doing (ZHF)"
This reverts commit 0abe34e454.
2015-07-22 11:58:02 +02:00
Luca Bruno
0abe34e454 OVMF: build with gcc 4.8, I'm no idea what I'm doing (ZHF) 2015-07-22 11:34:27 +02:00
Dan Peebles
75a7f96b44 knockknock: minor cleanup 2015-07-22 01:32:09 +00:00
Dan Peebles
a8c7abdb8d knockknock: init
A simple but secure port knocking daemon and associated tool (NixOS modules upcoming)
2015-07-22 01:26:40 +00:00
Austin Seipp
d2986a9398 nixpkgs: remove linuxPackages.ktap
It's been broken on the latest 3 major kernels, and it seems development
has stalled unfortunately, so this should be pulled.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-21 18:27:58 -05:00
Arseniy Seroka
91289b13d4 Merge pull request #8926 from dezgeg/pr-memtester
memtester: init at 4.3.0
2015-07-22 01:34:52 +03:00
Arseniy Seroka
431555f86b Merge pull request #8934 from ollieh/ksuperkey
ksuperkey: init
2015-07-22 01:33:42 +03:00
Oliver Hunt
a855efe7db ksuperkey: init 2015-07-21 21:37:29 +00:00
Robert Helgesson
f7915e45f3 perl-Font-TTF: add description and license 2015-07-21 21:40:19 +02:00
Andraz Brodnik
b655b1c49d Add borg backup software (fork of attic)
Borg is a fork of attic backup software. It is more actively developed,
with more features.
2015-07-21 20:41:13 +02:00
Tuomas Tynkkynen
8de63957a5 memtester: init at 4.3.0 2015-07-21 19:59:41 +03:00
Luca Bruno
14502c6446 Revert "Revert "samba: 4.2.1 -> 4.2.3""
This reverts commit eee8823c37.

Wrong revert. Sorry.
2015-07-21 17:37:08 +02:00
Luca Bruno
eee8823c37 Revert "samba: 4.2.1 -> 4.2.3"
This reverts commit be0f468926.
2015-07-21 17:22:01 +02:00
Luca Bruno
63eccd2b2d pyutil: 1.7.9 -> 2.0.0. Fixes build failure (ZHF) 2015-07-21 16:26:47 +02:00
Luca Bruno
5a4d349ce7 processing: fix build (ZHF) 2015-07-21 16:18:21 +02:00
Luca Bruno
5c485cfff5 perlPackages.MHonArc: fix installation (ZHF) 2015-07-21 16:05:11 +02:00
Charles Strahan
aa1355aa30 Merge pull request #7827 from cstrahan/riak2
riak-2.1.1: new package
2015-07-21 08:36:16 -05:00
Luca Bruno
bbc7e18ed7 go go-systemd: disable on go 1.3 (ZHF) 2015-07-21 15:24:45 +02:00
Luca Bruno
840fcacdb9 go go-etcd: disable on go 1.3 (ZHF) 2015-07-21 15:24:38 +02:00
Luca Bruno
4579e57604 go tools: add package alias to fix other packages (ZHF) 2015-07-21 15:21:07 +02:00
lethalman
c235eb2ffe Merge pull request #8920 from joachifm/fix-mozplugger
mozplugger: 1.12.0 -> 2.1.6
2015-07-21 14:58:15 +02:00
Joachim Fasting
0bb1b47cc2 mozplugger: 1.12.0 -> 2.1.6
The source url for 1.12.0 returns 404, so this update fixes the build
as well.
2015-07-21 14:31:06 +02:00
Vladimír Čunát
fdbd928fce qtcreator: fix build by using qt5Full
/cc #8596.
2015-07-21 14:14:48 +02:00
Charles Strahan
a3552280f8 riak-2.1.1: new package 2015-07-21 06:17:42 -04:00
Luca Bruno
02b1c2727b go: rename default.nix to 1.0.nix 2015-07-21 11:41:20 +02:00
Vladimír Čunát
0907d28da4 opencascade: fix the build, really now 2015-07-21 11:12:13 +02:00
Luca Bruno
69afeeba32 mechanize: 0.1.11 -> 0.2.5 (ZHF). Old mechanize failed to build due to setuptools bump. 2015-07-21 11:03:11 +02:00
Domen Kožar
e58cb1ec3b Merge pull request #8853 from lancelotsix/update_sqlalchemy
Update sqlalchemy
2015-07-20 23:08:51 +01:00
James Felix Black
f32f52c208 gxmessage: init at 3.4.3
A dropin replacement for xmessage, built against GTK+3.
2015-07-20 15:32:27 -04:00
Vladimír Čunát
615f64dcbe gcc_multi: disable the hook moving lib64 to lib
This was preventing wine from build, and we typically don't want it
anyway in multilib builds. /cc #8706.
2015-07-20 13:43:52 +02:00
Lancelot SIX
ce50f2b398 pythonPackages.netcdf4: init at 1.1.8 2015-07-20 10:58:49 +00:00
Vladimír Čunát
52b3546e4a merge #8617: recoll: filters for LaTeX, RTF, and WP 2015-07-20 11:00:04 +02:00
Charles Strahan
617c5fcaf0 rainbowstream: purify (close #8791)
This obviates the need for `cc` to be available at run time.
2015-07-20 10:06:17 +02:00
William A. Kennington III
05c0fc15c0 Merge branch 'master.upstream' into staging.upstream 2015-07-19 15:20:04 -07:00
Austin Seipp
22d5d78027 Merge pull request #8871 from mayflower/php7-beta1
php70: init at 7.0beta1
2015-07-19 16:57:42 -05:00
Arseniy Seroka
fd93a20af4 Merge pull request #8887 from matthiasbeyer/add-python-pkginfo
pkginfo: init at 1.2.1
2015-07-20 00:32:36 +03:00
Arseniy Seroka
bc7ced083f Merge pull request #8852 from rowanblush/calcurse
calcurse: init at 4.0.0
2015-07-20 00:12:08 +03:00
Rowan Blush
f796345f6a calcurse: init at 4.0.0 2015-07-19 08:17:18 -07:00
Oliver Charles
a296639b9e udevil: New package 2015-07-19 13:39:00 +01:00
Matthias Beyer
20882964f5 zlog: init at 1.2.12
[Bjørn: add name= to fetchzip, remove unneeded -r flag from sed.]
2015-07-19 13:58:28 +02:00
Matthias Beyer
8fa00ad16e pkginfo: init at 1.2.1 2015-07-19 13:37:08 +02:00
William A. Kennington III
2ad250f4fa Merge branch 'staging.next' into staging.upstream 2015-07-19 02:21:28 -07:00
William A. Kennington III
684f491446 Merge branch 'master.upstream' into staging.upstream 2015-07-19 02:21:19 -07:00
Vladimír Čunát
9a80550cc4 Merge branch 'staging', discussion #8844 2015-07-19 08:09:29 +02:00
Jude Taylor
55e8754010 fix perl package platforms 2015-07-18 14:52:32 -07:00
Boris Sukholitko
ff6fd0ea86 uriparser: init at 0.8.2 2015-07-18 14:17:46 +03:00
Thomas Tuegel
49791a4dd4 Merge branch 'kf512' 2015-07-18 05:34:14 -05:00
Thomas Tuegel
3dc7f41d6d add kde-frameworks-5.12 2015-07-18 05:32:41 -05:00
Arseniy Seroka
30f1c9da75 Merge pull request #8855 from bosu/add-cpptest
cpptest: init at 1.1.2
2015-07-18 12:55:20 +03:00
Boris Sukholitko
3d17e2d658 cpptest: init at 1.1.2 2015-07-18 10:12:50 +03:00
William A. Kennington III
1caf3e1724 Merge branch 'master.upstream' into staging.next 2015-07-17 14:34:56 -07:00
William A. Kennington III
de8e6f6021 Merge branch 'staging.upstream' into staging.next 2015-07-17 14:34:37 -07:00
William A. Kennington III
42ccbd9950 boost: Add 1.58 and make it the default 2015-07-17 14:34:19 -07:00
William A. Kennington III
1163946659 swig: Make 3.x the default 2015-07-17 14:15:51 -07:00
Robin Gloster
5e7850f088 php70: init at 7.0beta1
The first beta of php7 has been released. This enables developers to
test their code for breakage in preparation for the stable release and
allows us to make sure we don't have any bugs in the packaging prior to
the stable release.
2015-07-17 16:42:03 +00:00
Luca Bruno
5ec54be235 znc: add back 1.4 because xchat does not support TLS 2015-07-17 17:51:44 +02:00
Peter Simons
a5de21c230 release-lib.nix: set inHydra anyways, it might be useful some day 2015-07-17 15:33:49 +02:00
Peter Simons
32a81524fe release-lib: rename config option "inHydra" to "allowTexliveBuilds"
Also, take the value of that attribute as an argument to the module so
that Hydra maintainers who don't mind building TexLive have a chance to
do so.
2015-07-17 14:13:40 +02:00
Vladimír Čunát
9f37e91ec5 Merge master into staging
There are larger-rebuild changes: gnutls and samba.
2015-07-17 06:38:04 +02:00
goibhniu
f2ba10d15f Merge pull request #8807 from spencerjanssen/flexget-version
flexget: 1.2.278 -> 1.2.337
2015-07-16 22:56:16 +02:00
goibhniu
606e3ab45e Merge pull request #8854 from lancelotsix/update_alembic
pythonPackages.alembic: 0.6.6 -> 0.7.6
2015-07-16 22:51:23 +02:00
goibhniu
a076e4bee6 Merge pull request #8864 from rycee/package/gmic
gmic: init at 1.6.5.0
2015-07-16 22:50:16 +02:00
Robert Helgesson
6a1519c631 gmic: init at 1.6.5.0 2015-07-16 22:02:21 +02:00
Mateusz Kowalczyk
70a67803eb Merge pull request #8712 from andrewrk/ffmpeg
ffmpeg: 2.6.3 -> 2.7.1
2015-07-16 17:35:43 +01:00
Lancelot SIX
ff94a3f57e pythonPackages.alembic: 0.6.6 -> 0.7.6 2015-07-16 10:05:48 +00:00
Lancelot SIX
f27b17e54c pythonPackages.sqlalchemy_1_0: init at 1.0.6
sqlalchemy-0.9.9 is maintained as the reference version (it is still in maintenance
state upstream).
2015-07-16 09:04:55 +00:00
Lancelot SIX
c1a9be394f pythonPackages.sqlalchemy: 0.9.8 -> 0.9.9 2015-07-16 08:57:17 +00:00
William A. Kennington III
7de010c158 Merge pull request #8840 from Beauhurst/djangoupdates
update django minor versions (including security fixes)
2015-07-15 17:42:40 -07:00
Bjørn Forsman
9ad01e41de eplot: init at 2.07
Create plots quickly with gnuplot.

http://liris.cnrs.fr/christian.wolf/software/eplot/
2015-07-15 23:37:33 +02:00
William A. Kennington III
be0f468926 samba: 4.2.1 -> 4.2.3 2015-07-15 12:55:39 -07:00
William A. Kennington III
b48e49ddc3 gnutls: 3.3.15 -> 3.3.16 2015-07-15 12:42:40 -07:00
Alexander Flatter
a475f99304 Add phantomjs2
This builds PhantomJS 2 from source in contrast to PhantomJS 1, for
which static binary builds are available.
2015-07-15 21:14:15 +02:00
lethalman
7151be27cf Merge pull request #8843 from bcarrell/master
cassandra: init at 1.2.19
2015-07-15 18:21:04 +02:00
lethalman
106c336a5f Merge pull request #8804 from leonardoce/leo-editor
leo-editor: init at 5.1
2015-07-15 18:20:24 +02:00
Joachim Fasting
4bd52ddb88 untex: init at 1.2 2015-07-15 17:03:18 +02:00
Joachim Fasting
bcb314853a unrtf: init at 0.21.9 2015-07-15 17:03:17 +02:00
Robert Scott
ae2b537d68 update django minor versions (including security fixes) 2015-07-15 14:36:58 +00:00
Bjørn Forsman
2926f3aa2c fgallery: init at 1.7
fgallery is a static photo gallery generator.

http://www.thregr.org/~wavexx/software/fgallery/
2015-07-15 16:02:37 +02:00
Moritz Ulrich
022527a5e1 Gnuradio: Add gnuradio-wrapper and gnuradio-full.
gnuradio-wrapper is a simple derivation wrapping $(gnuradio)/bin/* to
make other blocks (from `extraPackages') available.

gnuradio-full uses gnuradio-wrapper to build gnuradio with blocks from
gnuradio-osmosdr (therefore allowing the use of rtl-sdr, hackrf, the
ccc-camp2015 badge, and similar).
2015-07-15 15:39:10 +02:00
William A. Kennington III
25e60feb72 Merge branch 'master.upstream' into staging.upstream 2015-07-15 02:02:46 -07:00
ts468
dceb24d703 Merge pull request #8723 from ts468/upstream.cbfstool
cbfstool: init at git-2015-07-09
2015-07-15 10:57:50 +02:00
Thomas Strobel
90cad1bc0c cbfstool: init at git-2015-07-09 2015-07-15 10:50:58 +02:00
lethalman
eaaba8d1eb Merge pull request #8831 from lancelotsix/add_motu_client
motuclient: init at 1.0.8
2015-07-15 10:46:56 +02:00
ts468
723eaf845d Merge pull request #8829 from ts468/upstream.tpmmanager
tpmmanager: init at 0.8.1
2015-07-15 10:29:24 +02:00
Lancelot SIX
c930bf1f36 motuclient: init at 1.0.8 2015-07-15 10:24:21 +02:00
Thomas Strobel
e0da9ec935 tpmmanager: init at 0.8.1 2015-07-15 10:21:11 +02:00
Tobias Geerinckx-Rice
828f9ea8cc keyfinder-cli: use old libkeyfinder 0.11 "for now"
The tool doesn't compile against versions 2.x.
Also, fix the incorrect version number & use src.meta.homepage.
2015-07-15 03:31:55 +02:00
Brandon Carrell
4f4fa58199 cassandra-1.2: Add package.
- Add myself to maintainers.
- Add package to all-packages.nix.
2015-07-14 19:35:16 -04:00
Leonardo Cecchi
3f2de3eb64 leo-editor: init at 5.1 2015-07-14 21:49:28 +02:00
Ryan Mulligan
d6cee31b04 heyefi service: init 2015-07-14 06:42:02 -07:00
lethalman
0ba8f1b1da Merge pull request #8162 from rycee/package/Crypt-OpenSSL-AES
Add package for Perl module Crypt::OpenSSL::AES.
2015-07-14 15:00:22 +02:00
lethalman
6bf51d3a85 Merge pull request #8719 from lancelotsix/add_poezio
Add poezio
2015-07-14 14:56:55 +02:00
Arseniy Seroka
2fa88f65ea Merge pull request #8812 from k0ral/xurls
xurls: init at 0.6.0
2015-07-14 14:13:08 +03:00
koral
562f760f20 xurls: init at 0.6.0 2015-07-14 08:27:29 +00:00
lethalman
37e08681ee Merge pull request #8789 from jfb/notion
notion: improvement
2015-07-14 00:46:36 +02:00
Spencer Janssen
05a8ad5a80 flexget: 1.2.278 -> 1.2.337 2015-07-13 17:17:35 -05:00
William A. Kennington III
333f145d76 Merge branch 'master.upstream' into staging.upstream 2015-07-13 15:11:31 -07:00
Matthias Beyer
7e3c95a0b8 sqlitebrowser: init at 3.7.0
[Bjørn: add name=... to fetchzip.]
2015-07-13 22:11:30 +02:00
Peter Simons
41f3ff68b5 python-packages.nix: strip more trailing whitespace 2015-07-13 21:18:08 +02:00
Peter Simons
daef191d8d python-packages.nix: strip trailing whitespace 2015-07-13 21:17:32 +02:00
James Felix Black
9b863fac6b notion: init at 3-2015061300
The notion (not-ion) window manager [1], plus optional (defaulted to
true) Xft/pango support (via [2]). Defined a license (notion uses a
modified LGPL).

As per [3], changes:

  1. renamed option from pango -> xft, better to reflect the actual
     nature of the patch;
  2. modified the patch to replace the postPatch changes to system-autodeteck.mk;
  3. commited the patch to the nixpkgs repo;
  4. removed 'fallbackFont' as an option. Use a sensible default, instead.

Many stylistic changes, thanks to @lethalman.

[1] http://notion.sourceforge.net
[2] http://sourceforge.net/p/notion/feature-requests/47/
[3] https://github.com/NixOS/nixpkgs/pull/8789
2015-07-13 12:08:05 -04:00
lethalman
54f308c740 Merge pull request #8746 from bosu/add-pahole
pahole: init at 1decb1b
2015-07-13 16:37:47 +02:00
Boris Sukholitko
c59818f630 pahole: init at 1decb1b 2015-07-13 17:31:06 +03:00
Tobias Geerinckx-Rice
ad00306e22 python-packages: odo: licenses.{bsd4 -> bsdOriginal} 2015-07-13 16:14:54 +02:00
Tobias Geerinckx-Rice
632e3f51f5 Merge pull request #8611 from nckx/update-redshift
redshift: 1.9.1 -> 1.10
2015-07-13 16:09:08 +02:00
lethalman
28937de1ce Merge pull request #8691 from rycee/fix/perl/BoostGeometryUtils
perl-BoostGeometryUtils: fix OOM in tests
2015-07-13 15:15:26 +02:00
lethalman
c8e441c3a1 Merge pull request #8700 from lancelotsix/add_pep257_checker
Add pep257 checker
2015-07-13 15:11:58 +02:00
lethalman
45e07f5503 Merge pull request #8773 from FRidh/cython
cython: 0.20.1 -> 0.22.1
2015-07-13 15:07:32 +02:00
lethalman
319fc50ba5 Merge pull request #8742 from FRidh/pystache
pystache: init at 0.5.4
2015-07-13 14:51:59 +02:00
lethalman
a0ec2fb74a Merge pull request #8743 from FRidh/colorama
colorama: 0.2.5 -> 0.3.3
2015-07-13 14:51:29 +02:00
lethalman
aca412639a Merge pull request #8720 from michelk/gdal/update
gdal: update from 1.11.2 to 2.0.0
2015-07-13 14:38:44 +02:00
lethalman
58adf1d604 Merge pull request #8765 from FRidh/odo
odo: init at 0.3.3
2015-07-13 13:49:54 +02:00
lethalman
5fde56e1b5 Merge pull request #8763 from FRidh/datashape
datashape: init at 0.4.6
2015-07-13 13:49:37 +02:00
lethalman
275bb071a7 Merge pull request #8737 from FRidh/multipledispatch
multipledispatch: init at 0.4.8
2015-07-13 13:48:14 +02:00
lethalman
b30826ee49 Merge pull request #8771 from FRidh/terminado
terminado: init at 0.5
2015-07-13 13:40:20 +02:00
Pascal Wittmann
c41809a4da Merge pull request #8754 from cheecheeo/tribler_update
Tribler update
2015-07-13 11:16:55 +02:00
Tuomas Tynkkynen
3b81288a58 debbindiff: init at version 26
[Bjørn: set namePrefix = "" to align attrname/pkgname, break overlong
lines, change patchPhase into postPatch so that 'patches' can still be
used.]
2015-07-13 08:31:55 +02:00
Tuomas Tynkkynen
8655eb71af pythonPackages.debian: init at 0.1.23 2015-07-13 08:29:05 +02:00
Tuomas Tynkkynen
2ad7463144 pythonPackages.magic: Fix loading libmagic.so
Even with the previous `python.patch` file around, libmagic.so isn't
found. Instead patch it to use an absolute path, using a similar
approach that is used by the `python_magic` package (which is another
libmagic python wrapper library as well).
2015-07-13 08:29:05 +02:00
Pascal Wittmann
bcd5e40aad Merge pull request #8790 from RoboNickBot/add-emacs-moe-theme
emacs-moe-theme: init at 1.0
2015-07-12 23:52:46 +02:00
Domen Kožar
4b592bad25 Merge pull request #8787 from k0001/bump-nodejs-libuv
Bump nodejs's libuv dependency to v1.6.1
2015-07-12 22:50:12 +01:00
RoboNickBot
6e5d34cac7 emacs-moe-theme: init at 1.0
Added the delightfully colorful "moe-theme" to the emacs package-set.

Tested; builds and works in the packaged emacs

https://github.com/kuanyui/moe-theme.el
2015-07-12 21:22:27 +00:00
Renzo Carbonara
45906587ac Bump nodejs's libuv dependency to v1.6.1
Fixes #8781
2015-07-12 17:29:10 -03:00
Arseniy Seroka
c01539790b Merge pull request #8555 from fpletz/pkg/jool
jool: init at 3.3.2
2015-07-12 22:20:18 +03:00
Arseniy Seroka
3abdf6d71f Merge pull request #8775 from leonardoce/bleachbit
bleachbit: init at 1.8
2015-07-12 22:07:56 +03:00
James Cook
87f916590b Merge pull request #8176 from berdario/redis-3.0.2
Update redis to 3.0.2 (now that 3 is stable, squash it into default)
2015-07-12 10:24:48 -07:00
Ricardo M. Correia
c87ee37b55 rustc: Remove redundant "/default.nix" path 2015-07-12 17:33:06 +02:00
Ricardo M. Correia
71c16443c7 Merge pull request #8668 from telotortium/rustc-update-to-1.1.0
rustc: 1.0.0 -> 1.1.0
2015-07-12 17:19:49 +02:00
Leonardo Cecchi
532678fa8b bleachbit: init at 1.8 2015-07-12 16:33:59 +02:00
Frederik Rietdijk
3c5a6eb313 cython: 0.20.1 -> 0.22.1 2015-07-12 13:37:43 +00:00
Frederik Rietdijk
3a3062192c terminado: init at 0.5
A dependency for IPython 3.2 Notebook
2015-07-12 11:37:26 +00:00
Frederik Rietdijk
c211a8aa59 ptyprocess: init at 0.5 2015-07-12 11:32:05 +00:00
Frederik Rietdijk
df8d620bf3 odo: init at 0.3.3 2015-07-12 09:24:42 +00:00
Frederik Rietdijk
88c7e86706 datashape: init at 0.4.6 2015-07-12 09:00:13 +00:00
James Cook
452745d5ab cudatoolkit65, cudatoolkit7: use python-2.7
@vcunat confirms they still build
2015-07-12 10:12:33 +02:00
James Cook
d384914a35 Merge pull request #8744 from FRidh/decorator
decorator: 3.4.0 -> 3.4.2
2015-07-12 00:07:55 -07:00
James Cook
a16f77744a Merge pull request #8748 from devhell/rainbowstream-update
rainbowstream: 1.2.5 -> 1.2.7
2015-07-12 00:06:41 -07:00
James Cook
b4e1254080 Merge pull request #8724 from oconnorr/master
cassandra-driver: fix package attribute name
2015-07-12 00:04:02 -07:00
Franz Pletz
a21ead3d62 jool: init at 3.3.2
Jool is a SIIT and a NAT64 implementation for Linux.
2015-07-12 07:25:44 +02:00
Jude Taylor
2767e93843 darwin purity: go-1.4 2015-07-11 16:05:04 -07:00
John Chee
f420f927f6 pythonPackages.gmpy2: init at 2.0.6 2015-07-11 15:06:23 -07:00
John Chee
21743decf3 pythonPackages.gmpy: init at 1.17 2015-07-11 15:05:32 -07:00
devhell
b650fe3000 rainbowstream: 1.2.5 -> 1.2.7
Unfortunately I was unable to locate a changelog. This was built and run
locally to ensure the update works.
2015-07-11 17:08:42 +01:00
Frederik Rietdijk
c88ec978db decorator: 3.4.0 -> 3.4.2 2015-07-11 14:11:24 +02:00
Frederik Rietdijk
2103633037 colorama: 0.2.5 -> 0.3.3 2015-07-11 10:22:22 +00:00
Frederik Rietdijk
cb6edaca03 pystache: init at 0.5.4 2015-07-11 10:20:28 +00:00
Pascal Wittmann
071304f26d ruby_2_2_0: pass libobjc and libunwind 2015-07-11 11:51:48 +02:00
Frederik Rietdijk
329c2b2e8b multipledispatch: init at 0.4.8 2015-07-11 11:15:59 +02:00
Jude Taylor
05a4733558 Merge pull request #8453 from pikajude/darwin-security-tool
Build Darwin's security-tool
2015-07-10 19:01:48 -07:00
Jude Taylor
d29eb63542 node v0.10 doesn't work either. update libuv on darwin only 2015-07-10 18:48:14 -07:00
Lancelot SIX
e1f2930213 poezio: init at 0.8.1 2015-07-10 22:40:49 +02:00
Jude Taylor
43c72cb6af add security-tool 2015-07-10 10:41:07 -07:00
Jude Taylor
7393c6c69d modernize rubies 2015-07-10 10:28:27 -07:00
Jude Taylor
f72beea75e darwin purity: nodejs-0.10 2015-07-10 10:28:27 -07:00
Pascal Wittmann
4977855101 pythonPackages.sipsimple: update from 2.4.0 to 2.5.0 2015-07-10 18:53:27 +02:00
Pascal Wittmann
8280f5a602 blink: use gnutls33, fixes #8234 2015-07-10 18:53:26 +02:00
William A. Kennington III
097ffe89cd gcc48: Pin to the latest supported version of isl 2015-07-10 02:21:21 -07:00
Lancelot SIX
976e34cd6c python3Packages.sleekxmpp: init at 1.2.5 2015-07-10 08:04:06 +00:00
Lancelot SIX
2caa3b7d50 python3Packages.dnspython3: init at 1.12.0 2015-07-10 08:03:57 +00:00
Lancelot SIX
20f47e3abd pythonPackages.pytestpep257: init at 0.0.1 2015-07-10 07:53:24 +00:00
Lancelot SIX
d9a4fc2df9 pythonPackages.pep257: init at 0.3.2
pep257 is a static analysis tool for checking compliance with Python PEP 257.
I stay with pep257-0.3.2 because newer versions does nos satisfy requirements
for pytest-pep257.
2015-07-10 07:47:15 +00:00
Michel Kuhlmann
e30c99d40a gdal: adding version 1.11.2 for merkaartor and openscenegraph 2015-07-10 09:33:08 +02:00
Robert Irelan
322edf09e0 rustRegistry: 2015-06-12-020d1f3 -> 2015-07-07-fd9e3e4 2015-07-09 21:14:55 -07:00
Robert Irelan
e6ee86b941 cargoSnapshot: 2015-04-02 -> 2015-06-17, hide from nix-env
Update snapshot to avoid rust-lang/cargo#976, which otherwise breaks the
build.

Also move the `cargoSnapshot` derivation inside a set in
pkgs/top-level/all-packages.nix in order to hide the `cargo-snapshot`
packages from `nix-env -qa`, since it's only used to build the `cargo`
package.
2015-07-09 21:14:55 -07:00
Robert Irelan
cf2f3f60ca rustCargoPlatform: run on stable Rust
Use stable Rust now that Cargo builds on stable Rust.
2015-07-09 21:14:55 -07:00