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 mkDerivation
s 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
Gabriel Ebner
ca0f0212c2
Merge pull request #121042 from gebner/diffoscope-bloat
...
diffoscope: enable bloat by default
2021-05-22 15:44:47 +02:00
pacien
eb01e51938
ldgallery: fix darwin build
...
This adds a missing build dependency for building on Darwin.
GitHub: fixes #122681
2021-05-22 15:27:17 +02:00
Sandro
f1452b8978
Merge pull request #123829 from LogicalOverflow/master
2021-05-22 14:36:01 +02:00
github-actions[bot]
563389a7fd
Merge master into staging-next
2021-05-22 12:27:09 +00:00
Louis Bettens
72f225cad4
git-aggregator: init at 1.8.1
2021-05-22 13:40:23 +02:00
Sandro
97388f8683
Merge pull request #123994 from fortuneteller2k/fetchutils
2021-05-22 13:32:24 +02:00
wedens
0de023b4f9
rofimoji: 4.3.0 -> 5.1.0
2021-05-22 12:53:35 +02:00
Pavol Rusnak
ff555e8f88
python3Packages.cocotb-bus: init at 0.1.1
2021-05-22 12:35:41 +02:00
Gabriel Ebner
f8ed803385
Merge pull request #123957 from TimPut/freecadSCAD
...
freecad: add openscad file support
2021-05-22 12:34:00 +02:00
fortuneteller2k
290fa04d05
fetchutils: init at unstable-2021-03-16
2021-05-22 16:40:31 +08:00
Francesco Zanini
3eb8ad2278
opentrack: init at 2.3.13
2021-05-22 09:09:56 +02:00
github-actions[bot]
cc35c7fc85
Merge master into staging-next
2021-05-22 06:21:55 +00:00