Commit Graph

55043 Commits

Author SHA1 Message Date
Peter Simons 8d54a1efe6 haskell-neat-interpolation: we cannot use the latest version without megaparsec 7.x 2018-10-19 14:44:22 +02:00
Peter Simons 1643a57fd0 haskell-monad-par: disable the test suite to fix the build with ghc-8.6.1 2018-10-19 14:44:22 +02:00
Peter Simons 60744d784a haskell-wizards: jailbreak to fix build with ghc-8.6.1 2018-10-19 14:44:22 +02:00
Peter Simons 5891201db2 haskell-ledger-lib: jailbreak to fix build with ghc-8.6.1 2018-10-19 14:44:22 +02:00
Peter Simons 79f5e5d365 haskell-cassava-megaparsec: jailbreak to fix build with ghc-8.6.1 2018-10-19 14:44:22 +02:00
Peter Simons 6d070d3ad0 haskell-hspec-megaparsec: jailbreak to fix build with ghc-8.6.1 2018-10-19 14:44:22 +02:00
Peter Simons 91caf69a40 haskell-megaparsec: jailbreak to fix build with ghc-8.6.1
We cannot update to megaparsec-7.x because hledger does not support it.
2018-10-19 14:44:22 +02:00
Peter Simons 147c88256e haskell-config-ini: jailbreak to fix build with ghc-8.6.1 2018-10-19 14:44:22 +02:00
Peter Simons 156e0b0788 haskell-lucid: jailbreak to fix build with ghc-8.6.1 2018-10-19 14:44:22 +02:00
Peter Simons f96a244034 haskell-data-clist: jailbreak to fix build with ghc-8.6.1 2018-10-19 14:44:22 +02:00
Peter Simons 2745a36f2c ghc-8.6.x: we need the latest pandoc version for this compiler 2018-10-19 14:44:22 +02:00
Peter Simons 2e0f10b3d7 haskell-easytest: apply patches to fix the build with ghc-8.6.x 2018-10-19 14:44:22 +02:00
Peter Simons d4fb2748f1 haskell-skylighting-core: the test suite fails when built with ghc-8.6.x 2018-10-19 14:44:22 +02:00
Peter Simons 88a93b14ae ghc-8.6.x: jailbreak pandoc-types to fix the build (of the test suite) 2018-10-19 14:44:22 +02:00
Peter Simons a96f91df0f ghc-8.6.x: update hslua to latest version to fix the build 2018-10-19 14:44:22 +02:00
Peter Simons 876ea22caf haskell-yesod-core: update version to fix the test suite 2018-10-19 14:44:22 +02:00
Peter Simons d6d0871c51 ghc-8.6.x: HTF does not compile 2018-10-19 14:44:22 +02:00
Peter Simons 95ae25600e ghc-8.6.x: update overrides 2018-10-19 14:44:22 +02:00
Peter Simons d210479e65 haskell-texmath: drop obsolete override 2018-10-19 14:44:22 +02:00
Peter Simons ba64a13d69 haskell-haddock-api: disable broken override 2018-10-19 14:44:22 +02:00
Jack Henahan ed2370d8c4 haskellPackages.hasktags: remove dontCheck
https://github.com/MarcWeber/hasktags/issues/52 has been closed and a new version (0.71.1) has been released.
2018-10-19 14:44:22 +02:00
Peter Simons 5ee4818211 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.11.1-1-g9fae38b from Hackage revision
a013b65658.
2018-10-19 14:44:22 +02:00
Jörg Thalheim 1a9e5388b4
Merge pull request #48421 from Ekleog/gppro-18.09.14
global-platform-pro: 0.3.10-rc11 -> 18.09.14
2018-10-19 10:41:23 +01:00
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
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
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 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
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
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
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
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
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
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 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
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
Frederik Rietdijk 8d8dc1fa34 Merge master into staging 2018-10-18 11:43:54 +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
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
Uri Baghin 1c7d38bcfb bazel: 0.17.1 -> 0.18.0 2018-10-18 10:21:13 +02:00
Mario Rodas ce0bec2baa ruby_2_5: 2.5.1 -> 2.5.2 2018-10-17 20:12:47 -05:00
Mario Rodas ee9d62241c ruby_2_3: 2.3.7 -> 2.3.8 2018-10-17 20:12:47 -05:00
Mario Rodas 21b8427b0c ruby_2_4: 2.4.4 -> 2.4.5 2018-10-17 20:12:42 -05:00
Tim Steinbach b2dabdc697
sbt: 1.2.4 -> 1.2.6 2018-10-17 20:48:19 -04:00
Elmar Athmer 11607de140 hcloud: 1.6.1 -> 1.9.1 2018-10-17 23:58:47 +02:00
xeji 55898531ca
Merge pull request #48638 from markuskowa/licenses-21
Add licenses
2018-10-17 22:51:30 +02:00
Ryan Mulligan 0c72f4c517
Merge pull request #48564 from kadena-io/master
Add name parameter to developPackage
2018-10-17 12:54:43 -07:00
Markus Kowalewski 1d902ca5a2
libite: add licenses 2018-10-17 21:33:14 +02:00
Markus Kowalewski ed09cdd0f6
libiodbc: add license 2018-10-17 21:33:13 +02:00
Markus Kowalewski 592e998cd7
libicns: add licenses 2018-10-17 21:33:13 +02:00
Markus Kowalewski 3e85c53ca6
libgnurl: add licenses 2018-10-17 21:33:13 +02:00
Markus Kowalewski 06cb58fba7
libgnome-keyring: add license 2018-10-17 21:33:09 +02:00
Markus Kowalewski 2887798de5
libgdiplus: add license + meta data 2018-10-17 21:21:24 +02:00
Markus Kowalewski f54413553b
libexttextcat: add license 2018-10-17 21:21:24 +02:00
Markus Kowalewski a36e9b2047
libdbusmenu-qt: add license 2018-10-17 21:21:24 +02:00
Markus Kowalewski 8ddce99ab9
libbap: add license 2018-10-17 21:21:24 +02:00
Markus Kowalewski bbcfb99e8d
libaom: add license 2018-10-17 21:21:18 +02: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
Matthew Bauer e3de8a9232 boost: use correct c compiler for bootstrapping
we need a c compiler that runs on the build machine for boost to work
2018-10-17 14:10:49 -05:00
Markus Kowalewski a0a4756ed3
libaccounts-glib: add license + description 2018-10-17 21:10:32 +02:00
Markus Kowalewski c8709769dc
lesstif: add license, description, and homepage 2018-10-17 21:09:47 +02:00
Markus Kowalewski 15c5f9b1f0
libHX: add licenses 2018-10-17 21:09:42 +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
Doug Beardsley c3c82aa675 Update developPackage documentation 2018-10-17 14:44:07 -04:00
nagato.pain e494e1c4e3 pythonPackages.python-packer: init at 0.1.2 2018-10-17 18:55:41 +01:00
Matthew Bauer a7c8e30782 nghttp2: make app optional
windows just needs the libraries & the app won’t build
2018-10-17 12:44:23 -05:00
Matthew Bauer b7e17a2efd c-ares: disable shared, enable static
only static will build for me
2018-10-17 12:43:37 -05:00
Matthew Bauer 845a364564 zlib: skip configure in windows
configure spits out an error when running on windows
2018-10-17 12:43:07 -05:00
Vincent Laporte 9549a22b52
Merge pull request #48605 from bgamari/yosys-updates
Yosys updates
2018-10-17 17:17:44 +00:00
Linus Heckemann d968906517
Merge pull request #48545 from mayflower/poezio-bump
Update poezio
2018-10-17 18:10:05 +02:00
zimbatm 11763c56c5
Merge pull request #48629 from alyssais/bundler
bundler: 1.16.3 -> 1.16.6
2018-10-17 17:41:42 +02:00
Alyssa Ross 7026831c7a
bundler: 1.16.3 -> 1.16.6 2018-10-17 16:20:03 +01: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
volth 4035086baf oraclejdk8: 8u181 -> 8u191 (#48624) 2018-10-17 16:28:29 +02:00
Robert Schütz e964c2dda6 python3.pkgs.voluptuous-serialize: 2018-03-10 -> 2.0.0 2018-10-17 16:03:03 +02:00
Adam Washington b8e6e15e06
python.sasmodels: unstable -> 0.98 2018-10-17 14:36:04 +01:00
Jörg Thalheim 81a0724fe2
Merge pull request #48582 from dtzWill/update/radare2-cutter-1.7.2
radare2-cutter: 1.7.1 -> 1.7.2
2018-10-17 09:28:17 +01:00
Jaakko Luttinen 17f1eebb5b pythonPackages.pvlib: 0.5.2 -> 0.6.0 2018-10-17 10:25:56 +02:00
Jörg Thalheim 35c037c2f5
Merge pull request #48581 from dtzWill/update/radare2-3.0.0
radare2: 2.9.0 -> 3.0.0, fix to use deps we provide
2018-10-17 09:17:34 +01: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
Frederik Rietdijk d0d04c26d7 libxml2: support python3 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