Commit graph

60891 commits

Author SHA1 Message Date
legendofmiracles bfcd6bd009
rpg-cli: init at 0.2.0 2021-05-27 00:40:07 -06:00
Gabriel Ebner ed9cff9073
Merge pull request #124270 from gebner/uivonim20210524
uivonim: init at 20210524
2021-05-25 11:47:06 +02:00
Michele Guerini Rocco 1ab8b02359
Merge pull request #122617 from rnhmjoj/openconnect
openconnect-head: init at 2021-05-05
2021-05-25 11:23:02 +02:00
Gabriel Ebner c2fbb335d5 uivonim: init at unstable-2021-05-24 2021-05-25 10:06:53 +02:00
David Guibert 2ff04470d1
csvtool: init at 2.4 (#122855) 2021-05-25 08:29:50 +02:00
Sandro f2f00af5b8
Merge pull request #122020 from L3afMe/master 2021-05-25 02:29:17 +02:00
Thomas Depierre f55c3e2f21 beam-packages: drop erlang R18 R19 R20 and cuter 2021-05-25 07:38:41 +09:00
Sandro 8ab3f6e967
Merge pull request #122477 from ProofOfKeags/pkg/faraday 2021-05-24 19:38:03 +02:00
Keagan McClelland cbd71e1cd4 faraday: init at version 0.2.3 2021-05-24 10:11:40 -06:00
Sandro fd26001ead
Merge pull request #123304 from SuperSandro2000/pihole-exporter 2021-05-24 04:27:16 +02:00
Sandro Jäckel 541ff510da
top-level: sort prometheus exporter 2021-05-24 04:05:59 +02:00
Sandro Jäckel 131700c100
prometheus-pihole-exporter: init at 0.0.11 2021-05-24 04:04:06 +02:00
Sandro 8d7d6f8c16
Merge pull request #124193 from Ma27/fix-php-dom
phpExtensions.dom: fix build
2021-05-24 04:00:15 +02:00
happysalada aa86fdcf85 elixir: default to 1.12; init 1.12 2021-05-24 10:14:17 +09:00
Luke Granger-Brown 9deeafd24d
Merge pull request #123150 from stelcodes/master
zprint: init at 1.1.2
2021-05-24 01:44:10 +01:00
Stel Abrego eacbb570cd init zprint at 1.1.2 2021-05-23 20:19:29 -04:00
Maximilian Bosch 53951c0c14
phpExtensions.dom: fix build
ZHF #122042
2021-05-23 21:26:27 +02:00
Emery Hemingway 0e1ad6217a taler-exchange, taler-merchant: init at 0.8.1, 0.8.0 2021-05-23 19:50:32 +02:00
Sandro 77efb5b850
Merge pull request #121471 from Kho-Dialga/master 2021-05-23 18:51:13 +02:00
Sumner Evans 9fad0cbd5b
heisenbridge: init at unstable-2021-05-23 (#123846) 2021-05-23 17:35:44 +02:00
Sandro 70c5544861
Merge pull request #122157 from onixie/master 2021-05-23 17:10:28 +02:00
Luke Granger-Brown b8ad209b39
Merge pull request #122561 from davidtwco/cargo-bisect-rustc-init
cargo-bisect-rustc: init at 0.6.0
2021-05-23 16:08:17 +01:00
Samuel Ainsworth 02c595ebdb
Prefer pname and version in mkDerivations instead of name (#123438)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: nixpkgs-review <nixpkgs-review@example.com>
2021-05-23 17:07:31 +02:00
Luke Granger-Brown 8b73af8888
Merge pull request #123232 from uri-canva/opentelemetry-collector
opentelemetry-collector: init at 0.26.0
2021-05-23 16:00:55 +01:00
Luke Granger-Brown 914bb96473
Merge pull request #123139 from wucke13/lxd-libco
remove libco-canonical
2021-05-23 15:33:54 +01:00
Luke Granger-Brown f020253837
Merge pull request #123413 from gfrascadorio/master
retry: init at v1.04
2021-05-23 14:59:33 +01:00
Luke Granger-Brown 6a12be64d8
Merge pull request #123592 from sikmir/mercantile
pythonPackages.mercantile: init at 1.2.1
2021-05-23 14:49:39 +01:00
Luke Granger-Brown ee0e711c5d
Merge pull request #123727 from fabaff/envoy-reader
python3Packages.envoy-reader: init at 0.19.0
2021-05-23 14:48:40 +01:00
Kim Lindberger 58108007a7
Merge pull request #124075 from jtojnar/php-iconv-errno
php74.extensions.iconv: fix error signalling
2021-05-23 13:07:42 +02:00
Pavol Rusnak 4753aa8371
Merge pull request #116168 from prusnak/cocotb
python3Packages.cocotb: 1.5.1 -> 1.5.2
2021-05-23 11:37:26 +02:00
Emery Hemingway bf2d30dced hottext: init at 1.3 2021-05-23 10:49:18 +02:00
Jan Tojnar 7127313c4a
Merge pull request #124057 from jtojnar/sublime4
sublime4: init at 4107
2021-05-23 07:10:32 +02:00
Jonathan Ringer 11a9ac00fc
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
 pkgs/tools/networking/xh/default.nix
2021-05-22 18:19:10 -07:00
Sandro ad4b24a802
Merge pull request #123684 from netcrns/netcrns/bunyan 2021-05-23 02:03:14 +02:00
Jan Tojnar 024243bac4
php74.extensions.iconv: fix error signalling
The configure script checks whether iconv supports errno. Unfortunately, on PHP < 8, the test program includes $PHP_ICONV_H_PATH, which defaults to FHS path so it fails to build:

	conftest.c:13:10: fatal error: /usr/include/iconv.h: No such file or directory
	   13 | #include </usr/include/iconv.h>
	      |          ^~~~~~~~~~~~~~~~~~~~~~

That causes the feature check to report a false negative, leading PHP to use a degraded code that returns PHP_ICONV_ERR_UNKNOWN when error occurs, breaking granular error handling in applications.

To prevent this, let’s just include <iconv.h>.

PHP 8 just uses include path so the detection works there: 7bd1d70341
2021-05-23 00:10:02 +02:00
Sandro 939c4c1cbd python-packages: add aliases for google_api_python_client, googleapis_common_protos
Co-authored-by: sterni <sternenseemann@systemli.org>
2021-05-22 15:02:50 -07:00
Sandro Jäckel d6ff646b3f pythonPackages.smart_open: rename to smart-open 2021-05-22 15:02:50 -07:00
Sandro Jäckel 0197f1dc41 pythonPackages: Add aliases 🎉 2021-05-22 15:02:50 -07:00
Jan Tojnar 6a3d82e433
sublime4: init at 4107
https://www.sublimetext.com/download

* works with my 7 year old license so far
* i686 is no longer supported
* aarch64 support has been added
* adds harware accelerated (needs libGL.so.1)
* adds python 3.8 plugin host (needs libssl.so and libcrypto.so)
2021-05-22 20:53:21 +02:00
Martin Weinelt 217b14cb2f
python3Packages.token-bucket: init at 0.2.0 2021-05-22 20:33:15 +02:00
netcrns 119a3e6a35 bunyan-rs: init at 0.1.2
Update pkgs/development/tools/bunyan-rs/default.nix
2021-05-22 18:55:33 +02:00
Sandro 832d804bbc
Merge pull request #123710 from JamieMagee/wslu
wslu: init at 3.2.3
2021-05-22 17:26:33 +02:00
Sandro 8f0f1926a9
Merge pull request #123123 from trobert/remove-openconnect_pa
openconnect_pa: remove, integrated in openconnect upstream
2021-05-22 17:02:53 +02:00
Sandro 62c7925218
Merge pull request #123977 from fortuneteller2k/bfetch 2021-05-22 16:42:52 +02:00
Sandro 34566ec1b9
Merge pull request #124009 from lourkeur/init/git-aggregator
git-aggregator: init at 1.8.1
2021-05-22 16:32:57 +02:00
Vladimír Čunát 562bc71c80
Merge #123423: rubyPackages.ruby-terminfo: 0.1.1 -> 0.2 2021-05-22 16:17:12 +02:00
Vladimír Čunát 7f651d15e2
Merge #122696: cmakeWithQt4Gui: drop 2021-05-22 16:10:27 +02:00
Sandro 573752b6cf
Merge pull request #122754 from zaninime/opentrack 2021-05-22 16:01:05 +02:00
Sandro 55aa5e870c
Merge pull request #123226 from pacien/ldgallery-fix-darwin-build 2021-05-22 15:51:52 +02:00
Vladimír Čunát 20f595774d
cmakeWithQt4Gui: add a throw-alias 2021-05-22 15:50:44 +02:00