1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00
Commit graph

49305 commits

Author SHA1 Message Date
Timo Kaufmann e5642d405e retdec: fix build
The build was broken by the gcc9 update. Pinning to gcc8 for now.
2020-03-15 11:57:57 +01:00
Timo Kaufmann 6c0fa331f0 python.pkgs.smmap2: remove
They were recently merged back together and smmap is the canonical
version:

https://github.com/gitpython-developers/smmap/issues/44
2020-03-14 16:00:38 -07:00
Timo Kaufmann 6db65f8d02 python.pkgs.gitdb2: remove
The two are now the same:
https://github.com/gitpython-developers/gitdb/issues/59
2020-03-14 16:00:38 -07:00
adisbladis 86a3326a37
Merge pull request #82348 from etu/php-exts-as-packages
PHP extensions as packages
2020-03-14 22:52:12 +00:00
Jaakko Luttinen 24219f69a3 pythonPackages.sphinxcontrib-katex: init at 0.5.1 2020-03-14 15:37:47 -07:00
Jaakko Luttinen d7ef824b7b pythonPackages.sphinxcontrib-fulltoc: init at 1.2.0 2020-03-14 15:37:20 -07:00
Benedict Aas 51fa3d374a obinskit: init at 1.1.1
This is the configuration software for the enthusiast Anne Pro mechanical
keyboard, used to update the firmware, change keyboard settings, clear
Bluetooth connections from the device, set up backlighting colours, and so
forth.
2020-03-14 15:29:56 -07:00
Daniël de Kok e539eb93f8 python3Packages.somajo: init at 2.0.4 2020-03-14 22:58:02 +01:00
Ben Darwin 61b61ed087 python3Packages.batchgenerators: init at 0.19.7 2020-03-14 22:56:38 +01:00
Ben Darwin 45d0109512 python3Packages.threadpoolctl: init at 2.0.0 2020-03-14 22:56:38 +01:00
Francesco Gazzetta f9e13566cc ft2-clone: init at 1.09 2020-03-14 22:54:06 +01:00
Francesco Gazzetta 510419ff5d pt2-clone: init at 1.06 2020-03-14 22:53:41 +01:00
adisbladis 77396a8c47
Merge pull request #81098 from bignaux/cadence
cadence: fix dbus,libjack and missing dependancies
2020-03-14 21:30:57 +00:00
Elis Hirwing e0b1b9d556
phpPackages.exts: Add extensions 2020-03-14 21:53:59 +01:00
zimbatm 001be890f7 folding@home: 6.02 -> 7.5.1
The v7 series is very different.

This commit introduces the 3 packages: fahclient, fahcontrol and
fahviewer. It also rebuilds the NixOS module to map better with the new
client.
2020-03-14 13:01:26 -07:00
Elis Hirwing 387d52106a
phpPackages.exts: Add alias so we have the right pcre lib 2020-03-14 20:30:28 +01:00
Elis Hirwing b2933434f5
phpPackages: Initial work for building phpExtensions separately 2020-03-14 20:30:18 +01:00
Dmitry Kalinkin 2547ef9286
Merge pull request #75312 from KAction/mmh
mmh: init at 0.4
2020-03-14 14:20:44 -04:00
Alyssa Ross dcb43197ea rust_1_38_0: drop 2020-03-14 16:55:06 +00:00
Alyssa Ross c4393d6ac4 thunderbird: build with current rust 2020-03-14 16:55:06 +00:00
Alyssa Ross 6cea0daaa9 rustracerd: build with current rust
Fix taken from https://github.com/jwilm/racerd/pull/82.  It just
updates a dependency.
2020-03-14 16:55:06 +00:00
Dmitry Bogatov b1c71ebe2b mmh-unstable: init at 2019-09-08 2020-03-14 11:27:49 -04:00
Graham Christensen 244178e166
Merge pull request #82006 from emilazy/enable-linux-hardened-ia32-emulation
linuxPackages_{,_latest,_testing}_hardened: enable 32-bit emulation
2020-03-14 09:20:58 -04:00
Jan Tojnar f5fade94bd
Merge pull request #82362 from jtojnar/mysql-wb
mysql-workbench: 8.0.15 → 8.0.19
2020-03-14 04:41:36 +01:00
Maximilian Bosch 386a50f729
binaryen: 89 -> 91, emscripten: 1.38.28 -> 1.39.1 2020-03-14 02:37:37 +01:00
Orivej Desh 2e099c7e53 lilypond: 2.18.2 -> 2.20.0 2020-03-13 23:34:56 +00:00
= 33746be61f ams: init at 2.1.2 2020-03-13 15:53:10 -07:00
Vincent Laporte 7b33cbdbf5 OCaml: default to version 4.08 2020-03-13 22:31:01 +01:00
Vincent Laporte 4adfbe6c7b unison: move out of ocamlPackages 2020-03-13 22:31:01 +01:00
Peter Simons 2d08e57e01
Merge pull request #82345 from NixOS/haskell-updates
Update Haskell package set to LTS 15.3 (plus other fixes)
2020-03-13 21:20:32 +01:00
Klaas van Schelven 8b04f2486e pythonPackages.bravado-core: init at 5.16.1 2020-03-13 13:12:07 -07:00
Peter Simons 9bcd5eaa0d haskellPackages: update default compiler from GHC version 8.8.2 to 8.8.3 2020-03-13 20:24:53 +01:00
Georges Dubus 2645e1a1eb cabal2nix: split into a lightweight version and a wrapper
Current, the `cabal2nix` derivation contains both the executable, and a wrapper
that adds `nix` and `nix-prefetch-scripts`, which are required for some
features.

