Commit Graph

40114 Commits

Author SHA1 Message Date
Renaud
9b2059f077
Merge pull request #48843 from JohnAZoidberg/rng-tools-6.6
rng-tools: 5 -> 6.6, jitterentropy: init at 2.1.2
2018-10-24 20:11:10 +02:00
John Ericson
7d96d15020
Merge pull request #46534 from obsidiansystems/darwin-to-linux-cross
misc pkgs: Darwin -> Linux cross compilation
2018-10-24 10:35:52 -04:00
sveitser
5e4fd34cfe
pythonPackages.sh: move to python-modules 2018-10-24 22:10:04 +08:00
John Ericson
bbd12f5583 Merge remote-tracking branch 'upstream/master' into darwin-to-linux-cross 2018-10-24 08:20:53 -04:00
Daiderd Jordan
0df3d8d6c4
wxmac: include cf-private
Fixes build failure because CoreFoundation doesn't include
CFURLGetFSRef anymore.

    clang++ -mmacosx-version-min=10.7 -c -o basedll_filefn.o  -D__WXOSX_COCOA__      -DWXBUILDING      -I./src/regex  -DwxUSE_GUI=0 -DWXMAKINGDLL_BASE -DwxUSE_BASE=1 -dynamic -fPIC -DPIC -Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy -Woverloaded-virtual -Wno-deprecated-declarations -D_FILE_OFFSET_BITS=64 -I/private/tmp/nix-build-wxmac-3.0.2.drv-0/wxWidgets-3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I./include -O2 -fno-strict-aliasing -fno-common  ./src/common/filefn.cpp
    ./src/common/filefn.cpp:849:18: error: use of undeclared identifier 'CFURLCreateFromFSRef'
        fullURLRef = CFURLCreateFromFSRef(NULL, fsRef);
                     ^
    ./src/common/filefn.cpp:875:14: error: use of undeclared identifier 'CFURLGetFSRef'
            if ( CFURLGetFSRef(url, fsRef) == false )
2018-10-24 12:07:50 +02:00
Daiderd Jordan
0fcd2ca7b2
darwin.cf-private: include headers from osx_private_sdk
This includes things like CFURLGetFSRef which are not part of the
swift-corelibs CoreFoundation.
2018-10-24 12:04:05 +02:00
Markus Kohlhase
039f9fbb5b featherpad: init at 0.9.1 2018-10-24 11:47:43 +02:00
Timo Kaufmann
e89b422114
Merge pull request #48921 from timokau/r8168
r8168: init at 8.046.00
2018-10-24 11:47:28 +02:00
Timo Kaufmann
c8b5deae19 r8168: init at 8.046.00 2018-10-24 11:46:10 +02:00
John Ericson
22df9423cd release-cross: Cross compile from all 3 supported platforms 2018-10-23 23:20:48 -04:00
Mateusz Kowalczyk
d3f328e592 Merge remote-tracking branch 'origin/master' 2018-10-24 11:21:46 +09:00
Mateusz Kowalczyk
0479354e0c QuadProgpp: Remember to add to all-packages.nix 2018-10-24 11:21:22 +09:00
John Ericson
b71389aefb
Merge pull request #47430 from roberth/nixpkgs-extend
pkgs.extend for adding overlays
2018-10-23 20:21:48 -04:00
John Wiegley
3c4c4ff051
coqPackages.Velisarios: New expression 2018-10-23 17:09:35 -07:00
Daniel Schaefer
6ffdf5a39f rng-tools: Rename attribute rng_tools -> rng-tools
Comply with naming guidelines
2018-10-24 00:49:46 +02:00
Daniel Schaefer
8ada6f6c46 jitterentropy: init at 2.1.2 2018-10-23 23:36:57 +02:00
Austin Seipp
46dc76b60b cloudflared: init at 2018.10.3
'cloudflared' is a multi-purpose client-side tool for CloudFlare Argo
Tunnel, CloudFlare Access, as well as including a simple DNS-over-HTTP
(DoH) proxy tool as well.

