Lengyel Balazs
167e609faa
xorg: use https for sources without mirrors
2019-01-04 14:38:57 +01:00
Lengyel Balazs
473624ea41
xorg: move sources into single file tarballs.list
2019-01-04 14:38:57 +01:00
Frederik Rietdijk
63bcd07888
python: add isPy2 attribute to passthru
...
Some packages relied on it. For consistency, also introduce isPy3 (which
is the same as isPy3k).
2019-01-04 12:31:42 +01:00
Frederik Rietdijk
29ee864e93
Merge pull request #53123 from FRidh/singlecpython
...
Python: merge expressions of interpreters
2019-01-04 12:22:07 +01:00
Frederik Rietdijk
d91b496eac
pythonInterpreters.pypy{27,35}_prebuilt: init at 6.0.0
...
These interpreters are prebuilt by upstream and patched using patchelf.
They are primarily added for testing purposes and development on the
non-prebuilt PyPy interpreters as it can speed up translation
significantly.
2019-01-04 10:45:22 +01:00
Frederik Rietdijk
0a2caa41fe
Python: drop python.majorVersion
...
Drop `python.majorVersion`. For Python language version, use `python.pythonVersion`.
For implementation version, use `python.sourceVersion`.
Some expressions were broken. Those that were identified were fixed.
fixup major
2019-01-04 10:45:22 +01:00
Frederik Rietdijk
f665828fa3
Python: improve cross-compilation
...
This changeset allows for cross-compilation of Python packages. Packages
built with buildPythonPackage are not allowed to refer to the build
machine. Executables that have shebangs will refer to the host.
2019-01-04 10:45:22 +01:00
Frederik Rietdijk
613498af97
pypy: merge 2.7 and 3.5 into a single expression
...
This commit merges the two expressions in a single one, using
the passthru function that is shared with CPython.
2019-01-04 10:45:22 +01:00
Frederik Rietdijk
efbe87f3ef
CPython: merge expressions of interpreters
...
Each time a new major/minor version of CPython was released, a new
expression would be written, typically copied from the previous release.
Often fixes are only made in the current/latest release. By merging the
expressions it's more likely that modifications end up in all versions,
as is likely intended.
This commit introduces one expression for Python 3, and another for 2.7.
These two may also be merged, but it will result in a lot of extra
conditionals making the expression harder to follow.
A common passthru is introduced for CPython and PyPy.
python 2.7: use common passthru
2019-01-04 10:45:22 +01:00
Will Dietz
f11591afd9
Merge pull request #52745 from dtzWill/update/boehmgc-8.0.2
...
boehmgc: 8.0.0 -> 8.0.2
2019-01-04 00:52:23 -06:00
adisbladis
f5be652424
Merge pull request #53270 from marsam/update-nodejs
...
nodejs: 6.15.1 -> 6.16.0, 8.14.1 -> 8.15.0, 10.12.0 -> 10.15.0, 11.5.0 -> 11.6.0
2019-01-04 02:28:27 +00:00
Mario Rodas
68d8c2e26b
nodejs-11_x: 11.5.0 -> 11.6.0
2019-01-03 18:16:14 -05:00
Mario Rodas
4c917c6961
nodejs-10_x: 10.12.0 -> 10.15.0
2019-01-03 18:16:14 -05:00
Mario Rodas
bf847226ca
nodejs-8_x: 8.14.1 -> 8.15.0
2019-01-03 18:16:14 -05:00
Mario Rodas
39bec3990e
nodejs-6_x: 6.15.1 -> 6.16.0
2019-01-03 18:16:13 -05:00
Matthew Bauer
9b0e45bf8b
Merge pull request #53065 from matthewbauer/rpi-cross-fixes
...
Raspberry Pi cross compilation branch
2019-01-03 15:34:31 -06:00
Jörg Thalheim
729cc52ae9
Merge pull request #53334 from r-ryantm/auto-update/http-parser
...
http-parser: 2.8.1 -> 2.9.0
2019-01-03 22:09:11 +01:00
Matthew Bauer
9c5cde46a6
nixos/all-firmware: include raspberrypiWirelessFirmware when building
2019-01-03 15:05:38 -06:00
R. RyanTM
887e01c6d7
libmicrohttpd: 0.9.61 -> 0.9.62
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmicrohttpd/versions
2019-01-03 13:41:56 -05:00
R. RyanTM
5b9ad12e7b
http-parser: 2.8.1 -> 2.9.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/http-parser/versions
2019-01-03 10:03:51 -08:00
Jan Tojnar
3d1a58f9ba
Merge pull request #53302 from r-ryantm/auto-update/libsecret
...
gnome3.libsecret: 0.18.6 -> 0.18.7
2019-01-03 15:53:19 +01:00
R. RyanTM
d22e3f8e58
gnome3.libsecret: 0.18.6 -> 0.18.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libsecret/versions
Removing intltool in favour of gettext.
2019-01-03 15:05:48 +01:00
Piotr Bogdan
9306ccd52e
nasm: 2.14.01 -> 2.14.02
2019-01-03 13:57:25 +01:00
Matthew Bauer
fd38234dfc
swig: find pcre-config correctly
2019-01-02 23:02:50 -06:00
Matthew Bauer
921a47bc92
treewide: remove cross assertions
...
sd-image-raspberrypi, sd-image-aarch64, and
sd-image-armv7l-multiplatform can all be cross compiled now.
2019-01-02 23:02:50 -06:00
Matthew Bauer
35af6e3605
treewide: use buildPackages for config builders
2019-01-02 23:02:50 -06:00
worldofpeace
3dee4f2c71
Merge pull request #51122 from dtzWill/update/nm-1.12.4
...
networkmanager: 1.12.2 -> 1.14.4
2019-01-02 16:33:29 -05:00
Vladimír Čunát
1ec9f8b62f
doxygen: 1.8.14 -> 1.8.15
...
I thought of filing a PR, but it would seem a useless step,
even though the release seems to bring lots of changes:
http://www.doxygen.nl/manual/changelog.html#log_1_8_15
My relatively simple use case still works (atop 18.09).
2019-01-02 17:21:42 +01:00
Vladimír Čunát
70bff06140
Merge branch 'master' into staging
2019-01-02 17:19:23 +01:00
Vladimír Čunát
de96413bbf
doxygen: add sourceforge as mirror
...
It turns out the upstream URL is very slow (for me at least).
We get caching through nixos.org, but this shouldn't hurt anyway.
2019-01-02 17:08:02 +01:00
Vladimír Čunát
f0c41f0bbf
doxygen: change URL
...
The homepage was 301 Moved Permanently. Note: https won't work.
2019-01-02 16:59:09 +01:00
Vladimír Čunát
cea9a2c9df
cproto: 4.6 -> 4.7o
...
The package seems rather abandoned (here in nixpkgs).
The bump fixes some problems, but it's probably still not suitable
for my use cases, though let me push the improvements anyway.
2019-01-02 16:27:40 +01:00
R. RyanTM
18a3815a8e
python37Packages.channels: 2.1.5 -> 2.1.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-channels/versions
2019-01-02 16:13:29 +01:00
R. RyanTM
d2499b137f
spoofer: 1.4.0 -> 1.4.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/spoofer/versions
2019-01-02 13:51:05 +01:00
R. RyanTM
3678ff868e
wolfssl: 3.15.3 -> 3.15.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wolfssl/versions
2019-01-02 13:50:35 +01:00
R. RyanTM
36f376777d
python37Packages.zodbpickle: 1.0.2 -> 1.0.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-zodbpickle/versions
2019-01-02 13:49:56 +01:00
R. RyanTM
13e9a017eb
python37Packages.stem: 1.7.0 -> 1.7.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-stem/versions
2019-01-02 13:49:38 +01:00
adisbladis
9acc5d9b45
emacs-packages: Drop custom weechat package
...
It's several years out of date and we can instead rely on
autogenerated packages
2019-01-02 11:42:01 +00:00
Jörg Thalheim
18c041742f
Merge pull request #53180 from r-ryantm/auto-update/sundials
...
sundials: 4.0.0 -> 4.0.1
2019-01-02 12:37:46 +01:00
Astro
108588b75b
frogatto: init at 0.0.2018-12-09 ( #52989 )
2019-01-02 11:47:16 +01:00
Michael Raskin
e0b3d65baa
Merge pull request #53166 from r-ryantm/auto-update/xdaliclock
...
xdaliclock: 2.43 -> 2.44
2019-01-02 10:37:57 +00:00
Michael Raskin
5bac66efcb
Merge pull request #53171 from r-ryantm/auto-update/visidata
...
visidata: 1.5 -> 1.5.1
2019-01-02 10:37:34 +00:00
Jörg Thalheim
54ad5f0e0d
Merge pull request #53178 from r-ryantm/auto-update/tcpreplay
...
tcpreplay: 4.3.0 -> 4.3.1
2019-01-02 11:08:49 +01:00
Jörg Thalheim
988d44005c
Merge pull request #53175 from r-ryantm/auto-update/sqlcipher
...
sqlcipher: 4.0.0 -> 4.0.1
2019-01-02 11:04:41 +01:00
Lorenzo
8065fe8b8e
anki: 2.1.6-beta2 -> 2.1.7 ( #53154 )
2019-01-02 09:58:53 +01:00
David Guibert
d8e907ba18
conky: 1.11.0 -> 1.11.1 ( #53157 )
...
This fixes #52797 .
2019-01-02 09:54:22 +01:00
Vladimír Čunát
f603c1c52c
libjpeg(-turbo): patch CVE-2018-19664
...
Fixes #52972 .
2019-01-02 09:50:54 +01:00
Vladyslav M
4001dd679f
Merge pull request #53153 from dtzWill/update/rofi-1.5.2
...
rofi: 1.5.1 -> 1.5.2
2019-01-02 10:19:13 +02:00
R. RyanTM
67a26e5f78
xterm: 339 -> 341 ( #53160 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xterm/versions
2019-01-02 09:17:29 +01:00
Silvan Mosberger
02ca3919c2
Merge pull request #53185 from r-ryantm/auto-update/translate-shell
...
translate-shell: 0.9.6.8 -> 0.9.6.9
2019-01-02 09:14:17 +01:00