1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

152629 commits

Author SHA1 Message Date
Jaakko Luttinen 38e86a8f1e
pythonPackages.python-u2flib-host: init at 3.0.3 2018-09-12 08:44:19 +03:00
Jaakko Luttinen f053daf36c
pythonPackages.rlp: fix build 2018-09-12 08:44:19 +03:00
Jaakko Luttinen 9f8e6148c5
pythonPackages.eth-utils: init at 1.2.0 2018-09-12 08:44:18 +03:00
Jaakko Luttinen 541a13ca0a
pythonPackages.eth-typing: init at 1.1.0 2018-09-12 08:44:18 +03:00
Luke Clifton 5dc1796a6f vaultenv: 0.5.3 -> 0.8.0 2018-09-12 11:44:22 +08:00
rnhmjoj cf2603f144
qutebrowser: patch all python scripts 2018-09-12 03:35:26 +02:00
rnhmjoj d117e3ccd8
python.pkgs.construct: 2.8.16 -> 2.9.45 2018-09-12 03:35:26 +02:00
rnhmjoj dca577a36c
python.pkgs.pykeepass: init at 3.0.2 2018-09-12 03:35:25 +02:00
rnhmjoj 75b2058aff
python.pkgs.pyreadability: init at 0.4.0 2018-09-12 03:23:04 +02:00
rnhmjoj e281f0e686
python.pkgs.tldextract: init at 2.2.0 2018-09-12 03:23:04 +02:00
rnhmjoj 99dad9d7f0
python.pkgs.requests-file: init at 1.4.3 2018-09-12 03:23:04 +02:00
Maximilian Bosch a25dcb6607 python3Packages.pyowm: fix python3 build (#46549)
See https://hydra.nixos.org/build/80714323

Version 2.9 requires `geojson==2.x'. To allow 2.4, the constraint
required some patching using `substituteInPlace'.

Addresses #45960
2018-09-12 01:23:36 +02:00
Ryan Mulligan 8d4248a4cb
Merge pull request #44657 from costrouc/costrouc/dask-distributed
pythonPackages.distributed: 1.15.1 -> 1.22.1
2018-09-11 16:05:58 -07:00
xeji c016e7f930
Merge pull request #46550 from markuskowa/licenses-16
Add licenses
2018-09-12 00:22:36 +02:00
Daiderd Jordan 2164e39eaa aria2: fix darwin build (#46548)
Not released yet, see https://github.com/aria2/aria2/issues/1198

/cc ZHF #45961
2018-09-12 00:11:12 +02:00
Markus Kowalewski c3bffc172d
dar: add license 2018-09-11 23:54:23 +02:00
Markus Kowalewski 55c0f5167f
xvfb-run: add license` 2018-09-11 23:51:16 +02:00
John Ericson 67a1f508ff
Merge pull request #46544 from obsidiansystems/glibc-configureFlags-cleanup
glibc: Use lib.enableFeature and friends
2018-09-11 17:50:37 -04:00
Markus Kowalewski 921f792aca
rkflashtool: add license 2018-09-11 23:49:22 +02:00
Markus Kowalewski 92b36b62b7
mdbtools: add license + homepage 2018-09-11 23:47:17 +02:00
Markus Kowalewski bc9b55c57c
kt: add license 2018-09-11 23:40:43 +02:00
R. RyanTM 8955ec6c73 debootstrap: 1.0.107 -> 1.0.108 (#46294)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/debootstrap/versions
2018-09-11 23:38:42 +02:00
R. RyanTM a1bd1839e1 appstream-glib: 0.7.10 -> 0.7.12 (#46297)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/appstream-glib/versions
2018-09-11 23:37:16 +02:00
Markus Kowalewski 6773167194
ent: add license 2018-09-11 23:34:10 +02:00
Markus Kowalewski 3bb64d8850
desktop-file-utils: add license 2018-09-11 23:32:49 +02:00
Markus Kowalewski 7d5cd978c4
cloud-utils: add license 2018-09-11 23:31:27 +02:00
R. RyanTM 93f08451dd adapta-gtk-theme: 3.94.0.92 -> 3.94.0.132 (#46302)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/adapta-gtk-theme/versions
2018-09-11 23:28:55 +02:00
R. RyanTM 65f41e1bc0 avfs: 1.0.5 -> 1.0.6 (#46306)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/avfs/versions
2018-09-11 23:27:47 +02:00
Markus Kowalewski 5e57452bf8
qrencode: add license 2018-09-11 23:27:01 +02:00
Markus Kowalewski 984a41fe94
exif: add liceses, update homepage 2018-09-11 23:25:43 +02:00
Markus Kowalewski 2ccbd8bab5
editres: add license 2018-09-11 23:24:19 +02:00
Markus Kowalewski 85c1a851dc
cuneiform: add license + homepage 2018-09-11 23:22:22 +02:00
Maximilian Bosch 46d1166b80 pants: fix build (#46545)
See https://hydra.nixos.org/build/80727495

`pants' works with requests==2.19 to build successfully and `nixpkgs' currently uses `requests==2.19.1`.
Patching the version constraint in `setup.py' accordingly fixes the problem.

Addresses #45960
2018-09-11 23:22:17 +02:00
Markus Kowalewski 147246e53e
cfdg: add license 2018-09-11 23:18:44 +02:00
John Ericson d7e3dbef66 glibc: Use lib.enableFeature and friends 2018-09-11 17:14:55 -04:00
Chris Ostrouchov 027b9beb58 fixup! merge: fixing changes with nixpkgs since pull-request 2018-09-11 17:14:12 -04:00
xeji 53c5d4f8dd
Merge pull request #46535 from The-Compiler/patch-1
qutebrowser: Fix patching of standarddir.py
2018-09-11 23:09:07 +02:00
Matthew Bauer de7c00a2f2
Merge pull request #46471 from jethrokuan/feat/et-book
et-book: init at 1.0
2018-09-11 15:24:03 -05:00
Jörg Thalheim 12fbfbe144
Merge pull request #46100 from alyssais/cargo-edit
cargo-edit: 0.2.0 -> 0.3.0
2018-09-11 21:15:25 +01:00
Jörg Thalheim cea6bbfe75 cargo-edit: disable impure check 2018-09-11 21:05:50 +01:00
Daiderd Jordan f4a3427539
Merge pull request #46540 from LnL7/darwin-perl-TestRunCmdLine
perl-TestRunCmdLine: disable tests on darwin
2018-09-11 22:04:45 +02:00
Jörg Thalheim ffde15da8e cargo-edit: add pkgconfig/openssl on non-darwin 2018-09-11 20:55:08 +01:00
Daiderd Jordan f61279e45b
perl-TestRunCmdLine: disable tests on darwin
/cc ZHF #45961
2018-09-11 21:03:57 +02:00
Timo Kaufmann eae589058c
Merge pull request #46367 from yesbox/lldpd_nixos_18.09_fix
Fixes the lldpd service not starting on NixOS 18.09
2018-09-11 20:44:01 +02:00
Stefan Siegl b6bfbafe5e linphone: add withGui option 2018-09-11 20:37:58 +02:00
Stefan Siegl 2f15843601 linphone: fix build of gtk ui 2018-09-11 20:37:58 +02:00
Florian Bruhin 84a0dc8191
qutebrowser: Fix patching of standarddir.py
The original patch was broken since a85e19a5e1 because an `APPNAME` variable was introduced there.
2018-09-11 20:33:25 +02:00
Christopher Ostrouchov dac171dd5d
merge: fixing changes with nixpkgs since pull-request
- pytest-timeout: no longer requires patch
 - joblib: was improperly merged with the github merge tool (never
   using again)
2018-09-11 14:24:59 -04:00
Jesper Geertsen Jonsson 8a03ec0a32 Fixes the lldpd service failing to start
Backports a patch that will be included in later upstream versions.
The patch removes a call to /bin/mkdir.
2018-09-11 18:19:51 +02:00
adisbladis 7df273e71d
Merge pull request #46507 from marsam/feature/update-nodejs
nodejs: 6.14.3 -> 6.14.4
2018-09-11 23:36:52 +08:00