However, 'cloudflared' is NOT available under an open source license.
Furthermore, the exact terms of redistribution (namely, if we are able
to redistribute binaries at all) are not entirely clear to me. As a
result, I have filed the following bug report concerning the terms of
redistribution for the source code and binaries:

  https://github.com/cloudflare/cloudflared/issues/53

'cloudflared' does have source code available, however, and it
encourages users to use 'go install' in order to set it up, in fact (or
download their prebuilt, compiled binaries). So using the source seems
to be encouraged. Even then, I'm still not sure if Hydra can serve these
binaries.

In lieu of a more pointed answer regarding source/binary licensing, and
to avoid keeping this expression in my private tree, I've marked it as
'unfree' (to avoid Hydra serving it in any way) as well as compiled from
source (to avoid any 'redistribution allowed while unmodified' terms
that may crop up).

The dependencies for this build were generated using 'dep2nix'.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-10-23 15:20:35 -05:00
Vladyslav M
f7a785fbd1 mako: init at 1.1 (#46606) 2018-10-23 22:12:44 +02:00
lewo
f3f155023c
Merge pull request #48578 from vdemeester/init-skaffold
skaffold: init at 0.16.0
2018-10-23 20:55:16 +02:00
Michael Weiss
2eb372d59d
nixos/rootston: Remove the module and the package (#48905)
Rootston is just a reference compositor so it doesn't make that much
sense to have a module for it. Upstream doesn't really like it as well:

"Rootston will never be intended for downstream packages, it's an
internal thing we use for testing." - SirCmpwn [0]

Removing the package and the module shouldn't cause much problems
because it was marked as broken until
886131c243. If required the package can
still be accessed via wlroots.bin (could be useful for testing
purposes).

[0]: https://github.com/NixOS/nixpkgs/issues/38344#issuecomment-378449256
2018-10-23 20:38:33 +02:00
Patrick Hilhorst
d8d8a0ba14 sway-beta: init at 1.0-beta1 (#48829)
* sway-beta: init at 1.0-beta1

* sway, sway-beta: use https url
2018-10-23 20:34:59 +02:00
Alyssa Ross
0db57307e6 perlPackages.XMLFeedPP: init at 0.95 (#48816) 2018-10-23 19:50:21 +02:00
Rob Vermaas
87de9f7e89 opentracing-cpp: init 1.5.0
(cherry picked from commit f49df04c02)
2018-10-23 18:04:01 +02:00
sveitser
9f327caa1f
pythonPackages.sh: 1.11 -> 1.12.14
- Enable unit tests.
- Add MIT license.
2018-10-23 23:27:35 +08:00
Joachim F
48fd1fb0d7
Merge pull request #48794 from markuskowa/fix-samba-ib
samba: remove defunct infiniband support
2018-10-23 14:38:41 +00:00
Théo Zimmermann
cea4806bc5 ocamlformat: init at 0.8 2018-10-23 14:22:59 +00:00
Rob Vermaas
debbed29d1 datadog-agent: add option to enable trace agent 2018-10-23 12:30:06 +02:00
Jörg Thalheim
e82af6003c
Merge pull request #48821 from nyanloutre/jackett-10-365
jackett: 0.10.304 -> 0.10.365
2018-10-23 10:42:48 +01:00
nyanloutre
7a44e6e365 jackett: update mono version to 5.14
See details here : https://github.com/NixOS/nixpkgs/pull/48821#issuecomment-431837095
2018-10-23 10:59:32 +02:00
Michael Raskin
16c329f3da visidata: init at 1.3.1 2018-10-23 12:00:11 +03:00
Michael Raskin
acb7d85993 lrs: init at 7.0 2018-10-23 11:41:29 +03:00
lewo
1a840f6fb4
Merge pull request #48614 from vdemeester/init-kube-prompt
kube-prompt: init at 1.0.4
2018-10-23 09:49:58 +02:00
midchildan
444ce2dbdf
sourcetrail: init at 2018.3.55 2018-10-23 11:37:07 +09:00
Benjamin Hipple
f65afcb4c3 pythonPackages.bitarray: init at 0.8.3 2018-10-22 17:23:05 -04:00
Jörg Thalheim
0a9bfd69ec
Merge pull request #48818 from jokogr/u/lxd-3.0.2
lxd: 3.0.0 -> 3.0.2
2018-10-22 21:07:52 +01:00
Sarah Brofeldt
9de8d713dd
Merge pull request #48482 from Lassulus/ttyplot
ttyplot: init at 1.0
2018-10-22 21:54:36 +02:00
Tim Steinbach
2bb68c7017
linux: Add 4.19 2018-10-22 09:40:22 -04:00
Ioannis Koutras
891277e6a9 dqlite: initialize at 0.2.4 2018-10-22 13:07:15 +03:00
Ioannis Koutras
bf39304e53 sqlite-replication: initialize at 3.24.0+replication3 2018-10-22 13:07:14 +03:00
Jörg Thalheim
119d539d72
Merge pull request #47864 from uskudnik/add-brave-browser
brave: init at 0.24.0
2018-10-22 11:01:22 +01:00
adisbladis
5f33fbbc7b
vgo2nix: init at unstable-2018-10-14 2018-10-22 17:21:49 +08:00
Léo Gaspard
5cd6c65054 wasm: remove alias to unbreak the channel
Nixpkgs' channel currently can't move forward so long as there is a
trace in evaluating the top-level arguments. Which means that it isn't
possible to add a warning message to warn users of future package
removal.

So the only way forward appears to be just removing the alias
altogether.

(cherry picked from commit b4133ebc17c2742a76d912f4f0bf46719bc7800e)
2018-10-22 09:58:00 +02:00
Mateusz Czapliński
98d4e42145 ocamlPackages.zmq: init at 20180726 2018-10-22 06:51:17 +00:00
Vincent Demeester
10e029829c kube-prompt: init at 1.0.4
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-10-22 07:39:15 +02:00
Markus Kowalewski
8d7870d6c5
samba: remove defunct infiniband support
Even if infiniband support is enabled the option
is ignored by the configure script and no depencies
to libibverbs.so or librdmacm.so is contained in
the output.
2018-10-21 22:35:21 +02:00
Renaud
f94947f311
Merge pull request #48338 from unode/libaosd
libaosd: init at 0.2.7-9-g177589f
2018-10-21 22:03:23 +02:00
Renato Alves
232b2d7bc0
libaosd: init at 0.2.7-9-g177589f 2018-10-21 21:43:54 +02:00
Jan Tojnar
4341e830e5 phpPackages.php-cs-fixer: 2.12.2 → 2.13.1 2018-10-21 19:44:03 +02:00
Jörg Thalheim
2b25e95e23
Merge pull request #48725 from volth/pp-cleanup
perlPackages: fix evaluate with allowAliases=false
2018-10-21 18:34:20 +01:00
Renaud
0cc07aeee6
Merge pull request #48172 from jluttine/cholmod-extra-1.2.0
cholmod-extra: init at 1.2.0
2018-10-21 17:28:30 +02:00
Chris Ostrouchov
4bb06d7be7 pythonPackages.BoltzTraP2: init at 18.9.1 2018-10-21 14:37:22 +02:00
Jörg Thalheim
ec488f6f5f
Merge pull request #48444 from Ekleog/wasm-alias
wasm: add as temporary alias to proglodyte-wasm
2018-10-21 12:05:31 +01:00
Frederik Rietdijk
a4c0cdd466
Merge pull request #46564 from jluttine/nikola-8.0.0
pythonPackages.Nikola: 7.8.15 -> 8.0.1
2018-10-21 11:01:36 +02:00
Renaud
d88d0127f7
Merge pull request #48148 from peterhoeg/p/scummvm_games
scummvm: add several ScummVM supported games
2018-10-21 09:50:13 +02:00
Frederik Rietdijk
86c7662be0 Merge staging-next into master 2018-10-21 08:37:30 +02:00
volth
04ce4c3e42 perlPackages.NetSSHPerl: init at 2.14 (#48729)
dependencies:
perlPackages.AlienBuild: init at 1.48
perlPackages.AlienGMP: init at 1.14
perlPackages.CryptCurve25519: init at 0.06
perlPackages.CryptIDEA: init at 1.10
perlPackages.FFICheckLib: init at 0.20
perlPackages.MathGMP: init at 2.19
2018-10-21 01:44:46 +02:00
Jaka Hudoklin
8ff3df3eef
Merge pull request #48736 from mayflower/pkg/minishift
minishift: init at 1.25.0
2018-10-20 22:14:06 +02:00
Renaud
ffcfa3f820
Merge pull request #48335 from pnelson/weather-icons-2.0.10
weather-icons: init at 2.0.10
2018-10-20 17:21:24 +02:00
Thomas Tuegel
2e4397f631
Merge pull request #35213 from jluttine/suitesparse-5.1.2
suitesparse: 4.4.4 -> 5.3.0
2018-10-20 08:07:27 -05:00
Yegor Timoshenko
7731f70045
Merge pull request #46920 from urkud/pokerth-1.1.2
pokerth: 1.1.1 -> 1.1.2, refactor, Qt 5
2018-10-20 09:11:51 +00:00
Frederik Rietdijk
ca6ee8f519 Merge master into staging-next 2018-10-20 09:40:09 +02:00
Franz Pletz
c6b09766aa
minishift: init at 1.25.0 2018-10-20 06:08:29 +02:00
volth
3c493d852e perlPackages: fix evaluate with allowAliases=false 2018-10-19 23:20:33 +00:00
Pavel Platto
8781308ab6 unity3d: 5.6.1 -> 2017.4.10 (#48643) 2018-10-20 00:36:50 +03:00
Michael Weiss
02b5f4ff79
Merge pull request #46304 from teto/gpgme_python3
python3Packages.gpgme: enable python3 support
2018-10-19 22:17:19 +02:00
Yegor Timoshenko
031083b564
pokerth: clean up 2018-10-19 17:01:32 +00:00
Yury G. Kudryashov
f923187c20
pokerth: 1.1.1 -> 1.1.2 2018-10-19 17:01:29 +00:00
Peter Simons
d393b89965 stack: prefer the ghc-8.6.1 version
Building stack with ghc-8.4.x requires a whole lot of version overrides -- most
notably Cabal 2.4.x --, so we don't bother and just use the one built with the
latest compiler instead.
2018-10-19 14:44:22 +02:00
worldofpeace
518e7eb8c2 gsignondPlugins.mail: init at 2018-10-04 2018-10-19 06:29:04 -04:00
worldofpeace
95210447ee gsignondPlugins.lastfm: init at 2018-05-07 2018-10-19 06:29:04 -04:00
worldofpeace
0bcd20e3d8 gsignondPlugins.oauth: init at 2018-10-04 2018-10-19 06:29:04 -04:00
worldofpeace
3522d66f5a gsignondPlugins.sasl: init at 2017-11-11 2018-10-19 06:29:03 -04:00
worldofpeace
1917c7de87 gsignond: init at 2018-10-04 2018-10-19 06:29:03 -04:00
Drakonis
a2d7574ebe rclone-browser: init at 1.2 (#44589) 2018-10-19 11:01:24 +02:00
Vincent Demeester
241230d051
skaffold: init at 0.16.0
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-10-19 09:11:45 +02:00
Matthieu Coudron
3902b3f4e7 python3Packages.gpgme: enable python3 version
when calling python3Packages.gpgme, it was still picking python2.
Changed withPython into pythonSupport since it's the convention.

I had to enable ncurses too because of this error when configuring:

configure:19978: checking python extra libraries
configure:19985: result: -lpthread -ldl -lcrypt -lncurses -lutil -lm
configure:19992: checking python extra linking flags
configure:19999: result: -Xlinker -export-dynamic
configure:20006: checking consistency of all components of python development environment
configure:20032: gcc -o conftest -g -O2  -I/nix/store/hy65mn4wjswqih75gfr6g4q3xgqdm325-python3-3.6.6/include/python3.6m  conftest.c  -L/nix/store/hy65mn4wjswqih75gfr6g4q3xgqdm325-python3-3.6.6/lib -lpython3.6m -Xlinker -export-dynamic -lpthread -ldl -lcrypt -lncurses -lutil -lm >&5
/nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/ld: cannot find -lncurses
collect2: error: ld returned 1 exit status
configure:20032: $? = 1
2018-10-19 14:20:08 +09:00
Will Dietz
ca67b33a28
Merge pull request #47612 from dtzWill/fix/use-regular-patchelf-with-chrome
google-chrome: use default patchelf, "fixes" nacl_helper crashing.
2018-10-18 21:20:42 -05:00
Peter Hoeg
8e7dda36a4
Merge pull request #48630 from dotlambda/home-assistant-0.80.1
home-assistant: 0.77.3 -> 0.80.2
2018-10-19 08:00:54 +08:00
Milan Svoboda
43fc3bbb62 wings: fix runtime failure. (#48681)
Erlang/OTP 18 [erts-7.3.1.4] [source] [64-bit] [async-threads:10] [hipe] [kernel-poll:false]

Eshell V7.3.1.4  (abort with ^G)
1>
=ERROR REPORT==== 18-Oct-2018::21:29:53 ===
beam/beam_load.c(1189): Error loading module sdl:
  mandatory chunk of type 'Atom' not found

=ERROR REPORT==== 18-Oct-2018::21:29:53 ===
Loading of /nix/store/qalvdrzjqqm3a8nsavjbhfiv1pzhw82k-esdl-1.3.1/lib/erlang/lib/esdl-1.3.1/ebin/sdl.beam failed: badfile

=ERROR REPORT==== 18-Oct-2018::21:29:53 ===
Error in process <0.35.0> with exit value:
{undef,[{sdl,init,[1048608],[]},
        {wings_init,init,0,[{file,"wings_init.erl"},{line,28}]},
        {wings,init,1,[{file,"wings.erl"},{line,105}]}]}

Fatal internal error - log written to /home/milan/wings_crash.dump
2018-10-18 21:42:17 +01:00
John Ericson
d97e5e1115
Merge pull request #48602 from matthewbauer/cmake-cross
Set CMAKE_SYSTEM_* for cross compiling
2018-10-18 15:47:04 -04:00
Jörg Thalheim
ad250c18f7
Merge pull request #48580 from dtzWill/update/cquery-llvm7
cquery: 2018-08-08 -> 2018-10-14 (llvm6 -> llvm7)
2018-10-18 19:27:05 +01:00
John Ericson
1147d2ed89 Merge remote-tracking branch 'upstream/master' into xorg-override 2018-10-18 12:00:37 -04:00
John Ericson
88cd633ea4 xorg: Don't use deprecated item 2018-10-18 11:54:20 -04:00
Frederik Rietdijk
8d8dc1fa34 Merge master into staging 2018-10-18 11:43:54 +02:00
Felix Richter
17685a4022 bento4: init at 1.5.1-624 (#47632) 2018-10-18 11:34:43 +02:00
Frederik Rietdijk
821a3beb10
Merge pull request #48306 from NixOS/staging-next
Merge staging-next into master
2018-10-18 11:23:04 +02:00
Chris Ostrouchov
b889d7a43f pythonPackages.logutils: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
976162ed90 pythonPackages.nine: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
3e1f1f76bb pythonPackages.pycountry: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
abc0996dd0 pythonPackages.kazoo: refactor move to pyhton-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
ee6b3076e4 pythonPackages.zake: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
aecd6aeb11 pythonPackages.Kajiki: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
08b3dbea20 pythonPackages.warlock: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
4156569b54 pythonPackages.osc: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
30296bc49e pythonPackages.plyvel: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
28542253fa pythonPackages.python-otr: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
3df4461e21 pythonPackages.ordereddict: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
1cb8ab267d pythonPackages.offtrac: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
1ff8adc940 pythonPackages.objgraph: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
da78a13ad1 pythonPackages.obfsproxy: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
c24d25276f pythonPackages.oauthlib: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
c83ce200af pythonPackages.oauth2: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
bc1c971ef4 pythonPackages.oauth: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
a543d4236e pythonPackages.livestreamer-curses: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
a599dc1279 pythonPackages.livestreamer: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
f320b8456b pythonPackages.dynd: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
5934b25cb0 pythonPackages.nuitka: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
1a267e65f7 pythonPackages.ntplib: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
d9d93f8e14 pythonPackages.ntfy: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
48d6229352 pythonPackages.notmuch: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
e789672945 pythonPackages.notify: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
3c5edb16a7 pythonPackages.minimock: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
d448a1dd57 pythonPackages.namebench: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
76eea7cf64 pythonPackages.nose-cprof: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
648a03cc7c pythonPackages.nosejs: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
94b15aa9e6 pythonPackages.nosexcover: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
962ff0296f pythonPackages.nose-cover3: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
1059d71947 pythonPackages.nose2: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
9492a17e87 pythonPackages.nose: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
a38edd38b2 pythonPackages.nixpkgs: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
5f03c01b35 pythonPackages.nipy: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
8d7f629fb4 pythonPackages.hpack: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
0660849bdc pythonPackages.netifaces: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
667782f8f1 pythonPackages.netaddr: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
d50320d126 pythonPackages.slixmpp: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
bf6f2a63ab pythonPackages.sleekxmpp: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
17ef9059e9 pythonPackages.nameparser: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
f2329dc489 pythonPackages.MySQL_python: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
05fb6b5dee pythonPackages.monotonic: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
8afd718c0a pythonPackages.pymysqlsa: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
1170733244 pythonPackages.pympler: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
d954c8ff82 pythonPackages.graphviz: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
c13f598fc2 pythonPackages.pygal: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
c2d600919b pythonPackages.mwclient: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
c81b423fbe pythonPackages.muttils: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
bd64776230 pythonPackages.mutag: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
0bca111a36 pythonPackages.musicbrainzngs: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
e4caef3c23 pythonPackage.munkres: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
616137d77f pythonPackages.msrplib: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
b11138d594 pythonPackages.mpv: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
8edd20b7ae pythonPackages.mpd2: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
f3548b46e7 pythonPackages.mpd: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
2c30da5ec1 pythonPackages.mpmath: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
99ec6e3c08 pythonPackages.mozsvc: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
4860875eaa pythonPackages.mox: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
ded3676b18 pythonPackages.modestmaps: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
34a2b86fbc pythonPacakges.mock: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
5508797159 pythonPackages.editorconfig: refactor join with EditorConfig attr 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
bf98e3b446 pythonPackages.sortedcollections: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
36d0404ed6 pythonPackages.pocket: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
4bb98c4c1a pythonPackages.rainbowstream: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
9f6909e77e pythonPackages.munch: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
67988e545c pythonPacakges.moviepy: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
82eaa20725 pythonPackages.mezzanine: refactor move to pyhton-modules
required update and creation of new package to fix broken.
2018-10-18 11:02:23 +02:00
Chris Ostrouchov
32414fe980 pythonPackages.django_contrib_comments: init at 1.9.0 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
1de37f01ee pythonPackages.iptools: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
45f47bd75f pythonPackages.inifile: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
7a35ae188f pythonPackages.infoqscaper: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
c1f0f33fee pythonPackages.influxdb: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
f725650c69 pythonPackages.imageio: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
65db7eb208 pythonPackages.icalendar: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
dadd754656 pythonPackages.httpretty: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
8a821466cd pythonPackages.hkdf: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
45bbac9091 pythonPackages.lsi: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
d1a48cc23e pythonPackages.uncompyle6: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
d3f57e372d pythonPackages.xdis: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
0dafa8e8be pythonPackages.colored: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
8b5d562d25 pythonPackages.http_signature: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
2bc69b7526 pythonPackages.htmllaundry: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
a340c88b2d pythonPackages.hetzner: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
d063f818d5 pythonPackages.hackauthlib: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
f4c92c603c pythonPackages.gyp: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
d0d3891d8a pythonPackages.gspread: refactored move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
1e00e981cb pythonPackages.google_apputils: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
7300b2c714 pythonPackages.goobook: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
060ba731b6 pythonPackages.github-webhook: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
dc56c8faf9 pythonPackages.github3_py: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
c26dd4138b pythonPackage.git-sweep: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
968b1ab947 pythonPackages.gipc: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
7771d40c05 pythonPackages.genzshcomp: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
f7b0a11dd8 pythonPackages.gevent-websocket: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
cdd7e77ac4 pythonPackages.gevent-socketio: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
5582de06a7 pythonPackages.geventhttpclient: refactor move to pyhton-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
5448e18d12 pythonPackages.genshi: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
235c6edd42 pythonPackages.gdrivefs: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
b5ae82f5b8 pythonPackages.gocovr: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
a8278eab65 pythonPackages.fusepy: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
84fc0eae5e pythonPackages.forbiddenfruit: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
991adf820b pythonPackages.foolscap: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
918af2267e pythonPackages.hug: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
cfe52039ac pythonPackages.flup: refactor move to pyhton-modules
added pypifetch
2018-10-18 11:02:23 +02:00
Chris Ostrouchov
fd9d52e1fe pythonPackages.falcon: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
d9d19b2de9 pythonPackages.pyRFC3339: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
ef769d741c pythonPackages.python2-pythondialog: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov
d23381f713 pythonPackages.grappelli_safe: refactor move to pyhton-modules 2018-10-18 11:02:23 +02:00
Robert Hensing
ba8b54fa4a Add Nixpkgs functions for adding overlays ad-hoc
This is something that I have found useful in tests. In practice
I recommend that people call Nixpkgs once for performance and
simplicity. The inline documentation mentions this too.
2018-10-18 10:48:43 +02:00
Jörg Thalheim
11b097c7a4
Merge pull request #48649 from jerith666/jdk10-arm-oracle-retire
jdk10: remove special handling for arm
2018-10-18 08:53:55 +01:00
Jan Tojnar
21f20b5f7b
Merge pull request #46613 from jtojnar/xpra-gtk3
xpra: port to gtk3
2018-10-18 05:59:09 +02:00
Matt McHenry
f1195b912b jdk10: remove special handling for arm
neither oraclejdk nor openjdk is supported on arm, so this is needless
complexity
2018-10-17 21:00:10 -04:00
Maximilian Bosch
4db9865d2f
Merge pull request #48590 from Assassinkin/python-ldap-test
pythonPackages.python-ldap-test: init at 0.3.1
2018-10-17 21:11:45 +02:00
Maximilian Bosch
a91e4fdad5
Merge pull request #48592 from Assassinkin/packer
pythonPackages.python-packer: init at 0.1.2
2018-10-17 20:50:19 +02:00
Matthew Bauer
c86495c798 curl: disable gss on windows 2018-10-17 13:44:41 -05:00
nagato.pain
e494e1c4e3 pythonPackages.python-packer: init at 0.1.2 2018-10-17 18:55:41 +01:00
Bart Brouns
6963bc3511 bs1770gain: 0.4.12 -> 0.5.0 (#48628) 2018-10-17 18:34:15 +02:00
Linus Heckemann
d968906517
Merge pull request #48545 from mayflower/poezio-bump
Update poezio
2018-10-17 18:10:05 +02:00
Robert Schütz
c1a0e28ee2
Merge pull request #48596 from makefu/pkgs/pythonPackages.speedtest-cli/init
speedtest-cli: move to pythonPackages, add to home-assistant
2018-10-17 17:11:48 +02:00
makefu
d3657f6766
speedtest-cli: move ot python-modules 2018-10-17 16:52:39 +02:00
Robert Schütz
4e20de39ab python.pkgs.paho-mqtt: 1.1 -> 1.4.0 2018-10-17 16:40:15 +02:00
Linus Heckemann
d6a003e953 poezio: move out of python-packages.nix 2018-10-17 10:08:01 +02:00
Linus Heckemann
a420be1e79 slixmpp: move out of python-modules, use gnupg 2018-10-17 10:08:01 +02:00
Linus Heckemann
e83b15c1b1 poezio: 0.11 -> 0.12 2018-10-17 10:08:01 +02:00
Linus Heckemann
ec9d761628 slixmpp: 1.2.4-post1 -> 1.4.0 2018-10-17 10:08:00 +02:00
Frederik Rietdijk
d0d04c26d7 libxml2: support python3 2018-10-17 10:00:20 +02:00
Frederik Rietdijk
32b9e77388 fix eval, add missing python.pkgs.safe 2018-10-17 10:00:20 +02:00
Frederik Rietdijk
c2c39a29f6
Merge pull request #48171 from costrouc/costrouc/python-fs
pythonPackages.fs: 0.5.4 -> 2.1.1 refactor move to python-modules
2018-10-17 09:13:03 +02:00
Ben Wolsieffer
3055a0c975 lirc: add support for Python bindings 2018-10-17 08:54:46 +02:00
Frederik Rietdijk
89349fdae9 Merge staging-next into staging 2018-10-17 08:36:28 +02:00
Frederik Rietdijk
18fcc337af Merge master into staging-next 2018-10-17 08:04:22 +02:00
Chris Ostrouchov
1ba50fe163 pythonPackages.gidgethub: init at 2.5.0 2018-10-17 08:02:16 +02:00
Chris Ostrouchov
7b2ed00ef6 pythonPackges.wtforms: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
1a76b2c7f8 pythonPacakges.flaky: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
40cfaacf0d pythonPackages.filebytes: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
6f4332daa4 pythonPackages.filebrowser_safe: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
7aa1a742c4 pythonPackages.fdroidserver: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
5e90be5fd7 pythonPackage.pyfribidi: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
75aaf63f6c pythonPackages.feedparser: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
18c345dfaa pythonPackages.exifread: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
16dc45288e pythonPackages.eventlet: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
ecf71f3c10 pythonPackages.et_xmlfile: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
cb6be049d3 pythonPackages.epc: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
266ebed4a8 pythonPackages.enum34: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
61ed2b6ca1 pythonPackages.enum: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
29ac3c651d pythonPackages.elpy: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
9d8fa90647 pythonPackages.ecdsa: refactor move to python-modjules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
b148467e9b pythonPackages.dtopt: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
99d1456df7 pythonPackages.hg-git: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
4d25c10bff pythonPackages.SPARQLWrapper: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
0e26b1e366 pythonPackages.keepalive: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
c099f8aaa3 pythonPackages.kaptan: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
64d22bc0a9 pythonPackages.pillowfight: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
0e8cf61604 pythonPackages.django_treebeard: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
13b5bfbad4 pythonPackages.django_taggit: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
e0d349a5f1 pythonPackages.django_silk: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
99a5f22de6 pythonPackages.django_reversion: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
90859b17c6 pythonPakcages.django_modelcluster: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
194dd4b2f2 pythonPackages.django_nose: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
9c573f5379 pythonPackages.django_classtags: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
0d7a983a27 pythonPackages.django_evolution: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
3ec02fd004 pythonPackages.django_environ: refactor move to python-modules 2018-10-17 07:46:59 +02:00
Chris Ostrouchov
90089d8786 pythonPackages.django_colorful: refactor move to python-modules 2018-10-17 07:46:59 +02:00