Will Dietz
9d8ad57abc
llvm-4.0: init at rc2 in preparation for release.
...
Also adds 'lld'.
2017-02-20 09:26:06 -06:00
Thomas Tuegel
7fa06b3cd2
Merge pull request #22991 from layus/deprecate-kde4-ktikz
...
qtikz: update to Qt5; remove ktikz
2017-02-20 08:37:47 -06:00
Peter Simons
d7f10f2828
python-osc: enable (install) bash completion
2017-02-20 15:02:30 +01:00
Tuomas Tynkkynen
fee43308ed
platforms.nix: Remove unnecessary kernelExtraConfig for ARMv7
...
AHCI_IMX is already enabled in multi_v7_defconfig since kernel 4.9.
2017-02-20 15:22:14 +02:00
Nikolay Amiantov
ec2c9d57b5
Merge pull request #22568 from abbradar/chromium-updates
...
Chromium updates
2017-02-20 15:49:04 +03:00
Shea Levy
f454297a7d
linux 4.10
2017-02-20 07:32:46 -05:00
Shea Levy
b191ac0d89
Revert "linux 4.10"
...
Somehow the tarball was actually linux 4.4.10
This reverts commit fea71f84d0
.
2017-02-20 07:29:47 -05:00
Robin Gloster
dcba6eae1b
Merge pull request #22116 from LnL7/darwin-cmus
...
cmus: fix darwin
2017-02-20 13:02:30 +01:00
Shea Levy
fea71f84d0
linux 4.10
2017-02-20 06:47:49 -05:00
Peter Simons
31759274f1
python-suseapi: 'requests' isn't needed at build-time, but it's needed at run-time
2017-02-20 12:21:59 +01:00
Peter Simons
f0de1dc89d
python-suseapi: add package at version 0.24-5-g9937e3b
2017-02-20 12:11:29 +01:00
Frederik Rietdijk
9d48d3774e
Merge pull request #22713 from richardlarocque/antfs-cli
...
antfs-cli and openant: init at unstable-2017-02-11
2017-02-20 09:06:02 +01:00
Richard Larocque
13884d6de1
antfs-cli: init at unstable-2017-02-11
2017-02-19 16:22:21 -08:00
Richard Larocque
59d2eeff84
openant: init at unstable-2017-02-11
2017-02-19 16:22:20 -08:00
aszlig
7c9f4ee032
lua-packages/luasocket: Fix wrong platforms value
...
This has surfaced due to 505d7bea3a
and
the fixup commit 77f5a50c40
.
The individial platform attributes are a list rather than single
elements, so in this case we got:
with platforms; [darwin linux freebsd illumos]
Which results in:
[ ["x86_64-darwin"]
["i686-linux" "x86_64-linux" "armv5tel-linux" "armv6l-linux"
"armv7l-linux" "aarch64-linux" "mips64el-linux"]
["i686-freebsd" "x86_64-freebsd"]
["x86_64-solaris"]
]
So if you don't have allowBroken set in nixpkgs config, you end up with
an evaluation error because meta.platforms is expected to be a list
instead of a list of lists which we got here.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @mornfall, @vcunat
2017-02-20 00:05:18 +01:00
Michael Raskin
9d81664480
psi: move out of kdePackages, it doesn't use kdelibs anyway
2017-02-19 18:38:10 +01:00
Michael Raskin
5759206608
qca2: add qca2-qt5 top-level attribute
2017-02-19 18:38:10 +01:00
Vladimír Čunát
77f5a50c40
lua-packages: fix my mass typo in meta
2017-02-19 17:56:49 +01:00
Vladimír Čunát
505d7bea3a
lua-packages: hydraPlatforms -> platforms
...
I see no original reason. It seems someone started using hydraPlatforms
in that file and everyone else was just conforming to the style.
2017-02-19 17:40:18 +01:00
Vladimír Čunát
ac7ed3b91f
Merge #22974 : luaPackages.luaposix: init at 33.4.0
2017-02-19 17:38:52 +01:00
Jörg Thalheim
19798cb205
Merge pull request #22819 from makefu/pkgs/dymo/init
...
cups-dymo: init at 1.4.0.5
2017-02-19 16:53:19 +01:00
vbgl
d31577cfd3
Merge pull request #22871 from FlorentBecker/default_ocaml_402
...
Default ocaml 402
2017-02-19 15:54:54 +01:00
Tuomas Tynkkynen
b53c53b1b4
maintainers: Add script to patch version/sha256 in .nix files
...
Adds a script to help automatically upgrading packages: this one can
patch name/version attributes like:
version = "50.1.0";
name = "bc-1.06";
... to the given version, and updates the sha256 hash to match.
Usage is:
update-source-version <attr> <new-version> [<new-source-hash>]
where:
- attr is the attribute path of the package
- new-version is the version string to be patched in
- new-source-hash is the optional sha256/etc. hash of the source.
If not given, the script will automatically calculate it.
This is added to a subdirectory where other useful scripts can be added
in the future, like figuring out the newest version from a git repo or
GitHub releases etc.
2017-02-19 16:51:17 +02:00
Lancelot SIX
f149a32315
Merge pull request #22957 from asymmetric/glances-2.8.2
...
glances: 2.7.1_1 -> 2.8.2
Built and tested locally.
2017-02-19 15:08:53 +01:00
Florent Becker
4c5f083d70
prooftree: move out of ocamlPackages
2017-02-19 13:06:25 +01:00
Florent Becker
6893d8a2fd
llpp: move out of ocamlPackages
2017-02-19 13:06:25 +01:00
Florent Becker
88dac94e3b
switch ocamlPackages to 4.02
2017-02-19 13:06:24 +01:00
Florent Becker
f18ac15dca
ocamlPackages.spacetime: only build with ocaml-4.04
2017-02-19 13:06:24 +01:00
Florent Becker
cc9a50ec03
virt-top: compile with ocaml 4.01
2017-02-19 13:06:24 +01:00
Florent Becker
bf13a2cfc6
ocamlPackages.camlimages_4_0: only build with ocaml 4.01
2017-02-19 13:05:47 +01:00
Florent Becker
2a17b75fb1
ocamlPackages.bitsring: associate ocaml versions with bitstring versions univocally
2017-02-19 13:05:47 +01:00
Florent Becker
ba993ad506
coccinelle: build with caml 4.01
2017-02-19 13:05:46 +01:00
Florent Becker
2f46fb2cba
sks: fix build with ocaml 4.02+
2017-02-19 13:05:46 +01:00
Florent Becker
b0d7d60fd4
prooftree: force ocaml 4.01
2017-02-19 13:05:46 +01:00
Florent Becker
ea68576b7a
satallax: force ocaml 4.01
2017-02-19 13:05:45 +01:00
Florent Becker
ad671eaba9
mldonkey: force ocaml 4.01
2017-02-19 13:05:45 +01:00
Florent Becker
11e4fcf941
ocamlPackages.llpp: only allow with ocaml-4.04
2017-02-19 13:05:44 +01:00
Florent Becker
eec3973004
leo2: force ocaml-4.01
2017-02-19 13:05:44 +01:00
Guillaume Maudoux
9016be4589
qtikz: update to Qt5; remove ktikz
2017-02-19 12:26:51 +01:00
sternenseemann
a452714799
ocaml-cow: init at 2.2.0
2017-02-19 11:16:25 +00:00
Vincent Laporte
d2a4a84f00
ocamlPackages.uri: 1.9.1 -> 1.9.2
...
The old version is also kept, under the attribute `uri_p4`.
It is built against `sexplib` version prior to 113.33 and needed by `trv`.
2017-02-19 11:57:24 +01:00
Joachim F
184f574283
Merge pull request #22915 from pradeepchhetri/envconsul
...
envconsul: init at 0.6.2
2017-02-19 10:23:58 +01:00
Nikolay Amiantov
b322271dd6
pythonPackages.webassets: 0.12 -> 0.12.1
...
Fixes #22965
2017-02-19 11:35:59 +03:00
sternenseemann
4f0feb4f5f
ocaml-logs: init at 0.6.2
2017-02-19 04:36:14 +00:00
Pradeep Chhetri
1973a29536
envconsul: init at 0.6.2
2017-02-19 09:36:39 +05:30
rushmorem
87cf2231fa
intecture-agent: init at 0.3.0
2017-02-19 03:49:33 +02:00
Rushmore Mushambi
0982d9b00f
Merge pull request #22979 from rushmorem/intecture
...
intecture-auth: init at 0.1.0
2017-02-19 03:28:37 +02:00
rushmorem
31d4b7b830
intecture-auth: init at 0.1.0
2017-02-19 03:20:37 +02:00
sternenseemann
d738ac4fd5
ocaml-angstrom: init at 0.3.0
2017-02-19 02:12:52 +01:00
Rushmore Mushambi
de4a17409f
Merge pull request #22972 from rushmorem/incli
...
intecture-cli: init at 0.3.2
2017-02-19 02:45:36 +02:00
rushmorem
af6c722a7b
intecture-cli: init at 0.3.2
2017-02-19 02:35:47 +02:00
Renato Alves
523444db38
luaPackages.luaposix: init at 33.4.0
2017-02-19 01:09:51 +01:00
Tim Steinbach
2423313581
kernel: 4.9.10 -> 4.9.11
2017-02-18 18:33:36 -05:00
rushmorem
39aac045f6
rustPackages: update to latest
2017-02-19 00:50:05 +02:00
Rushmore Mushambi
23e2824d0f
Merge pull request #22955 from rushmorem/czmq-update
...
czmq: v3.0.2 -> v4.0.2
2017-02-19 00:01:35 +02:00
rushmorem
3f09f8fa4d
czmq: v3.0.2 -> v4.0.2
2017-02-18 23:54:50 +02:00
ikervagyok
0860565ee0
btrfs-dedupe: init at 1.1.0 ( #22938 )
2017-02-18 22:20:42 +01:00
Lorenzo Manacorda
fccea07869
glances: 2.7.1_1 -> 2.8.2
2017-02-18 20:27:23 +01:00
Ricardo M. Correia
fca09185d0
pycurl: 7.19.5 -> 7.19.5.1
...
Fixes import error when curl was built with LibreSSL.
2017-02-18 20:09:04 +01:00
Cray Elliott
5e0b978eff
mwprocapture: init at 1.2.3269 ( #22160 )
2017-02-18 15:44:31 +01:00
Rahul Gopinath
7901a7a65f
dgsh-unstable: Init at 2017-02-05 ( #22657 )
...
Dgsh is the directed graph shell
2017-02-18 14:25:49 +01:00
Frederik Rietdijk
8a6fa4a320
Merge pull request #22244 from AndersonTorres/intercal
...
Intercal: a little fix
2017-02-18 14:10:44 +01:00
Rene Treffer
5236e23502
prometheus-bind-exporter: init at 20161221
...
prometheus-bind-exporter: init at 20161221
2017-02-18 13:43:59 +01:00
AndersonTorres
9d82b3ebeb
Intercal: a little fix
...
Intercal doesn't build with the most recent version of flex -
it complains with an "undefined reference to `yywrap'"
in the link phase.
So, we need to downgrade flex.
2017-02-18 10:05:02 -02:00
Vladimír Čunát
432dba859e
Merge branch 'staging'
...
A security update of libxml2 is within.
2017-02-18 08:59:29 +01:00
Graham Christensen
c4bbadf2d5
tomcat6: more thoroughly remove tomcat6
2017-02-17 22:25:52 -05:00
Thomas Tuegel
a8b49802db
Merge pull request #22902 from ttuegel/kde5-instructions
...
KDE 5 packaging instructions
2017-02-17 21:09:31 -06:00
Joachim Fasting
e8007c0e89
linux_4_9: patch for CVE-2017-5986
...
Seems fairly low impact[1] but we might as well patch it until a new 4.9
version is released
[1]: https://bugzilla.redhat.com/show_bug.cgi?id=1420276
2017-02-17 19:11:30 +01:00
Thomas Tuegel
b510dccc94
kde5.applications: update instructions
2017-02-17 11:48:14 -06:00
Bjørn Forsman
73112a6e78
pcsctools: unbreak 'gscriptor' by adding cairo
...
Fixes this:
$ gscriptor
Can't load '/nix/store/17w6hdwbli924v7d43xxxp66qhgqpc24-perl-Pango-1.227/lib/perl5/site_perl/5.22.2/x86_64-linux-thread-multi/auto/Pango/Pango.so' for module Pango: /nix/store/17w6hdwbli924v7d43xxxp66qhgqpc24-perl-Pango-1.227/lib/perl5/site_perl/5.22.2/x86_64-linux-thread-multi/auto/Pango/Pango.so: undefined symbol: cairo_font_type_to_sv at /nix/store/5z1wn7knhckr3a0asb8lzp99sdai09f2-perl-5.22.2/lib/perl5/5.22.2/x86_64-linux-thread-multi/DynaLoader.pm line 193.
at /nix/store/srdac7af3nz6fb74haa8l8ls9wd9pas0-perl-Gtk2-1.2498/lib/perl5/site_perl/5.22.2/x86_64-linux-thread-multi/Gtk2.pm line 31.
Compilation failed in require at /nix/store/srdac7af3nz6fb74haa8l8ls9wd9pas0-perl-Gtk2-1.2498/lib/perl5/site_perl/5.22.2/x86_64-linux-thread-multi/Gtk2.pm line 31.
BEGIN failed--compilation aborted at /nix/store/srdac7af3nz6fb74haa8l8ls9wd9pas0-perl-Gtk2-1.2498/lib/perl5/site_perl/5.22.2/x86_64-linux-thread-multi/Gtk2.pm line 31.
Compilation failed in require at /nix/store/sgy2xsyvmam09pl25x8gb507gyiz9ybn-pcsc-tools-1.4.25/bin/.gscriptor-wrapped line 28.
BEGIN failed--compilation aborted at /nix/store/sgy2xsyvmam09pl25x8gb507gyiz9ybn-pcsc-tools-1.4.25/bin/.gscriptor-wrapped line 28.
2017-02-17 17:01:29 +01:00
Joachim F
fe4552420e
Merge pull request #22680 from dtzWill/feature/creduce
...
creduce: init at 2.6.0
2017-02-17 16:58:37 +01:00
Philipp Gesang
b4e9bcfc12
afio: init at 2.5.1
...
Signed-off-by: Philipp Gesang <phg@phi-gamma.net>
2017-02-17 15:29:03 +01:00
Orivej Desh
47ded42788
lumail: init at 2.9
2017-02-17 12:14:20 +01:00
Orivej Desh
cc4fd4f715
perl-Net-IMAP-Client: init at 0.9505
2017-02-17 12:14:20 +01:00
Nikolay Amiantov
8ecd5c4019
Merge pull request #22864 from abbradar/dbus-etc
...
Redo DBus configuration
2017-02-17 11:47:51 +03:00
Daiderd Jordan
8a5c6153d7
Merge pull request #22814 from veprbl/wxpython
...
wxPython30: fix on darwin
2017-02-17 08:35:39 +01:00
Robin Gloster
b3c58dc38b
Merge pull request #22222 from afldcr/polybar-3.0.3
...
polybar: init at 3.0.4
2017-02-17 02:49:44 +01:00
Brian McKenna
17f566d1e1
keybase-gui: init at 20170209.17b641d
...
The GUI requires the keybase and kbfs packages to be installed and
running with /keybase as the mount.
2017-02-17 02:44:06 +01:00
Mogria
cfea446920
phpPackages.memcached: add missing zlib build dependency
2017-02-17 02:18:58 +01:00
David Terry
90d225db76
microsoft_gsl: init at 2017-02-13
2017-02-17 02:14:12 +01:00
Pradeep Chhetri
6515854248
awless: init at 0.0.13
2017-02-17 02:12:23 +01:00
Dmitry Kalinkin
0a44f259b5
python27Packages.taskcoach: mark as broken on darwin
2017-02-16 18:48:09 -05:00
Robin Gloster
101d90d18b
libzrtpcpp: remove
2017-02-17 00:14:15 +01:00
Robin Gloster
d7e5883d5e
freeswitch: 1.6.9 -> 1.6.15
2017-02-17 00:14:13 +01:00
Robin Gloster
4324ff2f73
sflphone: remove
2017-02-17 00:14:10 +01:00
Robin Gloster
538aed6dea
twinkle: remove
2017-02-17 00:14:07 +01:00
Robin Gloster
d9d66375ec
pythonPackages.boto3: 1.4.2 -> 1.4.4
2017-02-17 00:13:49 +01:00
Robin Gloster
0abc829590
pythonPackages.pyopenssl: 16.1.0 -> 16.2.0
2017-02-17 00:13:42 +01:00
Robin Gloster
38ef3bbc08
perlPackages.CryptOpenSSLRandom: 0.10 -> 0.11
2017-02-17 00:13:27 +01:00
Robin Gloster
b1d24a0472
libressl: default to 2.4 due to recent breakages
2017-02-17 00:13:21 +01:00
Vladimír Čunát
03024b39b7
tex4ht: fixup evaluation errors in the broken package
...
https://github.com/NixOS/nixpkgs/pull/22873#issuecomment-280390590
2017-02-16 20:24:56 +01:00
Vladimír Čunát
e962a3c95f
Merge branch 'master' into staging
2017-02-16 19:02:37 +01:00
Frederik Rietdijk
624cd8ae9e
Merge pull request #22593 from teh/master
...
Update scrapy & dependencies
2017-02-16 17:27:57 +01:00
Tom Hunger
69363e9611
Move scrapy to its own module and add patch to fix broken permission code.
...
Scrapy is usually installed via pip where copying all permissions
makes sense. In Nix the files copied are owned by root and
readonly. As a consequence scrapy can't edit the project templates so
scrapy startproject
fails.
2017-02-16 16:21:46 +00:00
Graham Christensen
073ca2b34f
aspcu: 1.9.0 -> 1.9.1
2017-02-16 07:55:25 -05:00
Graham Christensen
52026edf98
Merge pull request #22839 from ilya-kolpakov/master
...
boost: 1.63.0 (not default)
2017-02-16 07:42:40 -05:00
Nikolay Amiantov
3e23ec4450
makeDBusConf: init
...
Use XSLT transform to modify stock dbus configuration file. This is needed
because some dbus components doesn't support <include> so we need to put our
core configuration in the main file.
2017-02-16 15:41:23 +03:00
romildo
abcb132eff
pygments: 2.1.3 -> 2.2.0
2017-02-16 10:29:09 -02:00
Eelco Dolstra
97fc806a7b
nix-prefetch-zip: Remove
...
This script is not needed anymore since "nix-prefetch-url --unpack
<url>" and "nix-prefetch-url -A foo.src" (where "foo.src" is a
fetchzip / fetchFromGitHub call) work fine.
2017-02-16 11:28:23 +01:00
Graham Christensen
7943dc8978
Merge pull request #22843 from bendlas/update-webkitgtk
...
webkitgtk212x: remove
2017-02-15 21:28:35 -05:00
Tom Hunger
c10b0e7bc4
scrapy: 1.1.2 -> 1.3.1
2017-02-15 22:13:16 +00:00
Tom Hunger
dde5350971
w3lib: 1.14.2 -> 1.17.0
2017-02-15 22:13:16 +00:00
Tom Hunger
17e9f21b9c
parsel: 1.0.3 -> 1.1.0
2017-02-15 22:13:16 +00:00
Jascha Geerds
900fc49013
Merge pull request #22775 from peterhoeg/u/qtox
...
tox clients and libraries updates
2017-02-15 23:05:14 +01:00
Herwig Hochleitner
54e3fad0f4
webkitgtk212x: remove
...
2.12 isn't maintained anymore and superseded by the (compatible) 2.14
2017-02-15 20:29:05 +01:00
Ilya Kolpakov
6d8235210d
boost: 1.63.0 (not default)
2017-02-15 18:29:39 +01:00
Ross MacLeod
aba35a5c2d
python2.7-future: #22590 remove platform restriction ( #22837 )
...
Per #22590 , `haskellPackages.servant` and by extension any package which transitively depends on `pythonX.Y-future` will fail to build on darwin even though there's apparently no reason why it can't be built there.
2017-02-15 18:02:22 +01:00
Kristoffer Søholm
0ed06bcce7
pypandoc: 1.2.0 (broken) -> 1.3.3 ( #22782 )
2017-02-15 15:28:23 +00:00
Michael Raskin
c731738ecc
graphviz_2_0: hide inside monotoneViz
...
The old Graphviz version is vulnerable, but monotone-viz will never feed
it bad input.
2017-02-15 15:10:00 +01:00
Frederik Rietdijk
397e59b4c9
pythonPackages.Keras: 1.0.3 -> 1.2.2
2017-02-15 12:56:58 +01:00
Frederik Rietdijk
97c3bebd92
tensorflowCuDNN -> tensorflowWithCuda
...
and move expression
2017-02-15 12:32:44 +01:00
Frederik Rietdijk
a069c16c22
tensorflowNoGpuSupport -> tensorflowWithoutCuda
...
and move expression
2017-02-15 12:32:44 +01:00
Rahul Gopinath
e69f76470a
aenum: Init at 1.4.7
2017-02-15 10:25:37 +01:00
Rahul Gopinath
ce8af120f2
leather: Init at 0.3.3
2017-02-15 10:24:53 +01:00
makefu
76da40e5a7
cups-dymo: init at 1.4.0.5
2017-02-15 09:07:40 +01:00
Vladimír Čunát
35b2159671
Merge branch 'master' into staging
...
Over 11k rebuilds on master.
2017-02-15 08:41:35 +01:00
rardiol
195ca7393c
widelands: 18 -> 19 ( #22796 )
2017-02-15 07:11:59 +01:00
Franz Pletz
f87eb8920c
grafana-old: outdated, probably without users
2017-02-15 00:42:29 +01:00
Daiderd Jordan
7929888e8d
Merge pull request #22614 from cstrahan/ycm
...
YouCompleteMe: use ycmd package
2017-02-14 21:32:09 +01:00
Tuomas Tynkkynen
c86798125b
amoeba: init at 1.1
...
This uses all the patches from Debian since otherwise it would work on
i686 among other things.
2017-02-14 15:45:09 +02:00
Eelco Dolstra
c5fb67259e
Merge pull request #22785 from jpierre03/pr-cpan-cgi
...
Perl::CGI: 4.31 -> 4.35
2017-02-14 12:38:30 +01:00
Gabriel Ebner
8493a2d060
heaptrack: init at 2017-02-14
2017-02-14 12:19:40 +01:00
Jean-Pierre PRUNARET
c9d822b518
Perl::CGI: 4.31 -> 4.35
2017-02-14 11:38:24 +01:00
Frederik Rietdijk
733dc656b1
pythonPackages.enum34: 1.0.4 -> 1.1.6
2017-02-14 09:24:00 +01:00
Frederik Rietdijk
58175843b1
pythonPackages: python.majorVersion -> python.pythonVersion
...
...because we're interested in the version of the language, not of the
interpreter. This is important for PyPy packages.
2017-02-14 09:23:59 +01:00
Frederik Rietdijk
dc2262b41c
pythonPackages.urllib3: 1.12 -> 1.20
2017-02-14 09:23:59 +01:00
Peter Hoeg
eb52ef12c2
ratox: use libtoxcore-old
2017-02-14 14:59:08 +08:00
Peter Hoeg
5a88ab3f55
tox-prpl: 20141202 -> 0.5.1
2017-02-14 14:58:28 +08:00
Peter Hoeg
8cef304ede
libtoxcore: init at 0.1.6 and move old versions away
2017-02-14 14:57:48 +08:00
Daiderd Jordan
07c21bfaf7
ycmd: fix darwin build
2017-02-14 00:31:29 +01:00
Daiderd Jordan
b165de3be5
Merge pull request #22730 from ndowens/master
...
epic5: init at 2.0.1
2017-02-14 00:17:51 +01:00
ndowens
dda70d9b06
epic5: init at 2.0.1
...
Added conditional to support darwin
Changed comment about buildInputs
Added 's' to optional condition
2017-02-13 15:53:12 -06:00
Robin Gloster
7e5424ac09
php: default to php71
2017-02-13 22:48:45 +01:00
Franz Pletz
7b6a88c95e
urh: init at 1.3.3
2017-02-13 22:22:13 +01:00
Vladimír Čunát
c0c50dfcb7
Re-revert "pythonPackages.unittest2: without argparse""
...
This reverts commit 4882e431c7
.
Moved from master.
2017-02-13 21:57:56 +01:00
Vladimír Čunát
8d8c337884
Merge branch 'master' into staging
2017-02-13 21:57:49 +01:00
Vladimír Čunát
4882e431c7
Revert "pythonPackages.unittest2: no need to depend on argparse"
...
This reverts commit 6891c9291d
.
Moving the mass rebuild to staging.
2017-02-13 21:55:54 +01:00
Robert Helgesson
a2d2649a8f
perl-MooseX-Types: 0.46 -> 0.50
2017-02-13 21:54:54 +01:00
Frederik Rietdijk
982520d771
pythonPackages.awesome-slugify: fix test runner
2017-02-13 21:16:07 +01:00
Frederik Rietdijk
4a8c2a5d0a
Merge pull request #22749 from vrthra/pytimeparse
...
pytimeparse: 1.1.5 -> 1.1.6
2017-02-13 21:11:48 +01:00
George Whewell
5af946bd2c
skip failing tests on darwin
2017-02-13 16:36:40 +00:00
Rahul Gopinath
7a0f1f4462
pytimeparse: 1.1.5 -> 1.1.6
2017-02-13 08:35:12 -08:00
Joachim F
dd9172022c
Merge pull request #22166 from DerTim1/postgres-plugin-tsearch-extras
...
tsearch-extras: init at 0.2
2017-02-13 16:26:43 +01:00
Franz Pletz
04f72ca64c
Merge pull request #22740 from Mic92/libasyncns
...
gajim: use libasyncns as resolver
2017-02-13 15:08:16 +01:00
georgewhewell
99fdc8b651
pythonPackages.matplotlib: re-add Cocoa as buildInput on darwin ( #22741 )
2017-02-13 15:03:59 +01:00
Frederik Rietdijk
5d00edcf4f
cudatoolkit5 fixup, fixes eval
2017-02-13 14:45:18 +01:00
Frederik Rietdijk
c2e2a4d2c5
Python: remove 2.6
2017-02-13 14:42:24 +01:00
Frederik Rietdijk
6891c9291d
pythonPackages.unittest2: no need to depend on argparse
2017-02-13 14:42:24 +01:00
Frederik Rietdijk
d5c4737c2d
pythonPackages.aws_shell: cleanup
2017-02-13 14:42:24 +01:00
Eelco Dolstra
c71a893334
Revert "Use looser 9pfs caching in VM tests/builds"
...
This reverts commit bbd03e236a
.
2017-02-13 14:38:19 +01:00
Jörg Thalheim
b059f63c6e
pythonPackages.libasyncns: init at 0.7.1
2017-02-13 14:11:56 +01:00
Peter Simons
5d3bb96f62
LTS Haskell 8.0
...
This includes an update to hackage-packages.nix, which was generated by hackage2nix v2.0.4-11-gd82133a
from Hackage revision 53fcf98366
.
2017-02-13 12:21:04 +01:00
Eelco Dolstra
4af79a7331
Revert "linux: Apply 9p veryloose patch to 4.9"
...
This reverts commit a82810c7a7
.
Fixes #22695 .
2017-02-13 12:16:39 +01:00
Frederik Rietdijk
94db8d7dd2
Revert "pythonPackages.argparse: only for Python < 2.7"
...
This reverts commit 12d9eac8f0
.
2017-02-13 09:52:07 +01:00
Tim Digel
8616c0d391
tsearch-extras: init at 0.2
2017-02-13 07:28:25 +01:00
Graham Christensen
4450327c06
flow: pin ocaml to ocaml_4_02
2017-02-12 20:52:37 -05:00
Dan Peebles
4c0aae964c
ssm-agent: init at 2.0.633.0
2017-02-13 01:33:33 +00:00
Franz Pletz
12ebd6c058
Merge pull request #22708 from mguentner/ipfs_0_4_5
...
ipfs: 0.4.4 -> 0.4.5 // ipfsapi: 0.4.0 -> 0.4.5-pre
2017-02-13 02:10:01 +01:00
Jörg Thalheim
71ca18ae32
Merge pull request #22716 from ndowens/master
...
worker: init at 3.8.5
2017-02-13 01:21:38 +01:00
Graham Christensen
63d7ff883e
Merge pull request #22457 from peterhoeg/u/suil
...
suil: 0.8.2 -> 0.8.4
2017-02-12 19:00:21 -05:00
ndowens
a77705748b
worker: init at 3.8.5
...
modified: pkgs/top-level/all-packages.nix
pick 8096649e47 worker: init at 3.8.5
squash 9267acbd46 modified: pkgs/top-level/all-packages.nix
worker: updated default.nix license field
Added myself to lib/maintainers.nix
squash 28173341fa worker: updated default.nix license field
squash b22407cf5c Added myself to lib/maintainers.nix
Fixed indent and added missing > in maintainers.nix
Fixed curly bracket indent
2017-02-12 17:45:42 -06:00
Will Dietz
a82b3dd8e2
creduce: init at 2.6.0
...
Also includes perl dependency 'GetOpt::Tabular'.
2017-02-12 14:31:16 -06:00
Maximilian Güntner
072adafb66
ipfsapi: 0.4.0 -> 0.4.5-pre
2017-02-12 19:55:06 +01:00
Vladimír Čunát
2dba30af72
Merge recent staging
...
It's almost finished by Hydra now.
2017-02-12 19:51:01 +01:00
Franz Pletz
cf4775571f
poezio: 0.10 -> 0.11
2017-02-12 15:57:39 +01:00
Franz Pletz
8e19dc565e
pythonPackages.slixmpp: 1.2.1 -> 1.2.4.post1
2017-02-12 15:57:34 +01:00
Christoph Hrdinka
a7ca114545
libretro: add mGBA core
...
Closes #22618 .
2017-02-12 12:38:20 +01:00
Frederik Rietdijk
b210c53757
Merge pull request #22686 from aneeshusa/update-cryptography-to-1.7.2
...
cryptography: 1.5.3 -> 1.7.2
2017-02-12 11:40:38 +01:00
Franz Pletz
5b1a1b0e50
pythonPackages.afew: 2016-02-29 -> 2017-02-08
...
Failed to build because sha256 of the source tarball changed.
2017-02-12 11:32:57 +01:00
Frederik Rietdijk
12d9eac8f0
pythonPackages.argparse: only for Python < 2.7
2017-02-12 11:28:02 +01:00
Frederik Rietdijk
543721d766
Revert "pythonPackages.argparse: only for Python < 2.7"
...
Mass-rebuild, goes into staging.
This reverts commit bee23d7dfc
.
2017-02-12 11:27:13 +01:00
Frederik Rietdijk
bee23d7dfc
pythonPackages.argparse: only for Python < 2.7
2017-02-12 10:28:00 +01:00
Rob Vermaas
a74d1594f1
Make azure-mgmt-... work with requests 2.11.x. We should update the azure python packages, however, that is a much bigger effort. This is needed to make sure nixops keeps working with Azure.
...
(cherry picked from commit 4eb92c5c64906a5142e7cb34bdcfc7e16ab77dd1)
2017-02-12 09:24:13 +00:00
Rob Vermaas
c07f1589bf
Make azure-mgmt-resource work with requests 2.11.x. We should update the azure python packages, however, that is a much bigger effort. This is needed to make sure nixops keeps working with Azure.
...
(cherry picked from commit 81f2bde0a2af99d84666628fae89af648ce2fa3e)
2017-02-12 09:11:15 +00:00
Peter Hoeg
6b2ea7ec6e
diskscan: init at 0.19
2017-02-12 03:51:13 +01:00
Peter Simons
35d06e947f
python-packages: bump osc to fix bug with NixOS's default $PAGER setting
2017-02-11 23:36:36 +01:00
Aneesh Agrawal
1941a740c5
cryptography: 1.5.3 -> 1.7.2
...
Also update cryptography-vectors
2017-02-11 17:07:33 -05:00
Profpatsch
5b2a71fa25
droopy: init at 20160830 ( #22499 )
2017-02-11 23:06:17 +01:00
c74d
89db3a0bc6
perlPackages.Swim: 0.1.44 -> 0.1.45
...
This patch updates the Perl package `Swim` (attribute path
`perlPackages.Swim`) from version 0.1.44 to version 0.1.45.
I have tested this patch per nixpkgs manual section 11.1 ("Making
patches").
2017-02-11 21:34:23 +01:00
Joachim F
0b59657e2c
Merge pull request #22505 from tweag/fd/spark-2.1.0
...
spark: 1.6.0 -> 2.1.0
2017-02-11 20:31:59 +01:00
Joachim F
2488e42cc5
Merge pull request #22620 from hrdinka/add/libretro-reicast
...
libretro: add reicast core
2017-02-11 20:15:59 +01:00
Joachim F
ec08d6fd2f
Merge pull request #22621 from hrdinka/add/cdi2iso
...
cdi2iso: init at 0.1
2017-02-11 20:15:45 +01:00
Joachim F
6d536f91ba
Merge pull request #22662 from hrdinka/add/libretro-mednafen-saturn
...
libretro: add mednafen-saturn core
2017-02-11 20:13:40 +01:00
Peter Simons
e644f9f8ec
python-packages: update "osc" to latest version from git
2017-02-11 19:25:36 +01:00
David Terry
a3523022e7
range-v3: init at 2017-01-30 ( #22661 )
2017-02-11 19:10:46 +01:00
Vladimír Čunát
2aff29c7b2
tex4ht: deprecate in favor of texlive.tex4ht
...
I don't make an alias, as the attribute is used in a different way.
2017-02-11 18:09:43 +01:00
Joachim F
48885e90e1
Merge pull request #22640 from Ma27/update/phpPackages.composer
...
phpPackages.composer: 1.2.0 -> 1.3.2
2017-02-11 15:52:38 +01:00
Peter Hoeg
9550686be8
subsurface: 4.5.97 -> 4.6.0 ( #22615 )
...
We do a few more things:
- libmarble and libdivecomputer with the subsurface patches have both been
inlined for 2 reasons:
a) nobody else is using these forks
b) they need to be updated in lockstep with subsurface
- instead of building libmarble against qtquick1, we now build using
qtquickcontrols (qtquick2)
- getting rid of qtquick1 also allows us to use the default qt (currently 5.6)
- we get rid of some hacks to deal with library dependencies
- instead of manually overriding various phases, we simply use cmakeFlags to
pass proper parameters
2017-02-11 15:48:18 +01:00
Lprndn
e2834ca611
Sile: Init at 0.9.4
2017-02-11 15:24:38 +01:00
Frederik Rietdijk
049a031e34
pythonPackages.paramiko: 2.0.2 -> 2.1.1
2017-02-11 14:14:07 +01:00
Frederik Rietdijk
e655ab08ee
pythonPackages.ryu: mark as broken
2017-02-11 14:14:07 +01:00
Frederik Rietdijk
6cf3667bc9
pythonPackages.cinderclient: mark as broken
...
The whole python openstack needs some maintenance...
2017-02-11 14:14:07 +01:00
Christoph Hrdinka
c4a47bdb5e
libretro: add mednafen-saturn core
2017-02-11 13:49:33 +01:00
Vladimír Čunát
8f5b3ae07a
Merge branch 'master' into staging
2017-02-11 11:22:29 +01:00
Alexey Shmalko
003a0609ee
Merge pull request #22604 from esoeylemez/add-zdbsp
...
zdbsp: init at 1.19
2017-02-11 12:15:05 +02:00
Ertugrul Söylemez
0980003040
zdbsp: init at 1.19
2017-02-11 05:47:09 +01:00
Peter Hoeg
5e0dbfe931
Merge branch 'master' into f/nvim-qt
2017-02-11 11:46:37 +08:00
Maximilian Bosch
349bc2e1e2
phpPackages.composer: 1.2.0 -> 1.3.2
2017-02-10 22:12:21 +01:00
Nikolay Amiantov
442b4d65c3
Merge pull request #22304 from abbradar/nvidia
...
Refactor NVidia drivers
2017-02-10 23:53:34 +03:00
Thomas Tuegel
dc75530f26
Merge branch 'emacs-packages'
2017-02-10 13:12:12 -06:00
Thomas Tuegel
ae160b582c
melpa-packages: init w3m at 20170203.647
2017-02-10 13:11:45 -06:00
Peter Hoeg
f0d0e21a5e
neovim-qt: clean up
2017-02-11 02:39:15 +08:00
Tuomas Tynkkynen
a14ef4ad52
open-vm-tools: 10.0.7 -> 10.1.0
...
Also add an option to disable all the X11 stuff.
2017-02-10 20:12:00 +02:00
Tuomas Tynkkynen
1862a9a4fb
perlPackages.TextWrapI18N: Fix glibc path
...
Glibc is the one exception where ${glibc}/bin doesn't work (as the more
common usage is ${glibc}/lib-ld-linux.so.2)...
2017-02-10 20:12:00 +02:00
Thomas Tuegel
05ecf91c4e
Merge pull request #22557 from peterhoeg/f/neovim-qt
...
neovim-qt: works with qt 5.6 and msgpack 2.0
2017-02-10 11:45:41 -06:00
Frederik Rietdijk
c9f4d714fe
Merge pull request #22417 from edanaher/move-neovim-remote
...
neovim-remote: move from python-packages to /neovim/neovim-remote.
2017-02-10 17:47:25 +01:00
Frederik Rietdijk
1c998e0773
Merge pull request #22631 from hrdinka/update/boto
...
Update/Fix boto3
2017-02-10 17:25:37 +01:00
Frederik Rietdijk
9ef6850221
Merge pull request #22344 from lsix/update_netcdf
...
Update netcdf (including python binding)
2017-02-10 17:22:23 +01:00
Frederik Rietdijk
a323b84999
Merge pull request #22611 from bendlas/fix-pypy
...
pypy: enable dbm support in db dependency
2017-02-10 17:14:09 +01:00
Christoph Hrdinka
c0f2e89d6a
pythonPackages.boto3: 1.4.2 -> 1.4.4
2017-02-10 17:05:54 +01:00
Christoph Hrdinka
ac1cf94ec7
pythonPackages.s3transfer: 0.1.9 -> 0.1.10
2017-02-10 17:05:53 +01:00
Christoph Hrdinka
1713dae2e3
cdi2iso: init at 0.1
2017-02-10 16:40:27 +01:00
Pascal Wittmann
df78c69e6e
Merge pull request #22624 from hrdinka/add/aqemu
...
aqemu: init at 0.9.2
2017-02-10 14:57:28 +01:00
Pascal Wittmann
2f309854ef
Merge pull request #22622 from hrdinka/add/attract-mode
...
attract-mode: init at 2.2.0
2017-02-10 14:12:59 +01:00
Christoph Hrdinka
de9720b65f
aqemu: init at 0.9.2
2017-02-10 12:48:29 +01:00
Christoph Hrdinka
95ee742dcd
attract-mode: init at 2.2.0
2017-02-10 12:25:26 +01:00
Christoph Hrdinka
d04ee2f91c
libretro: add reicast core
2017-02-10 12:11:29 +01:00
Carles Pagès
4059a29394
Merge pull request #22512 from paperdigits/dateutils
...
dateutils: init at 0.4.1
2017-02-10 11:55:15 +01:00
Frederik Rietdijk
81d0494390
jsonnet: use emscripten build against python2
2017-02-10 09:35:22 +01:00
Frederik Rietdijk
c00d08cb9e
Merge pull request #22606 from luispedro/jug_update_140
...
pythonPackages.jug: 1.3.0 -> 1.4.0
2017-02-10 08:25:11 +01:00
Remy Goldschmidt
176a96782e
pdf2htmlEX: init at 0.14.6 ( #22480 )
2017-02-10 07:10:16 +01:00
Charles Strahan
4ca258e97a
Merge pull request #22490 from cstrahan/ycmd
...
ycmd: 2016-01-12 -> 2017-02-03
2017-02-10 01:09:56 -05:00
Charles Strahan
53a5117cde
ycmd: use vendored python libs
...
YouCompleteMe needs the packages to be available in ycmd's third_party
directory, and things start getting pretty complicated when we try to
use our package libs instead of the vendored ones. We can revisit this
at a later time, but we'll need to ensure that we don't break the vim
plugin.
Tested in vim.
2017-02-10 01:01:22 -05:00
Dan Peebles
03cab2d923
ecs-agent: init at 1.14.0
2017-02-10 04:33:48 +00:00
Dan Peebles
a848643709
pythonPackages.lmdb: fix on python 3 and add meta
2017-02-10 03:51:43 +00:00
Herwig Hochleitner
742db3fd84
pypy: enable dbm support in db dependency
...
fixes test breakage introduced by #21049 dca3a4e3f4
2017-02-10 03:56:16 +01:00
Adam Beckmeyer
4000489266
olm: init at 2.2.1
2017-02-10 02:22:15 +01:00
Luis Pedro Coelho
b85c13a643
pythonPackages.jug: 1.3.0 -> 1.4.0
2017-02-10 00:00:09 +01:00
terretta
eff30adc0d
awscli: 1.11.35 -> 1.11.45, botocore: 1.4.92 -> 1.5.8
...
Updating both at once as users expect these to stay in sync.
2017-02-09 17:41:55 -05:00
Joachim F
ca8fb930b1
Merge pull request #22356 from Ekleog/redsocks
...
Redsocks
2017-02-09 22:39:43 +01:00
John Ericson
18da9bc809
Merge pull request #22592 from Ericson2314/localSystem-fix
...
top-level: Hack around Nix's --arg logic not handling unnamed params
2017-02-09 15:35:16 -05:00
John Ericson
d680f541bf
top-level: Hack around Nix's --arg logic not handling unnamed params
2017-02-09 11:54:17 -05:00
Vladimír Čunát
4d18d3bd87
Revert "python-requests2: use system-wide CA bundle"
...
This reverts commit 768c970c8d
.
Moved to staging, as it causes ~16k rebuilds.
2017-02-09 17:24:36 +01:00
Daniel Peebles
7439fe083f
Merge pull request #22297 from nand0p/buildbot-0.9.3
...
buildbot: 0.9.0.post1 -> 0.9.3
2017-02-09 11:15:03 -05:00
Fernando J Pando
6fc34fd48a
treq: init 16.12.1
...
Tested on NixOS unstable
2017-02-09 10:10:51 -05:00
Fernando J Pando
487229654e
incremental: init 16.10.1
...
Tested on NixOS unstable
2017-02-09 10:08:32 -05:00
Peter Hoeg
7c435a82ce
dropbox: works with qt 5.6
2017-02-09 15:49:27 +01:00
Peter Simons
768c970c8d
python-requests2: use system-wide CA bundle rather than our own
...
This allows the library to interact gracefully with additional certificates
users might have configured in /etc/ssl/certs/ca-certificates.crt via NixOS.
2017-02-09 15:19:36 +01:00
Stefan Siegl
f800a4b197
tomboy: init at 1.15.7 ( #22589 )
2017-02-09 14:17:35 +00:00
Jörg Thalheim
f3c6acde1e
Merge pull request #22572 from Mic92/dwarfdump
...
dwarfdump: init at 20161124
2017-02-09 12:00:18 +01:00
Pascal Wittmann
5de04f6d55
Revert "ocaml-lablgl: use camlp5"
...
This reverts commit 7a6aac9076
.
2017-02-09 09:14:51 +01:00
Mica Semrick
70a7fe9d03
dateutils: init at 0.4.1
2017-02-08 19:31:31 -08:00
John Ericson
e74ec9d84f
Merge pull request #22575 from Ericson2314/localSystem
...
top-level: Allow nixpkgs to take localSystem directly
2017-02-08 22:10:49 -05:00
John Ericson
8cd4c31d6b
top-level: Allow nixpkgs to take localSystem directly
...
This is instead of both system and platform, which is kind of ugly.
2017-02-08 22:06:57 -05:00
Dan Peebles
3e7dffd2b3
pythonPackages.twitter-common-*: add meta
...
I'd like to share the common meta fields across all of them but it didn't
seem worth it.
2017-02-08 18:24:59 -05:00
Franz Pletz
6d0806d061
pythonPackages.searx: 0.10.0 -> 0.11.0
2017-02-08 23:51:02 +01:00
Franz Pletz
2ae5b82cb7
pythonPackages.pysocks: 1.5.7 -> 1.6.6
2017-02-08 23:51:01 +01:00
Franz Pletz
603ca4be35
pythonPackages.lxml: 3.7.0 -> 3.7.2
2017-02-08 23:51:01 +01:00
Franz Pletz
de82ce901e
pythonPackages.flask: 0.11.1 -> 0.12
2017-02-08 23:51:00 +01:00
Franz Pletz
4bb27d8622
pythonPackages.ndg-httpsclient: 0.4.0 -> 0.4.2
2017-02-08 23:51:00 +01:00
Franz Pletz
7bb81a5a7b
pythonPackages.certifi: 2016.2.28 -> 2017.1.23
2017-02-08 23:51:00 +01:00
Franz Pletz
dced724c00
linux_3_18: remove due to EOL
2017-02-08 23:50:59 +01:00
Dan Peebles
554bfea26f
pythonPackages.pex: add meta
2017-02-08 15:22:05 -05:00
Dan Peebles
e012e12402
pythonPackages.pathspec: add meta
2017-02-08 15:10:49 -05:00
Nikolay Amiantov
003fa8fed5
gn: remove
...
Chromium depends on bundled versioon of gn. It's also chromium-specific build
tool, so it's not feasible to package.
2017-02-08 22:52:40 +03:00
Dan Peebles
825ef235ba
pythonPackages.pants: fix typo in license
2017-02-08 14:46:05 -05:00
Jörg Thalheim
b1b0e9f6ab
dwarfdump: init at 20161124
2017-02-08 20:45:31 +01:00
Dan Peebles
84542bb6f4
pythonPackages.pants: add meta
2017-02-08 14:43:12 -05:00
Dan Peebles
4fef9bf857
pythonPackages.ansicolors: add meta
2017-02-08 14:05:13 -05:00
Nikolay Amiantov
1900f22760
jre_headless: add alias
2017-02-08 21:35:58 +03:00
Andrew Cann
3082647e74
trezord: init at 1.2.0 ( #22054 )
2017-02-08 17:18:22 +01:00
Peter Hoeg
c2a963ceae
neovim-qt: works with qt 5.6 and msgpack 2.0
2017-02-08 22:37:46 +08:00
Nikolay Amiantov
2fd2fcf54d
linuxPackages.nvidia_x11: refactor, build more from source
...
* Use libglvnd;
* Compile nvidia-settings, nvidia-persistenced from source;
* Generalize builder.
2017-02-08 16:57:46 +03:00
Nikolay Amiantov
750e7ba0d9
libglvnd: init at 2016-12-22
2017-02-08 16:56:50 +03:00
Pascal Wittmann
39f2bf0976
Merge pull request #22468 from taktoa/souper
...
souper: init at 2017-01-05
2017-02-08 09:20:43 +01:00
Benjamin Staffin
9dc2cb2e84
Merge pull request #22476 from benley/redshift-kde
...
redshift-plasma-applet: init at 1.0.17
2017-02-07 20:21:56 -05:00
Vincent Laporte
eaba666273
luaPackages.luafilesystem: fix build on darwin
2017-02-07 20:12:38 +00:00
Vladimír Čunát
ce9d30e734
Merge #22241 : amdgpu-pro: 16.50 -> 16.60
2017-02-07 20:49:58 +01:00
Dan Peebles
97bf0637d5
pants: init at 1.2.1
...
This will need more patching to work properly (especially for python
builds), but I've been able to convince it to build some simple java and
scala projects in its current form so I figured I'd spread it.
2017-02-07 14:07:28 -05:00
Fernando J Pando
34b5c9a4de
buildbot: 0.9.0.post1 -> 0.9.3
...
- Fixes unneeded patching
- Adds worker to build inputs now needed for tests
- Replaces enableworker option with worker configuration module
- Openssh required for tests
- Fixes worker hardcoded paths
- Tested on Nixos Unstable
2017-02-07 11:14:42 -05:00
Kier Davis
83865b2c6c
intel-ocl: init at r4.0-59481
2017-02-07 15:20:30 +03:00
Guillaume Maudoux
f7b7d8e7b5
dafny: fix meta attribute
2017-02-07 11:35:10 +01:00
aszlig
25b61cc897
pyocr: Use skip instead of expectedFailure
...
Since the update of imagemagick in
5e753c1a65
there are certain test cases
which now unexpectly succeed and in turn cause the whole build to fail.
So in order to prevent this from happening let's skip those tests
properly instead of running them and expect them to fail.
Tested by building pythonPackages.pyocr on x86_64-linux.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-02-07 10:55:40 +01:00
Pascal Wittmann
d099c1b96d
Merge pull request #22507 from layus/dafny-update
...
Add dafny; fixup Boogie
2017-02-07 10:21:35 +01:00
Pascal Wittmann
04a128540d
Merge pull request #22285 from nand0p/electricsheep
...
electricsheep: 2.6.8 -> 2.7b33
2017-02-07 10:20:20 +01:00
Guillaume Maudoux
aeaf893e57
dafny: init at v1.9.8
2017-02-07 10:13:42 +01:00
Frederik Rietdijk
c73045ef10
pythonPackages.sphinx: 1.5.1 -> 1.5.2
2017-02-07 09:12:30 +01:00
Frederik Rietdijk
6640fe2e1e
pythonPackages.sphinx: fix make-mode, fixes #22501
2017-02-07 09:12:30 +01:00
Remy Goldschmidt
ac72948c94
souper: init at 2017-01-05
2017-02-06 21:57:45 -06:00
David McFarland
905627c7c5
xorg-server: fglrxCompat -> abiCompat
...
Allows it to be used for fglrx (1.17) and amdgpu-pro (1.18)
2017-02-06 23:16:21 -04:00
Graham Christensen
8608f91661
gnash: remove due to removal of ming
2017-02-06 21:23:40 -05:00
Shea Levy
41ba205dda
ming: remove.
...
The project seems dead and there are recent security issues.
See https://lwn.net/Vulnerabilities/712664/
2017-02-06 21:08:57 -05:00
Fernando J Pando
17d74c4912
electricsheep: 2.6.8 -> 2.7b33
...
- Updates and fixes currently broken package.
- Provides Flam3 and GLee dependencies.
- Tested on Nixos Unstable.
2017-02-06 18:05:38 -05:00
Guillaume Maudoux
ccb2d83980
boogie: fix basename issues; promote to package
2017-02-06 22:50:05 +01:00
Dan Peebles
2ac2bd187e
pythonPackages.pyenchant: fix on darwin
2017-02-06 15:42:54 -05:00
Facundo Domínguez
ae2932249e
spark: 1.6.0 -> 2.1.0
...
Tested in linux with:
nix-env -f . -i spark-1.6.0
nix-env -f . -i spark
cc @thoughtpolice @offlinehacker
2017-02-06 17:27:57 -03:00
Pascal Wittmann
442e0ab1f6
Merge pull request #22492 from schneefux/pkg.shaarli-material
...
shaarli: add material theme package
2017-02-06 18:36:29 +01:00
Thomas Tuegel
f0bbf73e0b
Merge pull request #22477 from peterhoeg/f/kdiff3
...
kdiff3-qt5: init at 1.7.0
2017-02-06 11:21:31 -06:00
Celine Mercier
78c052e91a
ecopcr: init at 0.8.0
2017-02-06 16:01:08 +01:00
Joachim F
6eb6130e15
Merge pull request #22495 from pradeepchhetri/wuzz-20170205
...
wuzz: init at 2017-02-05
2017-02-06 15:45:56 +01:00
Pradeep Chhetri
f22a7f0558
wuzz: init at 2017-02-05
2017-02-06 19:28:40 +05:30
Franz Pletz
900326fdc0
wget: add some more dependencies & small cleanups
...
cc #22416
2017-02-06 13:18:33 +01:00
Franz Pletz
8b9e2010b4
libidn2: init at 0.16
...
wget now needs libidn2 instead of libidn.
cc #22416
2017-02-06 13:18:20 +01:00
Benjamin Staffin
962c4430ba
redshift-plasma-applet: init at 1.0.17
2017-02-05 18:15:39 -05:00
Thomas Tuegel
d93fdc0f54
Merge pull request #22314 from peterhoeg/u/krename
...
krename-qt5: init at 20161228
2017-02-05 15:26:08 -06:00
Michael Raskin
6642e5d873
Merge pull request #22146 from dasuxullebt/gbsplay
...
gbsplay: init at version 2016-12-17
2017-02-05 19:01:47 +00:00
James Alexander Feldman-Crough
0f905b0dc8
polybar: init at 3.0.4
...
Polybar is a status bar in the vein of xmobar or i3bar.
2017-02-05 10:57:02 -08:00
Alexey Shmalko
3bdfd75681
Merge pull request #22462 from andsild/ansicolor
...
ansicolor: init at 0.2.4
2017-02-05 20:56:12 +02:00
Joachim F
09b6d2eaed
Merge pull request #22432 from peterhoeg/d/freerdp
...
freerdp: 20160909 -> 20170201 and rename freerdpStable to freerdp_legacy
2017-02-05 17:08:19 +01:00
Joachim F
4459f26ad8
Merge pull request #22175 from dancek/illum
...
illum: init at 0.4
2017-02-05 16:41:30 +01:00
asildnes
102e4eed6f
ansicolor: init at 0.2.4
2017-02-05 15:06:11 +01:00
Michael Raskin
6d9a37bfc8
CLX and StumpWM no longer need a pinned SBCL
2017-02-05 13:03:03 +01:00
Michael Raskin
5d6f798efc
stumpwm: use fresh SBCL
2017-02-05 13:03:03 +01:00
Nikolay Amiantov
90bc1a8595
Merge pull request #22353 from abbradar/bluetooth
...
Bluetooth improvements
2017-02-05 13:18:48 +03:00
Volth
f5bbecc5c5
scala 2.12 requires jre8
2017-02-05 06:24:56 +00:00
Peter Hoeg
e881a21ada
weston: depend on freerdp_legacy
2017-02-05 14:04:51 +08:00
Peter Hoeg
05684f313e
freerdp: 20160909 -> 20170201 and rename old freerdp to freerdp_legacy
...
The former "stable" version of FreeRDP was actually not stable - it just
happened to have a released version while being both buggy and insecure.
The "unstable" branch hasn't seen a release in years, but everybody
should be using this instead and I have been using it as a daily driver
for ages.
This new version works beautifully here.
If/when at some point upstream does a normal release, we can bring back
stable/unstable if needed.
As I am quite dependent on FreeRDP working properly, I will be commit to
keeping this updated.
The commit used for this release follows the Arch Linux release.
2017-02-05 14:03:59 +08:00
Thomas Tuegel
f9c684e152
Merge pull request #22404 from cpages/jsoncpp
...
jsoncpp: update and drop old version
2017-02-04 20:06:53 -06:00
Léo Gaspard
68a609b059
redsocks: init at 0.5
2017-02-05 01:20:03 +01:00
Vladimír Čunát
a2c867fd39
Merge branch 'staging'
2017-02-04 21:02:46 +01:00
Hannu Hartikainen
d91b39b3f9
illum: init at 0.4
2017-02-04 20:22:51 +02:00
volth
9e299acf87
liberastika: init at 1.1.5 ( #22420 )
2017-02-04 16:38:01 +01:00
volth
762cc106b4
virt-top: init at 1.0.8 ( #21536 )
2017-02-04 16:07:45 +01:00
pngwjpgh
913c5b21d5
gcs: init at 4.8.0 ( #22173 )
2017-02-04 15:36:38 +01:00
Remy Goldschmidt
d1aa065a5d
dotnetPackages.Boogie: init at 2017-01-03
2017-02-04 15:27:18 +01:00
Vladimír Čunát
94a7a80f0b
Revert "spidermonkey_24: remove"
...
This reverts commit 5dacc53af3
.
2017-02-04 11:53:23 +01:00
Jörg Thalheim
f5db07b158
Merge pull request #22426 from khumba/squirrel-sql
...
squirrel-sql: init at 3.7.1
2017-02-04 08:40:36 +01:00
Bryan Gardiner
7d3db4f491
squirrel-sql: init at 3.7.1
2017-02-03 23:29:18 -08:00
Michael Raskin
948361522a
Merge pull request #22415 from volth/liberation_ttf_v1
...
liberation-fonts: init at 1.07.4
2017-02-03 22:07:17 +00:00
Volth
6a5ee48724
liberation-fonts: init at 1.07.4
2017-02-03 22:04:35 +00:00
Evan Danaher
b2fb95a6cf
neovim-remote: move from python-packages to /neovim/neovim-remote.
2017-02-03 16:58:22 -05:00
Pascal Wittmann
c1604543bf
llpp: 2016-05-07 -> 2017-01-18
2017-02-03 22:12:53 +01:00
Pascal Wittmann
7a6aac9076
ocaml-lablgl: use camlp5
2017-02-03 22:12:53 +01:00
Frederik Rietdijk
e3f710466f
Merge pull request #22325 from lsix/update_pep257
...
update pythonPackages.pep257
2017-02-03 21:54:26 +01:00
Arseniy Seroka
91ebefbf73
Merge pull request #22405 from edanaher/add-vim-plugins
...
Add vim plugins
2017-02-03 23:50:59 +03:00
Robin Gloster
b7bbe2ce0b
pythonPackages.requests-mock: 0.6.0 -> 1.3.0
2017-02-03 20:22:44 +01:00
Jörg Thalheim
a8e32d68b5
Merge pull request #22412 from makefu/exfat-nofuse
...
exfat-nofuse: init at 2017-01-03
2017-02-03 20:07:26 +01:00
makefu
26a27e4657
exfat-nofuse: init at 2017-01-03
2017-02-03 19:49:27 +01:00
rnhmjoj
0788889220
dnschain: fix build
2017-02-03 19:49:14 +01:00
Ollie Charles
7d00b5faed
muchsync: init at 2
2017-02-03 17:57:53 +00:00
Tuomas Tynkkynen
eb0eed4205
jenkins-job-builder: 1.4.0 -> 1.6.1
2017-02-03 19:32:45 +02:00
Nikolay Amiantov
230c97c944
Merge pull request #22303 from abbradar/nfs4
...
NFS improvements
2017-02-03 20:04:25 +03:00
Frederik Rietdijk
1cc779c29e
Merge pull request #22402 from teh/master
...
joblib: Fix tests in python3.5
2017-02-03 17:25:28 +01:00
Thomas Tuegel
74f5672a1c
Merge pull request #22406 from abbradar/qtenv
...
Qt 5: Use buildEnv for env, don't use it for packages
2017-02-03 09:57:58 -06:00
Tom Hunger
ddf3498e4f
joblib: Fix tests in python3.5
...
Failing with a process exited with -9 on occasion.
2017-02-03 15:22:06 +00:00
Nikolay Amiantov
8a67af13f4
multimc: don't use qt.full
2017-02-03 18:21:16 +03:00
Nikolay Amiantov
de9017ee68
vokoscreen: don't use qt.full
2017-02-03 18:21:16 +03:00
Nikolay Amiantov
f0564ae299
cb2bib: don't use qt.full
2017-02-03 18:21:15 +03:00
Nikolay Amiantov
2c7e3f276d
keepassx-community: don't use qt.full
2017-02-03 18:21:15 +03:00
Nikolay Amiantov
c7d7ad1d9f
qjackctl: don't use qt.full
2017-02-03 18:21:14 +03:00
Evan Danaher
cdb59104f1
neovim-remote: init at v1.4.0
2017-02-03 09:32:55 -05:00
Vladimír Čunát
2ba076e99c
Merge branch 'master' into staging
...
>11k more build jobs on master, just for Linux :-/
This way staging will never catch up.
2017-02-03 15:32:08 +01:00
Carles Pagès
ba596c9ce9
jsoncpp: remove unused 1.6 version
2017-02-03 13:21:57 +01:00
Michael Raskin
d042a831a3
libzmf: init at 0.0.1
2017-02-03 13:14:39 +01:00
Michael Raskin
58711ecf0c
libreoffice-still: 5.1.6.2 -> 5.2.5.1 (branch switch upstream)
2017-02-03 13:14:39 +01:00
Vladimír Čunát
adab4cd58b
Merge branch 'master' into staging
2017-02-03 11:47:38 +01:00
Frederik Rietdijk
1652a136e4
pythonPackages.cytoolz: disable failing test
2017-02-03 10:04:35 +01:00
Benjamin Staffin
53e6431d61
Merge pull request #22358 from yorickvP/asteriskupd
...
asterisk: add lts version
2017-02-03 02:30:34 -05:00
Edward Tjörnhammar
62dc683096
kodiPlugins: updates
...
* Added exodus in favour of genesis, same developer and old plugin is dead
* Added gamepad(controllers) inputs as enableControllers
* Updated SVTPlay, HyperLauncher
* Removed SALTS, doesn't work without a FHS
2017-02-02 21:12:55 +01:00
Yorick van Pelt
529853b5e1
asterisk: add lts version, fix impurity
2017-02-02 15:15:37 +01:00
Frederik Rietdijk
c1e29e237b
pythonPackages: rename fetchers
...
- fetchpypi -> fetchPypi
- fetchWheel and fetchTarball are no longer public
695ff0dc09 (commitcomment-20711584)
2017-02-02 11:49:39 +01:00
Robin Gloster
1a5cdaf85a
fix evaluation
2017-02-02 11:28:31 +01:00
Frederik Rietdijk
50bc1dc0df
Merge pull request #22345 from NixOS/python-wip
...
Python package updates and new fetchers
2017-02-02 11:04:32 +01:00
Peter Simons
75a4679548
Recurse from haskell.compiler into haskell.compiler.integer-simple on Hydra.
...
This ensures that the gmp-free compiler variants are compiled on
hydra.nixos.org, too.
2017-02-02 10:57:00 +01:00
Bas van Dijk
dfcc9e2994
ghc: support building with integer-simple and provide package sets for it
...
If the flag enableIntegerSimple is true GHC will be build with the GPL-free but
slower integer-simple library instead of the faster but GPLed integer-gmp
library.
The attribute `pkgs.haskell.compiler.integer-simple."${ghcVersion}"` provides a
GHC compiler build with `integer-simple`.
Similarly, the attribute `pkgs.haskell.packages.integer-simple."${ghcVersion}"`
provides a package set supporting `integer-simple`.
Closes https://github.com/NixOS/nixpkgs/pull/22121 .
Closes https://github.com/NixOS/nixpkgs/issues/5493 .
2017-02-02 10:57:00 +01:00
goibhniu
8605cdc898
Merge pull request #22207 from league/vokoscreen
...
vokoscreen: init at 2.5.0
2017-02-02 09:51:44 +01:00
Gabriel Ebner
311ec6abd5
Merge pull request #22361 from peterhoeg/u/crunch
...
speedcrunch: 0.11 -> 0.12.0
2017-02-02 07:54:06 +01:00
Peter Hoeg
f7871d3433
suil: 0.8.2 -> 0.8.4
...
We can now also build against qt5 but not qt4 and qt5 at the same time.
2017-02-02 13:41:23 +08:00
Peter Hoeg
8d803b90ac
kdiff3-qt5: init at 1.7.0
...
Upstream hasn't made a formal release yet of the qt5 version which is why I'm
not replacing the existing kde4 version.
2017-02-02 13:01:40 +08:00
Drakonis
15bc80f3b9
keepassx-community: init at 2.1.0
...
- deprecating keepassx-reboot (was at 2.0.3)
2017-02-01 21:21:34 -05:00
Peter Hoeg
58a5d0783e
speedcrunch: 0.11 -> 0.12.0
...
Also:
- build against qt5 instead of qt4
2017-02-02 09:13:54 +08:00
Jascha Geerds
888be22aee
Merge pull request #22201 from lsix/update_docker_compose
...
Update docker compose
2017-02-02 00:39:04 +01:00
Nikolay Amiantov
496476be4e
bluez4: reintroduce to nixpkgs
...
It's still needed by KDE4. It was there, just unreferenced from all-packages.
2017-02-02 00:52:54 +03:00
Robert Helgesson
de172ae061
copyright-update: init at 2016.1018
2017-02-01 22:19:24 +01:00
Bjørn Forsman
3e5022c787
hardinfo: init at 0.5.1
...
Display information about your hardware and operating system.
2017-02-01 21:12:59 +01:00
Eelco Dolstra
b70a979c69
Remove unnecessary "sort" call
...
attrNames already returns names in sorted order.
2017-02-01 20:29:34 +01:00
Frederik Rietdijk
fae20e6c29
pythonPackages.ipywidgets: disable tests
2017-02-01 18:24:23 +01:00
Frederik Rietdijk
3eadbb746c
pythonPackages.numexpr: 2.6.1 -> 2.6.2
2017-02-01 18:24:23 +01:00
Frederik Rietdijk
5cd9e1c8f2
pythonPackages.pandocfilters: 1.3.0 -> 1.4.1
2017-02-01 18:24:23 +01:00
Frederik Rietdijk
2d062241ea
pythonPackages.xarray: 0.8.2 -> 0.9.1
2017-02-01 18:24:22 +01:00
Frederik Rietdijk
9f74012250
pythonPackages.testpath: init at 0.3
2017-02-01 18:24:22 +01:00
Eelco Dolstra
9d6a55aefd
~/.nixpkgs -> ~/.config/nixpkgs
...
The former is still respected as a fallback for config.nix for
backwards compatibility (but not for overlays because they're a new
feature).
2017-02-01 16:07:55 +01:00
Eelco Dolstra
7dacca324d
$NIXPKGS_OVERLAYS -> <nixpkgs-overlays>
...
The Nix search path is the established mechanism for specifying the
location of Nix expressions, so let's use it instead of adding another
environment variable.
2017-02-01 16:07:54 +01:00
Eelco Dolstra
86fe7a40ac
Only read overlays ending in .nix
...
For example, this prevents Nix from barfing on editor backup files in
~/.nixpkgs/overlays.
2017-02-01 16:07:54 +01:00
Vladimír Čunát
a2e7770b51
Merge branch 'master' into staging
...
There have been some larger security rebuilds on master.
2017-02-01 15:56:35 +01:00
Lancelot SIX
9d1e203501
pythonPackages.pytest-pep257: 0.0.1 -> 0.0.5
2017-02-01 15:11:45 +01:00
Frederik Rietdijk
4188e6cbf6
pythonPackages.tabulate: 0.7.5 -> 0.7.7
2017-02-01 14:54:20 +01:00
Frederik Rietdijk
cd7e95ac9a
pythonPackages.requests2: 2.11.1 -> 2.13.0
2017-02-01 14:54:20 +01:00
Frederik Rietdijk
400da71551
pythonPackages.pexpect: 3.3 -> 4.2.1
2017-02-01 14:54:20 +01:00
Frederik Rietdijk
a75aa2cddb
pythonPackages.bottleneck: 1.0.0 -> 1.2.0
2017-02-01 14:54:20 +01:00
Frederik Rietdijk
4677b6cf84
pythonPackages.notebook: 4.2.3 -> 4.3.2
2017-02-01 14:54:20 +01:00
Frederik Rietdijk
68bb54a89b
pythonPackages.nose-exclude: 0.4.1 -> 0.5.0
2017-02-01 14:54:20 +01:00
Frederik Rietdijk
ac5df23fcf
pythonPackages.nbformat: 4.0.1 -> 4.2.0
2017-02-01 14:54:20 +01:00
Frederik Rietdijk
286a7eb59b
pythonPackages.nbconvert: 4.2.0 -> 5.1.1
2017-02-01 14:54:20 +01:00
Frederik Rietdijk
8fa286ecc1
pythonPackages.multipledispatch: 0.4.8 -> 0.4.9
2017-02-01 14:54:20 +01:00
Frederik Rietdijk
c39c463e7a
pythonPackages.jupyter_core: 4.2.0 -> 4.2.1
2017-02-01 14:54:20 +01:00
Frederik Rietdijk
f3d91ee84a
pythonPackages.jinja2: 2.8 -> 2.9.5
2017-02-01 14:54:20 +01:00
Frederik Rietdijk
2a6901dc28
pythonPackages.ipython: 5.2.0 -> 5.2.1
2017-02-01 14:54:20 +01:00
Frederik Rietdijk
f677eb6bae
pythonPackages.ipyparallel: 5.2.0 -> 6.0.0
2017-02-01 14:54:20 +01:00
Frederik Rietdijk
27d4cd47e3
pythonPackages.ipykernel: 4.5.1 -> 4.5.2
2017-02-01 14:54:20 +01:00
Frederik Rietdijk
9e4271551e
pythonPackages.entrypoints: 0.2.1 -> 0.2.2
2017-02-01 14:54:20 +01:00
Frederik Rietdijk
1658e7a80c
pythonPackages.cytoolz: 0.8.0 -> 0.8.2
2017-02-01 14:54:20 +01:00
Frederik Rietdijk
4d57cd49c2
pythonPackages.configparser: 3.3.0r2 -> 3.5.0
2017-02-01 14:54:20 +01:00
Frederik Rietdijk
695ff0dc09
pythonPackages: new fetchers
...
Inspired by https://github.com/NixOS/nixpkgs/pull/22257 .
It is recommend to use fetchpypi and, when fetching a wheel, to pass
`format = "wheel"` (typically you can just `inherit format;`).
The hash type is fixed (for now) because this is the hash type PyPI
uses.
2017-02-01 14:54:20 +01:00
Lancelot SIX
98b602fe3c
pythonPackages.netcdf4: 1.2.4 -> 1.2.7
2017-02-01 14:04:57 +01:00
Frederik Rietdijk
dd934beb9f
Merge pull request #22326 from leenaars/lpod-py-regular
...
pythonPackages.lpod: fix missing dependency
2017-02-01 13:07:51 +01:00
Peter Simons
bd613c20f4
Merge pull request #22197 from LumiGuide/ghcjsHEAD-upgrade
...
ghcjs-HEAD: upgrade to the latest HEAD
2017-02-01 11:45:52 +01:00
Vincent Laporte
7ace1b1ced
luaPackages.luazlib: 0.4 -> 1.1
2017-02-01 08:44:52 +01:00
Vincent Laporte
0860b8d5d1
luaPackages.luazlib: fix on darwin
2017-02-01 08:44:52 +01:00
Nikolay Amiantov
1426779072
portmap: remove
...
rpcbind is used instead
2017-02-01 02:44:56 +03:00
Michiel Leenaars
5e57536ace
pythonPackages.lpod: fix missing dependency
2017-01-31 23:03:37 +01:00
Lancelot SIX
7680786f90
pythonPackages.pep257: 0.3.2 -> 0.7.0
2017-01-31 22:39:22 +01:00
Peter Hoeg
887590e1d2
wireshark: use cmake and move to gtk3/qt5
...
wireshark used to use autotools, but instead we now use cmake. The
change alone brought to light a few missing required dependencies.
Additionally, wireshark was using gtk2 and qt4, so that has changed to
gtk3 and qt5.
2017-01-31 21:20:12 +01:00
Vladimír Čunát
557fd03926
Merge #22310 : Remove myself from maintainers
2017-01-31 14:56:24 +01:00
Peter Hoeg
338dcba251
krename-qt5: init at 20161228
...
Upstream hasn't made a proper release based on qt5/kf5, so I'm adding this
package in addition to the kde4 based package instead of replacing it.
2017-01-31 20:36:11 +08:00
Matthias Beyer
904bcb391d
yaft: init at 0.2.9
2017-01-31 13:20:26 +01:00
Damien Cassou
58dc8e3024
Remove myself from maintainers
2017-01-31 11:00:14 +01:00
Matthias Beyer
3ccc139b3d
cataract: init at 1.1.0 and HEAD
2017-01-31 09:20:08 +00:00
Frederik Rietdijk
18ac28b45d
Merge pull request #22280 from lsix/pytest_defaults_to_30
...
python*Packages.pytest: defaults to pytest_30
2017-01-31 09:48:38 +01:00
Orivej Desh
d409d23945
pidgin-xmpp-receipts: init at 0.7
2017-01-31 09:33:30 +01:00
Lancelot SIX
4cf8ae3a8c
pythonPackages.pytest: use pytest_30
2017-01-31 09:33:05 +01:00
Tim Digel
e2bf0416a9
pgroonga: init at 1.1.9
2017-01-31 09:27:36 +01:00
Vincent Laporte
61c48d9c45
luaPackages.luaexpat: fix build on darwin
2017-01-31 05:12:16 +00:00
Franz Pletz
1128726064
Merge pull request #22305 from jbaum98/smartmontools
...
smartmontools: 6.4 -> 6.5 and fix segfault on darwin
2017-01-31 06:04:17 +01:00
Jake Waksbaum
a9afa48915
smartmontools: 6.4 -> 6.5 and fix segfault on darwin
2017-01-30 22:09:21 -05:00
Nikolay Amiantov
84ee358735
pythonPackages.scandir: init at 1.4
2017-01-31 03:27:09 +03:00
Nikolay Amiantov
20b8212a14
pythonPackages.chainmap: init at 1.0.2
2017-01-31 03:27:09 +03:00
Alexey Shmalko
682e7a3643
Merge pull request #22281 from vifino/master
...
wmutils-opt: init at v1.0
2017-01-30 22:44:30 +02:00
Adrian Pistol
f6e2772cd3
wmutils-opt: init at v1.0
2017-01-30 20:42:16 +00:00
Lancelot SIX
c6c2137a9c
pythonPackages.hypothesis: 3.5.2 -> 3.6.0
2017-01-30 21:15:56 +01:00
Vladimír Čunát
612333a770
knot-resolver: yet another attempt to fix build on Darwin
2017-01-30 20:08:16 +01:00
Vladimír Čunát
9cd2dbc569
Merge branch 'master' into staging
...
Hopefully this will fix the mass abortion on Hydra;
restarting the jobs didn't help.
2017-01-30 18:39:36 +01:00
Frederik Rietdijk
e4f739fa2f
Merge pull request #22003 from lsix/update_matplotlib
...
pythonPackages.matplotlib: 1.5.3 -> 2.0.0
2017-01-30 18:19:16 +01:00
Rob Vermaas
b8fec2384e
boto: upgrade 2.42.0 to 2.45.0
...
(cherry picked from commit 5fff5a902594b34471b613eb2babcec923e1e1f1)
2017-01-30 15:53:02 +00:00
Rahul Gopinath
19180957f5
ruby_1_9: remove package
...
Remove ruby 1.9 since it is EOLed upstream
2017-01-30 11:18:44 +00:00
Eelco Dolstra
5fdc6db957
Revert "add nix-prefetch-source ( #21734 )"
...
This reverts commit ca38ef79e9
due its
use of importJSON and external source info files, which is
non-idiomatic.
2017-01-30 11:44:15 +01:00
Alexey Shmalko
2dc87881b0
Merge pull request #22283 from asymmetric/siji
...
siji: init at 2016-05-14
2017-01-30 12:35:15 +02:00
Lorenzo Manacorda
0ecde73b91
siji: init at 2016-05-14
2017-01-30 11:32:52 +01:00
Vaibhav Sagar
63f609b1a4
ihaskell: remove service configuration. ( #22268 )
...
See #22047 . This change should be reverted after IHaskell has been
updated to support GHC 8.
2017-01-30 08:38:42 +01:00
Niklas Thörne
2eb8163fae
bashdb: init at 4.4-0.92 ( #22275 )
2017-01-29 23:05:04 +01:00
regnat
0abc1a7668
alot : 0.3.7 -> 0.5
2017-01-29 19:45:58 +01:00
Tom Doggett
fe6c4eb8e6
gcalcli: init at 3.4.0
2017-01-29 17:00:05 +01:00
Tuomas Tynkkynen
424cfe7686
Merge remote-tracking branch 'upstream/master' into staging
2017-01-29 02:16:29 +02:00
Tuomas Tynkkynen
2f38d1fd1f
kmscube: init at 2016-09-19
2017-01-29 02:08:04 +02:00
Arseniy Seroka
d948e55c27
Merge pull request #22240 from pradeepchhetri/openconnect
...
openconnect: 7.06 -> 7.08
2017-01-29 02:13:14 +03:00
Pradeep Chhetri
56ed9f8b94
openconnect: 7.06 -> 7.08
2017-01-29 02:46:19 +05:30
Lluís Batlle i Rossell
57625514f4
Adding nuttcp.
2017-01-28 20:40:21 +01:00
Frederik Rietdijk
fc83bdc147
Merge pull request #22232 from teh/dask-update
...
Dask update
2017-01-28 20:07:01 +01:00
Robert Helgesson
588f4b7098
perl-HTML-Tiny: add meta section
2017-01-28 19:26:33 +01:00
Robert Helgesson
cf7f34a1aa
perl-IO-CaptureOutput: 1.1103 -> 1.1104
...
Also add meta section.
2017-01-28 19:26:23 +01:00
Robert Helgesson
44eedb927a
perl-List-Compare: 0.39 -> 0.53
...
Note, the previous package version was in error. Fixes #22234 .
2017-01-28 19:07:39 +01:00
Vincent Laporte
23894b77a7
ocamlPackages.dolmen: init at 0.2
...
dolmen is an OCaml library providing clean and flexible parsers for input languages
Homepage: https://github.com/Gbury/dolmen
2017-01-28 17:40:48 +00:00
Tom Hunger
541d645eb0
dask: 0.11.0 -> 0.13.0
2017-01-28 17:00:32 +00:00
Tom Hunger
62e95a4235
toolz: 0.8.0 -> 0.8.2
2017-01-28 17:00:17 +00:00
Tom Hunger
96f08f809a
distributed: 1.13.3 -> 1.15.1
2017-01-28 17:00:00 +00:00
Tom Hunger
b1a1eefc13
partd: 0.3.6 -> 0.3.7
2017-01-28 16:59:41 +00:00
Tom Hunger
d419fb6b1f
s3fs: 0.0.4 -> 0.0.8
2017-01-28 16:59:27 +00:00
Tom Hunger
dfc098cedf
zict: 0.0.3 -> 0.1.1
2017-01-28 16:59:14 +00:00
Tom Hunger
aaf5a2b80c
cloudpickle: 0.2.1 -> 0.2.2
2017-01-28 16:58:56 +00:00
Tom Hunger
b90737aff3
sortedcollections: init at 0.4.2
2017-01-28 16:58:18 +00:00