However, when calling `callCabal2nix` to create a derivation from a cabal file
at evaluation time,
these features are not actually used, but the huge closure of
`nix-prefetch-scripts` (which includes multiple vcs, as well as python and perl)
still needs to be fetched.

This commit splits cabal2nix into a lightweight version that is a standalone
static binary (`cabal2nix-unwrapped`), and a wrapper that includes the proper
dependencies in the path for full usage of the command line
utility (`cabal2nix`).

This commit also switches to the default ghc, to reduce the likelyhood of
building a different ghc when calling `callCabal2nix`.
2020-03-13 20:18:14 +01:00
Michael Raskin ae89e0dc1c
Merge pull request #82344 from ysengrimm/update-sbcl
sbcl: 2.0.1 -> 2.0.2
2020-03-13 18:19:40 +00:00
Orivej Desh b0d9764c72 claws-mail-gtk3: init at 3.17.5
This branch currently seems an almost adequate replacement for gtk2 claws-mail,
except that clicking links in the web view opens them in the email window even
when "open links with external browser" is enabled.

Related: #75040
2020-03-13 13:50:38 +00:00
Mario Rodas caa9585b87
Merge pull request #82458 from marsam/fix-terraform-darwin
terraform: fix build on darwin
2020-03-13 08:35:35 -05:00
Mario Rodas 43d1c44e49
Merge pull request #64114 from thefloweringash/yubico-piv-tool-mac
yubico-piv-tool: support Apple PCSC, enable by default
2020-03-13 08:34:05 -05:00
Mario Rodas efac165c2f
Merge pull request #82124 from bhipple/remove/btrfs-dedupe
btrfs-dedupe: remove broken and abandoned package
2020-03-13 05:32:34 -05:00
Jaakko Luttinen 6f26390120 pythonPackages.convertdate: init at 2.2.0 2020-03-12 21:50:03 -07:00
Jaakko Luttinen 1501648410 pythonPackages.pymeeus: init at 0.3.7 2020-03-12 21:50:03 -07:00
Janne Heß ecc01102d5 libksi: Bump openssl dependency for rsyslogd 2020-03-13 04:11:08 +00:00
Benjamin Hipple f5140d1b1e boost: remove versions 1.62, 1.63, and 1.64
These are relatively old, expensive to compile/cache, and not used by any
packages in the distribution.
2020-03-13 04:05:05 +00:00
Mario Rodas 0521dc3f19
terraform: fix build on darwin 2020-03-12 20:20:20 -05:00
Léo Gaspard 4304df2942
Merge pull request #82187 from symphorien/paperwork-update
Paperwork update
2020-03-12 22:16:13 +01:00
Aaron Andersen 76b292dd1a
Merge pull request #79699 from thmzlt/hobbes
hobbes: init at latest
2020-03-12 07:49:57 -04:00
Léo Gaspard 06bdfc5e32
Merge pull request #82185 from matt-snider/master
ankisyncd, nixos/ankisyncd: init at 2.1.0
2020-03-12 11:47:42 +01:00
Jan Tojnar 23d69911f3
libmysqlconnectorcpp: 1.1.9 → 8.0.19
This has been seriously outdated:

* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-1-1-10.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-1-1-11.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-1-1-12.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-1-1-13.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-2-0-1.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-2-0-2.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-2-0-3.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-2-0-4.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-5.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-6.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-7.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-8-through-10.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-11.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-12.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-13.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-14.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-15.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-16.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-17.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-18.html
* https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-19.html

Expression changes:

* Format with nixpkgs-fmt.
* Move cmake to nativeBuildInputs.
* Use OpenSSL from the system as using the bundled version is now optional.
* Use MysQL 8.0 since this is supposed to be used with that version.
* Explicitly enable the now legacy JDBC library used by mysql-workbench.
* Remove unnecessary MYSQL_LIB_DIR flag. MySQL will be found automatically.
    * We just need the build script know it is not a static library.
2020-03-12 01:40:55 +01:00
Dave Anderson af576fc3b1
bitcoinarmory: remove
The project has been abandoned upstream for 2 years. For its entire
lifetime in nixpkgs, the installed binaries segfault due to static
library linking that couldn't be undone due to proprietary changes
to said libraries. In addition, there are unpatched CVEs according
to #29956.

Fixes #29956.

Signed-off-by: David Anderson <dave@natulte.net>
2020-03-12 00:39:03 +00:00
Benjamin Hipple cd8c987fbc rainicorn: remove broken package that has been abandoned upstream
The upstream project is dead, with the last commit being in 2016:
https://github.com/RustDT/Rainicorn

This no longer builds in NixPkgs, and has been marked as broken for a very long
time. Since the package is not maintained and is dead upstream, let's delete.
2020-03-11 23:51:41 +00:00
Yannik Sander 130aef631c zoxide: init at 0.2.0 2020-03-11 23:48:47 +00:00