summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
* jogl: reflect recent changes in opengl (#41786)volth2018-06-10
|
* solc: 0.4.23 -> 0.4.24 (#41631)mingchuan2018-06-10
| | | Also enable test
* Merge pull request #41773 from bhipple/fix/fftw-src-urlFrederik Rietdijk2018-06-10
|\ | | | | fftw: support multiple src URLs
| * fftw: support multiple src URLsBenjamin Hipple2018-06-09
| | | | | | | | | | | | | | | | The fftw download page provides both an HTTP and FTP endpoint for downloading release tarballs: http://fftw.org/download.html Since some users may have difficulty fetching via FTP through corporate firewalls, we should provide the option to get it over HTTP as well.
* | Merge pull request #41681 from Assassinkin/ansicovFrederik Rietdijk2018-06-10
|\ \ | | | | | | pythonPackages.ansiconv: init at 1.0.0
| * | pythonPackages.ansiconv: init at 1.0.0Assassinkin2018-06-08
| | |
* | | Merge pull request #41628 from jyp/tensorflow-deps-fixFrederik Rietdijk2018-06-10
|\ \ \ | | | | | | | | pythonPackages.Tensorflow: fix dependencies
| * | | python.packages.tensorflow: add missing dependenciesJean-Philippe Bernardy2018-06-08
| | | |
| * | | python.packages.tensorflow-tensorboard: 1.5.0 -> 1.7.0Jean-Philippe Bernardy2018-06-08
| | | |
| * | | python.packages.gast: init at 0.2.0Jean-Philippe Bernardy2018-06-08
| | | |
| * | | python.packages.astunparse: init at 1.5.0Jean-Philippe Bernardy2018-06-08
| | | |
* | | | pythonPackages.paperspace: propagate boto3, requestsAustin Seipp2018-06-10
| | | | | | | | | | | | | | | | | | | | | | | | Otherwise, 'paperspace-python' does not work properly. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | pythonPackages: paperspace 0.0.11Austin Seipp2018-06-10
| | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | Merge pull request #41630 from dtzWill/update/aws-sdk-cpp-1.4.60Will Dietz2018-06-09
|\ \ \ \ | | | | | | | | | | aws-sdk-cpp: 1.4.50 -> 1.4.60
| * | | | aws-sdk-cpp: 1.4.50 -> 1.4.60Will Dietz2018-06-07
| |/ / /
* | | / ghcjs-ng: fixup system tupleMatthew Justin Bauer2018-06-09
| |_|/ |/| | | | | on i686-linux, the libexec dir should be /libexec/i386-linux-ghc-8.2.2 not /libexec/i686-linux-ghc-8.2.2
* | | pythonPackages.pylibmc: fix runtime dependency on libsasl2.so, by way of ↵Austin Seipp2018-06-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cyrus_sasl Without explicitly specifying that libsasl2 is part of the build, and without explicitly making it part of pylibmc's linker flags for its CPython extension, the cpython code enters a build state error where it instead attempts to blindly `dlopen("libsasl2.so")` out of $LD_LIBRARY_PATH; this fails as it can't be found in the store, obviously. The bigger problem with this is that it otherwise makes pylibmc unusable, as it will try to immediately load libsasl2 at startup. This means even using 'import pylibmc' at all will cause a failure. Instead, add cyrus_sasl into the build closure of the library, and pass an argument to the setup.py script to properly pass -lsasl2 to the C extension. This causes a link to properly be formed. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | ipopt: 3.12.9 -> 3.12.10 (#41555)R. RyanTM2018-06-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ipopt/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 3.12.10 with grep in /nix/store/6748l35g9dz7z77wqwal99ylrhn87liv-ipopt-3.12.10 - directory tree listing: https://gist.github.com/5da4bb4853af0913caca26e8cbc87666 - du listing: https://gist.github.com/c4d8373c7d9a61f39479151fdffa99cb
* | | Merge pull request #41354 from mulderr/masterMatthew Justin Bauer2018-06-09
|\ \ \ | | | | | | | | odpic: init at 2.3.2
| * | | odpic: enable on darwinFlorian Klink2018-06-09
| | | |
| * | | oracle-instantclient: use zips, add darwin supportFlorian Klink2018-06-09
| | | |
| * | | odpic: 2.3.2 -> 2.4.0Maciej Kazulak2018-06-07
| | | |
| * | | odpic: fix typo in metadataMaciej Kazulak2018-06-04
| | | |
| * | | pythonPackages.cx_oracle: use new odpic from nixpkgsFlorian Klink2018-06-04
| | | |
| * | | odpic: init at 2.3.2Maciej Kazulak2018-06-01
| | | |
* | | | mypy: 0.600 -> 0.610Jörg Thalheim2018-06-09
| | | |
* | | | npth: use gnupg mirrors for fetchurlBenjamin Hipple2018-06-09
| | | | | | | | | | | | | | | | | | | | This lets nix try any of the gnupg mirror alternatives if the previous FTP site is down or temporarily unavailable.
* | | | solargraph: 0.21.1 -> 0.22.0 (#41743)worldofpeace2018-06-09
| | | |
* | | | Merge pull request #37813 from dtzWill/update/spice-0.14.0Orivej Desh2018-06-09
|\ \ \ \ | | | | | | | | | | spice: 0.13.3 -> 0.14.0
| * | | | spice: 0.13.3 -> 0.14.0Will Dietz2018-06-09
| | | | |
* | | | | Merge pull request #41626 from karolchmist/dotty-bump-0.8.0Jörg Thalheim2018-06-09
|\ \ \ \ \ | | | | | | | | | | | | dotty: 0.6.0-RC1 -> 0.8.0-RC1
| * | | | | dotty: 0.6.0-RC1 -> 0.8.0-RC1Karol Chmist2018-06-07
| | |_|/ / | |/| | |
* | | | | Merge pull request #41724 from Profpatsch/hnix-dont-jailbreakPeter Simons2018-06-09
|\ \ \ \ \ | |_|/ / / |/| | | | haskellPackages.hnix: dont jailbreak
| * | | | haskellPackages.hnix: dont jailbreakProfpatsch2018-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | The jailbreak itself produces a broken cabal file, and with the current haskellPackages hnix builds just fine.
* | | | | serf: update scons patch, enable kerberos on darwinOrivej Desh2018-06-09
| | | | | | | | | | | | | | | | | | | | NIX_CFLAGS_COMPILE set by the old patch is long not recognized by cc wrappers.
* | | | | jenkins: 2.89.4 -> 2.107.3 (#41618)Thomas Bach2018-06-09
| | | | |
* | | | | Merge pull request #41591 from vbgl/opalinexeji2018-06-09
|\ \ \ \ \ | | | | | | | | | | | | ocamlPackages: use opaline instead of opam-installer
| * | | | | ocamlPackages.mstruct: remove spurious dependencyVincent Laporte2018-06-06
| | | | | |
| * | | | | ocamlPackages.xmlm: remove at 1.2.0Vincent Laporte2018-06-06
| | | | | |
| * | | | | ocamlPackages.cmdliner_0_9: use opalineVincent Laporte2018-06-06
| | | | | |
| * | | | | ocamlPackages.lambda-term: fix installPhaseVincent Laporte2018-06-06
| | | | | |
| * | | | | ocamlPackages.nocrypto: use opalineVincent Laporte2018-06-06
| | | | | |
| * | | | | ocamlPackages.findlib: fix stublibsVincent Laporte2018-06-06
| | | | | |
| * | | | | ocamlPackages.js-build-tools: use opalineVincent Laporte2018-06-06
| | | | | |
| * | | | | ocamlPackages.buildOcamlJane: use opalineVincent Laporte2018-06-06
| | | | | |
| * | | | | ocamlPackages.ocsigen-toolkit: use opalineVincent Laporte2018-06-06
| | | | | |
| * | | | | ocamlPackages.eliom: use opalineVincent Laporte2018-06-06
| | | | | |
| * | | | | ocamlPackages.reactivedata: use opalineVincent Laporte2018-06-06
| | | | | |
| * | | | | ocamlPackages.ppx_import: use opalineVincent Laporte2018-06-06
| | | | | |
| * | | | | jbuilder: use opalineVincent Laporte2018-06-06
| | | | | |