John Ericson
e755a8a27d
treewide: Use targetPrefix
instead of prefix
for platform name prefixes
...
Certain tools, e.g. compilers, are customarily prefixed with the name of
their target platform so that multiple builds can be used at once
without clobbering each other on the PATH. I was using identifiers named
`prefix` for this purpose, but that conflicts with the standard use of
`prefix` to mean the directory where something is installed. To avoid
conflict and confusion, I renamed those to `targetPrefix`.
2017-11-27 03:15:50 -05:00
Frederik Rietdijk
7a13e5a7df
Merge remote-tracking branch 'upstream/python-unstable' into HEAD
2017-11-24 19:58:07 +01:00
adisbladis
d99378654f
pythonPackages: Add version and pname attributes to packages
2017-11-23 17:49:43 +01:00
Frederik Rietdijk
35f5912db5
Merge remote-tracking branch 'upstream/python-unstable' into HEAD
2017-11-23 16:38:39 +01:00
Frederik Rietdijk
6ad79678d4
Merge remote-tracking branch 'upstream/master' into HEAD
2017-11-23 16:38:31 +01:00
Frederik Rietdijk
985f0ce15d
python.pkgs.rivet: add bindings for rivet
2017-11-23 15:11:03 +01:00
Bjørn Forsman
1e5bdbb273
Merge pull request #27344 from lukeadams/gnuradio-update
...
Gnuradio: Enable Darwin Support
2017-11-23 08:23:07 +01:00
Orivej Desh
a7e1bfe792
Merge pull request #31957 from jtojnar/libxml-2.9.7
...
libxml2: 2.9.5 → 2.9.7
2017-11-23 04:40:51 +00:00
Jan Tojnar
98ff9fca29
libxml2: 2.9.5 → 2.9.7
2017-11-23 05:28:39 +01:00
Samuel Leathers
057e20a416
Merge pull request #31947 from jtojnar/libinput-1.9.2
...
libinput: 1.9.1 → 1.9.2
2017-11-22 22:09:19 -05:00
Samuel Leathers
b4c63c3648
Merge pull request #31921 from corngood/rdesktop-krb
...
rdesktop: enable credssp
2017-11-22 22:04:49 -05:00
Samuel Leathers
06251bec3c
Merge pull request #31949 from vbgl/gnumeric-1.12.36
...
gnumeric: 1.12.35 -> 1.12.36; goffice: 0.10.35 -> 0.10.36
2017-11-22 21:25:31 -05:00
Orivej Desh
eb23772c10
double-conversion: rename attr from double_conversion
2017-11-22 23:39:03 +00:00
Luke Adams
de51e4a35b
qwt6_qt4: enableParallelBuilding
2017-11-22 16:40:49 -06:00
Luke Adams
97c5cf0bf2
qwt6_qt4: preFixup: Repair relative reference in darwin framework output
2017-11-22 16:40:49 -06:00
Jan Tojnar
52c6c64f5c
libinput: 1.9.1 → 1.9.2
...
https://lists.freedesktop.org/archives/wayland-devel/2017-November/035817.html
2017-11-22 22:17:52 +01:00
John Ericson
405412dfd9
Merge pull request #31775 from obsidiansystems/stdenv-both-propagated-files
...
stdenv setup: Always use both propagated files
2017-11-22 15:23:37 -05:00
Vincent Laporte
1f5c2fe90a
gnumeric: 1.12.35 -> 1.12.36
...
goffice: 0.10.35 -> 0.10.36
2017-11-22 18:52:31 +00:00
David McFarland
4434843d9c
libgssglue: init at 0.4
2017-11-22 12:33:32 -04:00
Luke Adams
f90ddc99f6
qwt6_qt4: Fix darwin build by adding AGL input
2017-11-22 02:10:51 -06:00
Luke Adams
c3cfa106af
qwt6_qt4: 6.1.2 -> 6.1.3
2017-11-22 02:10:51 -06:00
Orivej Desh
816843333d
Merge pull request #30946 from LumiGuide/opencv-3.3.1
...
opencv: 3.3.0 -> 3.3.1
2017-11-22 07:04:31 +00:00
Orivej Desh
4d50d79bc8
atlas: disable parallel building
2017-11-22 06:49:21 +00:00
Orivej Desh
b8e1e7191e
Merge branch 'master' into staging
...
* master: (80 commits)
lkl: Supports aarch64
wimlib: nitpicks
gitAndTools.git-codeowners: 0.1.1 -> 0.1.2
wimlib: init at 1.12.0
kernel: improve modDirVersion error message
releaseTools.sourceTarball: Clean up temporary files
dotnetPackages.SmartIrc4net: rehash source
migmix: make it a fixed-output derivation
vm: Create /dev/full
samba: 4.6.8 -> 4.6.11 to address CVEs CVE-2017-14746 & CVE-2017-15275
microcodeIntel: 20170707 -> 20171117
sshd: Remove ripemd160 MACs
kernel config: Enable MEDIA_CONTROLLER
linux: 4.4.99 -> 4.4.100
linux: 4.9.63 -> 4.9.64
nix-bash-completions: 0.4 -> 0.5
linux: 4.14 -> 4.14.1
linux: 4.13.14 -> 4.13.15
nix-zsh-completions: 0.3.3 -> 0.3.5
dns-root-data: use a stable URL that I maintain anyway
...
2017-11-21 22:48:36 +00:00
Orivej Desh
71a2a5ae40
qt4: enable parallel building
...
Please let me know if it fails to build in parallel so we could fix it, because
overwise it is a bottleneck of mass rebuilds.
2017-11-21 19:30:18 +00:00
Orivej Desh
d5e3935a6a
atlas: enable parallel building
2017-11-21 19:29:10 +00:00
Orivej Desh
5421d2908f
boehm-gc: enable parallel building
2017-11-21 17:58:48 +00:00
John Ericson
da19c34d0f
stdenv setup: Always use both propagated files
...
This continues #23374 , which always kept around both attributes, by
always including both propagated files: `propgated-native-build-inputs`
and `propagated-build-inputs`. `nativePkgs` and `crossPkgs` are still
defined as before, however, so this change should only barely
observable.
This is an incremental step to fully keeping the dependencies separate
in all cases.
2017-11-21 10:44:44 -05:00
Vladimír Čunát
3772338be5
SDL2: disable parallel make
...
Example failure: https://hydra.nixos.org/build/64494600
It could be fixed more properly, but for me it builds under 80 secs anyway.
2017-11-21 12:55:47 +01:00
Daniel Peebles
81cc9bb41d
Merge pull request #31701 from matthewbauer/wesnoth-mac
...
Wesnoth MacOS
2017-11-20 22:42:59 -05:00
Orivej Desh
3f7751ecd4
flite: 1.9.0 -> 2.0.0, fix build with Nix 1.12
...
It is failing with:
RPATH of binary /nix/store/...-flite-.../bin/flite contains a forbidden reference to /build
because of the rpath entry `../build/x86_64-linux-gnu/lib`.
2017-11-21 01:14:34 +00:00
Renaud
1d6f3ea265
Merge pull request #31573 from c0bw3b/pkg/pkcs11
...
opencryptoki, pkcs11-helper, simple-tpm-pk11
2017-11-20 22:40:58 +01:00
Joerg Thalheim
2ac6343d56
wayland-protocols: 1.10 -> 1.11
2017-11-20 17:20:18 +00:00
Joerg Thalheim
c30d535c7b
wayland: 1.12.0 -> 1.14.0
2017-11-20 17:20:17 +00:00
Orivej Desh
ac387e3918
libstroke: replace dead links
2017-11-20 13:07:40 +00:00
Orivej Desh
54c281fa39
bullet283: delete old version
2017-11-20 10:55:47 +00:00
Orivej Desh
ab0d141f44
Merge branch 'master' into staging
...
* master: (23 commits)
silver-searcher: patch bash completions location
shairplay: init at 2016-01-01
ocamlPackages.rope: 0.5 -> 0.6
ocamlPackages.ocaml_gettext: 0.8.7 -> 0.8.8
mupdf: Patch openjpeg version
nextcloud-client: fix build after qt updates
gstreamer.gst-plugins-bad: Patch openjpeg version
silver-searcher: move bash completion to etc/bash-completion.d/
neomutt: use mime.types from dedicated mime-types derivation
mime_types: rename to mime-types
XMLLibXML: 2.0129 -> 2.0132 fixes failing tests & CVE-2017-10672
nixos/matrix-synapse: remove unused log_file config
nixos: run parted with --script option (3rd)
nixos: run parted with --script option (2nd)
nixos/release: add nixos/tests/switch-test.nix to tested job
nixos/system: make switch-to-configuration script pure.
nixos/release: include mutableUsers test to release tests.
nixos/tests: Add a test for config.users.mutableUsers.
corebird: 1.7.2 -> 1.7.3
nixos/matrix-synapse: make home directory configurable
...
2017-11-20 09:21:51 +00:00
adisbladis
09683a0a19
gstreamer.gst-plugins-bad: Patch openjpeg version
2017-11-20 14:49:25 +08:00
Franz Pletz
fa824e6c58
Merge branch 'master' into staging
2017-11-19 19:39:04 +01:00
Franz Pletz
4e5725605b
openjpeg: 2.1.2 -> 2.3.0 for multiple CVEs
...
Fixes:
* CVE-2016-10504
* CVE-2016-10505
* CVE-2016-10506
* CVE-2016-10507
* CVE-2016-9112
* CVE-2016-9113
* CVE-2016-9114
* CVE-2016-9115
* CVE-2016-9116
* CVE-2016-9117
* CVE-2016-9118
cc #30959
2017-11-19 19:33:42 +01:00
Franz Pletz
58218d4d8e
libsndfile: add patches for multiple CVEs
...
Fixes the patches names for security tools to parse CVEs.
Adds patch to fix CVE-2017-14634.
cc #30959
2017-11-19 18:51:22 +01:00
Franz Pletz
a6044ad793
audiofile: add patches for multiple CVEs
...
Fixes:
* CVE-2017-6827
* CVE-2017-6828
* CVE-2017-6829
* CVE-2017-6830
* CVE-2017-6831
* CVE-2017-6832
* CVE-2017-6833
* CVE-2017-6834
* CVE-2017-6835
* CVE-2017-6836
* CVE-2017-6837
* CVE-2017-6838
* CVE-2017-6839
cc #30959
2017-11-19 18:26:49 +01:00
Orivej Desh
b089c21506
Merge branch 'master' into staging
...
* master: (39 commits)
python.pkgs.pybfd: move to python-modules
documentation: python 2.6 is no more
documentation: python3Packages is python36Packages
wireguard: 0.0.20171101 -> 0.0.20171111
php_excel: init at 1.0.2
libxl: init at 3.8.1
matrix-synapse: 0.24.1 -> 0.25.1
grafana: 4.6.1 -> 4.6.2
linux: 4.4.98 -> 4.4.99
linux: 4.9.62 -> 4.9.63
linux: 4.13.13 -> 4.13.14
nixos/zsh: add the type for enableAutosuggestions option
zsh-powerlevel9k: init at 2017-11-10
fio: 3.1 -> 3.2
filebench: rehash source
nano: 2.8.7 -> 2.9.0
bonnie: replace dead source link
less: 520 -> 529
strace: 4.19 -> 4.20
iperf: 3.2 -> 3.3
...
2017-11-19 08:30:14 +00:00
Markus Mueller
8d499c2b3d
libxl: init at 3.8.1
2017-11-19 04:22:26 +01:00
Orivej Desh
af748afe33
Merge pull request #31777 from romildo/upd.catch
...
catch: 1.9.6 -> 1.11.0
2017-11-17 22:46:14 +00:00
Orivej Desh
b5148cec8f
libjson-rpc-cpp: enable parallel building
2017-11-17 22:44:01 +00:00
Orivej Desh
c8e5b07350
Merge pull request #31776 from veprbl/fastjet_330
...
fastjet: 3.2.0 -> 3.3.0
2017-11-17 22:36:46 +00:00
José Romildo Malaquias
0c3a544f91
catch: 1.9.6 -> 1.11.0
2017-11-17 20:10:19 -02:00
Daiderd Jordan
36818207e9
Merge branch 'master' into staging
2017-11-17 22:45:34 +01:00
Dmitry Kalinkin
2f1816de5b
fastjet: 3.2.0 -> 3.3.0
2017-11-17 16:23:42 -05:00