Vincent Laporte
c091e93b99
Merge pull request #48617 from Zimmi48/passthru-ocamlPackages-in-coq-package
...
coq: add ocamlPackages in passthru
2018-10-19 09:38:07 +00:00
Alyssa Ross
1c70685fdb
qt59.qtwebkit: fix build on Darwin
...
Why is qtmultimedia only needed on Darwin? Why does it only fix 5.9, not
5.11? These things I do not know. What I do know is that, for some
reason, this makes qt59.qtwebkit build on Darwin.
I think the reason it hasn't also fixed 5.11 might be something to do
with the version of qtmultimedia, but I don't know enough about Qt or
cmake to figure it out. The error when trying to build qt511.qtwebkit
(with or without these changes) is:
CMake Error at Source/cmake/OptionsQt.cmake:739 (find_package):
Could not find a package configuration file provided by "Qt5Multimedia"
(requested version 5.2.0) with any of the following names:
Qt5MultimediaConfig.cmake
qt5multimedia-config.cmake
Add the installation prefix of "Qt5Multimedia" to CMAKE_PREFIX_PATH or set
"Qt5Multimedia_DIR" to a directory containing one of the above files. If
"Qt5Multimedia" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
Source/cmake/WebKitCommon.cmake:50 (include)
CMakeLists.txt:137 (include)
-- Configuring incomplete, errors occurred!
See also "/tmp/nix-build-qtwebkit-5.212-alpha-01-26-2018.drv-0/source/build/CMakeFiles/CMakeOutput.log".
See also "/tmp/nix-build-qtwebkit-5.212-alpha-01-26-2018.drv-0/source/build/CMakeFiles/CMakeError.log".
2018-10-19 10:36:48 +01:00
Drakonis
a2d7574ebe
rclone-browser: init at 1.2 ( #44589 )
2018-10-19 11:01:24 +02:00
Bernard Fortz
fa42b4698a
mixxx: added opus files support
2018-10-19 10:43:04 +02:00
Michael Weiss
58a36edd20
monkeysphere: Replace a hardcoded path and fix more tests
2018-10-19 10:31:49 +02:00
volth
f90009cbd7
nmap: fix cross-build ( #48264 )
2018-10-19 09:30:36 +01:00
Jörg Thalheim
a595b872c8
Merge pull request #48509 from r-ryantm/auto-update/gtkwave
...
gtkwave: 3.3.94 -> 3.3.95
2018-10-19 09:29:23 +01:00
Théo Zimmermann
8c399bd6c1
coqPackages: use coq.ocamlPackages instead of coq.ocaml, coq.camlp5, etc.
2018-10-19 10:25:09 +02:00
Jörg Thalheim
bd4b8a4c82
Merge pull request #48543 from r-ryantm/auto-update/awf
...
awf: 1.3.1 -> 1.4.0
2018-10-19 09:21:57 +01:00
Jörg Thalheim
06613c189e
Merge pull request #48540 from r-ryantm/auto-update/dune
...
dune: 1.3.0 -> 1.4.0
2018-10-19 09:16:26 +01:00
Jörg Thalheim
1937f1ec06
Merge pull request #48503 from r-ryantm/auto-update/jetty
...
jetty: 9.4.8.v20171121 -> 9.4.12.v20180830
2018-10-19 09:08:35 +01:00
Jörg Thalheim
35caf0df6a
Merge pull request #48662 from cocreature/btrbk
...
btrbk: 0.26.1 -> 0.27.0
2018-10-19 08:59:39 +01:00
Jörg Thalheim
364bac3f8a
Merge pull request #48694 from eadwu/vscode/1.28.2
...
vscode: 1.28.0 -> 1.28.2
2018-10-19 08:39:33 +01: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
889a654a88
Merge pull request #48685 from dtzWill/update/range-v3
...
range-v3: 0.3.7 -> 0.4.0
2018-10-18 21:59:10 -05:00
Edmund Wu
8861eca096
vscode: 1.28.0 -> 1.28.2
2018-10-18 22:35:07 -04: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
Samuel Dionne-Riel
87407bc7e8
ruby: 2.5.2 -> 2.5.3
...
https://www.ruby-lang.org/en/news/2018/10/18/ruby-2-5-3-released/
This release is just for fixing the packaging issue. This release doesn’t
contain any additional bug fixes from 2.5.2.
2018-10-18 21:28:57 -04:00
Ryan Mulligan
9ebba0fa6c
Merge pull request #48690 from ElvishJerricco/dont-check-cabal-macosx
...
haskellPackages.cabal-macosx: Tests don't build with Cabal >= 2.2
2018-10-18 17:53:39 -07:00
Jeff Slight
321b3a224f
mattermost: 5.3.0 -> 5.4.0
2018-10-18 17:34:43 -07: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
Will Fancher
a93c777c63
haskellPackages.cabal-macosx: Tests don't build with Cabal >= 2.2
2018-10-18 19:12:25 -04:00
Will Fancher
0ee01e6c2e
haskellPackages.shellFor: Add nativeBuildInputs [ Fixes #48435 ]
2018-10-18 18:32:53 -04:00
markuskowa
ff17dd2e11
Merge pull request #48513 from r-ryantm/auto-update/gpxsee
...
gpxsee: 5.18 -> 6.2
2018-10-18 23:44:02 +02:00
xeji
856243e346
Merge pull request #48680 from markuskowa/licenses-22
...
Add licenses
2018-10-18 23:40:02 +02:00
Will Dietz
168ccb3b05
range-v3: 0.3.7 -> 0.4.0
...
https://github.com/ericniebler/range-v3/releases/tag/0.4.0
2018-10-18 16:14:53 -05:00
Will Dietz
f3de52d25c
radiotray-ng: 0.2.3 -> 0.2.4 ( #48670 )
2018-10-18 23:11:58 +02:00
volth
337d140953
chromium: propagate stdenv for "chromium.override{ stdenv=gcc8Stdenv; }" ( #48615 )
2018-10-18 23:09:12 +02:00
Jörg Thalheim
f9e0dd7225
Merge pull request #48667 from dtzWill/update/linux-firmware-2018-10-17
...
linux-firmware: 2018-08-25 -> 2018-10-17
2018-10-18 22:08:13 +01:00
xeji
db664dfa53
Merge pull request #48576 from romildo/upd.dde-polkit-agent
...
dde-polkit-agent: init at 0.2.1; dpa-ext-gnomekeyring: init at 0.1.0
2018-10-18 23:01:12 +02:00
Jörg Thalheim
02405cfe83
Merge pull request #48565 from rprospero/sasview-4.2.0
...
Sasview: unstable -> 4.2.0
2018-10-18 21:44:25 +01: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
Markus Kowalewski
96b77d8d4d
libite: fix license
2018-10-18 22:36:22 +02:00
Markus Kowalewski
4e6d2f8ec9
libgnome-keyring: fix license
2018-10-18 22:36:22 +02:00
Markus Kowalewski
3bd7ada099
libdbusmenu-qt: fix license
2018-10-18 22:36:22 +02:00
Markus Kowalewski
0d12ce52e4
redland: add license + description
2018-10-18 22:36:22 +02:00
Markus Kowalewski
a504cfa190
libpcap: add license
2018-10-18 22:36:21 +02:00
Markus Kowalewski
4009fa08d1
liboggz: add license
2018-10-18 22:36:21 +02:00
Markus Kowalewski
4d291d5a77
libofa: add license
2018-10-18 22:36:21 +02:00
Markus Kowalewski
4520ced68f
liboauth: add license
2018-10-18 22:36:21 +02:00
Markus Kowalewski
cee94fd5f2
libnova: add license
2018-10-18 22:36:20 +02:00
Markus Kowalewski
4877761ab8
libnotify: add license
2018-10-18 22:36:20 +02:00
Markus Kowalewski
e7411d6eb5
libnice: add licenses
2018-10-18 22:36:20 +02:00
Markus Kowalewski
4e6d420d91
libnetfilter_queue: add license
2018-10-18 22:36:19 +02:00
Markus Kowalewski
2ebc15f208
libnatspec: add license
2018-10-18 22:36:19 +02:00
Markus Kowalewski
2f28a5bccb
libmusicbrainz: add license
2018-10-18 22:36:19 +02:00
Markus Kowalewski
07b14d21ec
libmtp: add license
2018-10-18 22:36:19 +02:00
Markus Kowalewski
21a518cd35
libmp3splt: add license
2018-10-18 22:36:18 +02:00
Markus Kowalewski
b8253570a1
libmms: add license + description
2018-10-18 22:36:18 +02:00
Markus Kowalewski
f5b9a9455f
libmilter: add license
2018-10-18 22:36:18 +02:00
Markus Kowalewski
b1800e3c18
liblqr: add licenses
2018-10-18 22:36:18 +02:00
Markus Kowalewski
beabd0bb65
liblastfm-SF: add licenses
2018-10-18 22:36:18 +02:00
Markus Kowalewski
014c5c4b67
liblastfm: add license
2018-10-18 22:36:17 +02:00
Markus Kowalewski
53194bf4f2
libkate: add license
2018-10-18 22:36:17 +02:00
Markus Kowalewski
804e86c004
libjson: add license + refactor longDescription
2018-10-18 22:35:56 +02:00
Silvan Mosberger
810da21d6b
Merge pull request #48678 from Izorkin/znc
...
znc: add option to enable unicode support
2018-10-18 22:19:42 +02:00
Izorkin
503318127a
znc: add option to enable unicode support
2018-10-18 22:47:25 +03: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
Jörg Thalheim
84890ac196
Merge pull request #48653 from vbgl/why3-1.1.0
...
why3: 1.0.0 -> 1.1.0
2018-10-18 18:55:10 +01:00
Jörg Thalheim
a313e90b3d
Merge pull request #48645 from zauberpony/hcloud-1.9.1
...
hcloud: 1.6.1 -> 1.9.1
2018-10-18 18:42:40 +01:00
Robert Schütz
0b6180aa89
home-assistant: 0.77.3 -> 0.80.2
2018-10-18 19:20:53 +02: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
roconnor
c7e7e16b3e
Merge pull request #48644 from roconnor-blockstream/trezor
...
trezord: 2.0.19 -> 2.0.24
2018-10-18 11:08:41 -04:00
Jörg Thalheim
2ce94fafcd
Merge pull request #48571 from spacefrogg/openafs
...
Openafs security updates
2018-10-18 16:08:04 +01:00
Will Dietz
788d324205
linux-firmware: 2018-08-25 -> 2018-10-17
2018-10-18 09:32:13 -05:00
zimbatm
ef7b1284e3
Merge pull request #48650 from marsam/feature/update-ruby
...
ruby: 2.3.7 -> 2.3.8, 2.4.4 -> 2.4.5, 2.5.1 -> 2.5.2
2018-10-18 16:00:14 +02:00
Moritz Kiefer
e6cf58b6ce
btrbk: 0.26.1 -> 0.27.0
2018-10-18 14:49:56 +02:00
Tim Steinbach
42cfc436ce
linux: 4.18.14 -> 4.18.15
2018-10-18 08:27:12 -04:00
Tim Steinbach
7abe0e881e
linux: 4.14.76 -> 4.14.77
2018-10-18 08:27:03 -04:00
Tim Steinbach
ab8ff7c07c
linux: 4.9.133 -> 4.9.134
2018-10-18 08:26:51 -04:00
Alexander Krupenkin
f76c57ee32
parity: 1.11.10 -> 2.0.8; parity-beta: 2.0.3 -> 2.1.3
2018-10-18 15:03:26 +03:00
Jörg Thalheim
b5c02d2028
Merge pull request #48656 from dywedir/bat
...
bat: 0.7.1 -> 0.8.0
2018-10-18 12:49:48 +01:00
Jan Tojnar
42bf580f51
Merge pull request #48648 from qolii/et__4_1_2__5_1_6
...
eternal-terminal: 4.1.2 -> 5.1.6.
2018-10-18 12:17:43 +02:00
Frederik Rietdijk
8d8dc1fa34
Merge master into staging
2018-10-18 11:43:54 +02:00
José Romildo Malaquias
f12513b53e
deepin-movie-reborn: init at 3.2.10 ( #48651 )
2018-10-18 11:36:14 +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
Vladyslav Mykhailichenko
0e6a5c908d
bat: 0.7.1 -> 0.8.0
2018-10-18 12:17:43 +03:00
Mario Rodas
5143e30361
pythonPackages.pytest: pathlib2 is only required for python<3.6
2018-10-18 11:07:02 +02:00
Mario Rodas
5df3a4d9b9
pythonPackages.pathlib2: remove unnecessary python version check
2018-10-18 11:07:02 +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
e900eb2a61
pythonPackages.pint: refactor move to python-modules
2018-10-18 11:02:23 +02:00
Chris Ostrouchov
66faaa3b74
pythonPackages.neuronpy: 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
adisbladis
3026f55a0c
Merge pull request #48639 from adisbladis/pulseaudio/extra-modules
...
nixos/pulseaudio: Add extraModules config option
2018-10-18 16:46:10 +08:00
adisbladis
613d3bac86
pulseaudio-modules-bt: Patched rpath takes precedence over original
...
This fixes a segmentation fault when loaded via pulseaudio's dl-search-path
2018-10-18 16:27:42 +08:00
Uri Baghin
1c7d38bcfb
bazel: 0.17.1 -> 0.18.0
2018-10-18 10:21:13 +02:00
Linus Heckemann
9fa59b6bc7
Merge pull request #48631 from mayflower/grafana-update
...
grafana: 5.2.4 -> 5.3.1
2018-10-18 10:07:11 +02:00
Timo Kaufmann
7ca1c31dfa
sage: 8.4.rc1 -> 8.4
2018-10-18 09:58:36 +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
Silvan Mosberger
77e90ef365
Merge pull request #45030 from eadwu/nvidia_x11_beta/396.51
...
nvidia_x11_beta: reinit at 410.57
2018-10-18 09:10:05 +02:00