Frederik Rietdijk
2bcd41b9ff
buildPythonPackage: install builds reproducibly
...
Without --build a temporary directory is created to unpack the wheel in.
We now set a directory instead.
2016-12-13 14:45:05 +01:00
viric
b1c20ad384
Merge pull request #21116 from mdaiter/cudaOpenCVIf
...
opencv3: pull patches only if necessary
2016-12-13 14:34:51 +01:00
zimbatm
cbdc94f2b7
buildGoPackage: remove go version from name ( #21111 )
...
As a user installing the program it's not interesting what go version it
was compiled against. Not more interesting than any other potential
dependencies. It also makes it harder to install or update the package.
2016-12-13 11:35:15 +00:00
Matthew Daiter
d6f1081314
opencv3: pull patches only if necessary
2016-12-13 11:26:56 +01:00
Fernando J Pando
50466c2d4f
buildbot: 0.9.0rc4 -> 0.9.0.post1
...
- updates buildbot to version 9 release
- adds nixos configuration module
- fixes buildbot-www package deps
- re-hardcode path to tail
- builbot configuration via module vars
fixes #19759
2016-12-13 10:52:56 +01:00
Matthew Justin Bauer
fd2cf186b0
openjdk-darwin: Fix libfreetype path ( #21089 )
...
The freetype path was not working. This fixes it to use the nix
freetype version with install_name_tool.
2016-12-13 09:47:50 +01:00
Tim Steinbach
a03b09c43b
Merge pull request #21052 from NeQuissimus/ammonite_0_8_1
...
ammonite-repl: 0.8.0 -> 0.8.1
2016-12-12 14:29:08 -05:00
Joachim Schiele
1f811a6727
rustcNightlyBin.rustc: revision bump 2016-11-26 to 2016-12-05 with fix to contain components as libcore
2016-12-12 18:59:10 +01:00
Peter Simons
09fecd18b2
Merge pull request #21002 from Profpatsch/hoogle-local
...
haskellPackages: add hoogleLocal
2016-12-12 14:46:27 +01:00
Profpatsch
570708183b
haskellPackages: add hoogleLocal
...
The docs in `hoogle.nix` intend for it to be in the packageset as `hoogleLocal`
and that also makes a lot of sense from a user perspective.
`packages` is not a function `HaskellPackages -> [Package]`, but rather an
arbitrary set of packages.
That is good, because that way it can be used e.g. to merge package databases
from other versions of the packageset.
It’s done as function with default argument, because otherwise the user has to
use `overrideCabal` to override `packages` in `hoogle.nix`.
2016-12-12 14:27:04 +01:00
Andreas Herrmann
98fce78cb3
r-modules: Fix `png` package
...
The package requires the `dev` output of `libpng`.
2016-12-12 10:53:10 +01:00
Frederik Rietdijk
7c8b1e7b24
python36: 3.6.0b2 -> 3.6.0rc1
2016-12-12 09:31:25 +01:00
Vincent Laporte
42a0fc4387
ocamlbuild: 0.9.2 -> 0.9.3
2016-12-12 03:18:48 +00:00
Vincent Laporte
77050a8381
findlib: 1.6.1 -> 1.7.1
2016-12-12 03:18:48 +00:00
Jaka Hudoklin
76a791b61c
Merge pull request #21081 from Mic92/libxslt
...
libxslt: add option to enable crypto support
2016-12-12 01:43:04 +01:00
Thomas Tuegel
99bc7f1ea3
Merge pull request #21055 from ttuegel/openblas
...
openblas: refactor and set TARGET always
2016-12-11 17:16:49 -06:00
Pascal Wittmann
cf1ec8ed33
pugixml: 1.7 -> 1.8.1
2016-12-11 21:15:48 +01:00
Frederik Rietdijk
c4104539e0
pythonPackages.async_timeout: init at 1.1.0
2016-12-11 20:07:24 +01:00
Frederik Rietdijk
826649ddf4
pythonPackages.multidict: init at 2.1.4
2016-12-11 20:07:24 +01:00
Frederik Rietdijk
7a538938a0
pythonPackages.yarl: init at 0.8.1
2016-12-11 20:07:24 +01:00
Jörg Thalheim
50d63e1e3f
libxslt: add option to enable crypto support
2016-12-11 19:22:34 +01:00
Alexei Boronine
87f0ad66bf
Add patches referenced in neko issue 131
2016-12-12 01:33:01 +08:00
Alexei Boronine
729b21adbb
neko: set cmake flag -DRUN_LDCONFIG=OFF
2016-12-12 01:11:24 +08:00
Pascal Wittmann
2d4637f96f
intel-gpu-tools: 1.16 -> 1.17
2016-12-11 17:55:09 +01:00
Alexei Boronine
00befaff7e
neko: 2.0.0 -> 2.1.0
2016-12-11 22:34:58 +08:00
Vladimír Čunát
c4a85eafa4
Merge #21043 : strace: 4.13 -> 4.14
2016-12-11 14:05:27 +01:00
Gaël Deest
2fb4874453
isl: 0.15 -> 0.17.1
...
Oups.
2016-12-11 14:04:59 +01:00
Lancelot SIX
db36c44f1b
gsl: 2.2 -> 2.3 ( #21058 )
...
See https://lists.gnu.org/archive/html/info-gnu/2016-12/msg00005.html
for release announcement
2016-12-11 14:03:28 +01:00
Alexei Boronine
63dbcdbdb9
mbedtls: 2.3.0 -> 2.4.0
2016-12-11 14:58:53 +08:00
Thomas Tuegel
bed668c051
openblas: refactor and set TARGET always
2016-12-10 16:49:45 -06:00
Jaka Hudoklin
de710794bf
Merge pull request #20975 from holidaycheck/node-7.2.1
...
nodejs: 7.1.0 -> 7.2.1
2016-12-10 23:39:13 +01:00
Tim Steinbach
e8cd9ce8da
ammonite-repl: 0.8.0 -> 0.8.1
2016-12-10 15:51:06 -05:00
Svend Sorensen
e942ed29b3
rubygems: 2.6.6 -> 2.6.8 ( #21028 )
2016-12-10 17:30:39 +00:00
Alexei Boronine
9243703c5c
mbedtls: fix build for Darwin ( #20940 )
...
mbedtls: fix build for darwin
2016-12-10 17:29:50 +01:00
Frederik Rietdijk
badd367e32
Merge pull request #21034 from acowley/ignition-math-2.6.0
...
ignition-math: 2.3.0 -> 2.6.0
2016-12-10 14:24:43 +01:00
mimadrid
8b8df71b87
strace: 4.13 -> 4.14
2016-12-10 13:09:47 +01:00
taku0
cbcdfdb576
android-sdk: 25.2.2 -> 25.2.3
2016-12-10 19:51:55 +09:00
Anthony Cowley
6bc52926fe
ignition-math: 2.3.0 -> 2.6.0
2016-12-09 21:40:36 -05:00
vbgl
44234570ec
Merge pull request #20867 from vbgl/omake-0.10.1
...
omake: update to 0.10.1
2016-12-09 21:49:21 +00:00
Frederik Rietdijk
c25fc0f173
Merge pull request #20915 from nexusdev/solc
...
solc: 0.4.4 -> 0.4.6
2016-12-09 22:42:06 +01:00
goibhniu
28c6e1af58
Merge pull request #21018 from josthkko/patch-1
...
chromedriver: 2.21 -> 2.25
2016-12-09 17:25:47 +01:00
Thomas Tuegel
2a02544b34
Merge pull request #21009 from acowley/qt5.6.2-darwin
...
qt5.6: darwin compatibility
2016-12-09 09:12:43 -06:00
Jost Novljan
53b5575640
chromedriver: 2.21 -> 2.25
2016-12-09 12:06:07 +01:00
Joachim F
8760a7efd8
Merge pull request #20991 from dtzWill/fix/qtwebengine-paxmark
...
qt5.6/5.7: PaX compat qtwebengine
2016-12-09 00:31:13 +01:00
Anthony Cowley
7a9400d338
qt5.6: darwin compatibility
...
- qtbase builds on darwin
- Downstream qmake and cmake build configurations supported
Darwin-specific changes:
Prevent `qmake -project` from adding build support files in the temp
directory to the project.
Shrink the temp directory used for building with qmake.
The issue here is that `lndir` recreates the entire directory structure
of the module we are merging into the temporary build environment. On
darwin, the framework directory structures mean that this shadow
directory tree is 17MB even though the file contents are all symlinks
into the store.
To address this, we symlink the framework directories explicitly and
use `lndir` for everything else.
2016-12-08 18:28:30 -05:00
Graham Christensen
78c7d1b47b
Merge pull request #20973 from grahamc/rollup-12
...
Roundup Rollup 12 (WIP)
2016-12-08 17:50:03 -05:00
Peter Marheine
469e5e7768
libdwarf: version the shared object ( #20996 )
...
Upstream sets the soname, so binaries compiled against libdwarf.so will
link against libdwarf.so.1 at runtime. Install libdwarf.so.1 and
symlink libdwarf.so to it so both linking and runtime loading work again.
2016-12-08 19:34:25 +01:00
Michael Raskin
1e580945f0
libre: 0.4.17 -> 0.5.0
2016-12-08 16:15:18 +01:00
Michael Raskin
ff3fc6eef3
librem: 0.4.7 -> 0.5.0
2016-12-08 16:15:18 +01:00
Michael Raskin
1461981190
harfbuzz: 1.3.3 -> 1.3.4
2016-12-08 16:15:18 +01:00
Gabriel Ebner
6a90b88d27
loc: 0.3.3 -> 0.3.4
2016-12-08 09:59:47 -05:00
Eelco Dolstra
5743506c6e
aws-sdk-cpp: Use multiple outputs
2016-12-08 14:19:48 +01:00
Will Dietz
7c29e476a7
qt5.6/5.7: PaX compat qtwebengine
...
* paxmark QtWebEngineProcess so it executes on PaX kernels
* when building on host w/PaX apply patch to fix mksnapshot
Patch taken from Gentoo[1], slightly modified to use paxctl directly.
[1] https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-qt/qtwebengine/files/qtwebengine-paxmark-mksnapshot.patch
2016-12-07 20:02:41 -06:00
Eric Bailey
6a86b603f9
lfe: 1.1.1 -> 1.2.1
...
- Use buildRebar3 instead of mkDerivation, obviating the need for setup-hook.sh
- Manually build proper and patch rebar.config s.t. it doesn't try to fetch it
- Set checkTarget = "travis" and actually run the tests
2016-12-08 00:36:38 +02:00
Eric Bailey
ab9688a63a
rebar3: Fix typos and support name-version-tag
...
The fixup_app_name/1 change notably supports packages like proper-1.1.1-beta.
2016-12-08 00:11:41 +02:00
Eric Bailey
fe727a19c1
rebar3: 3.1.0 -> 3.3.2
2016-12-08 00:11:41 +02:00
Vladimír Čunát
49187304d8
libdwarf: security 20161021 -> 20161124
...
/cc #20972 . It seems safe API+ABI-wise:
https://abi-laboratory.pro/tracker/timeline/libdwarf/
Also nitpicks: meta.homepage, etc.
Note: `darwin.dtrace` probably contains an embedded copy of libdwarf,
which I didn't (attempt to) fix.
2016-12-07 18:27:37 +01:00
Mathias Schreck
61e9862bc0
nodejs: 7.1.0 -> 7.2.1
2016-12-07 15:25:31 +01:00
Graham Christensen
e42f6a11ac
gstreamer: 1.10.1 -> 1.10.2 for multiple CVEs
...
CVE-2016-9807, CVE-2016-9808, CVE-2016-9809, CVE-2016-9810, CVE-2016-9811, CVE-2016-9812, CVE-2016-9813, CVE-2016-9634, CVE-2016-9635, CVE-2016-9636
https://gstreamer.freedesktop.org/releases/1.10/#1.10.2
2016-12-07 09:10:29 -05:00
Jörg Thalheim
0df00d66d5
Merge pull request #20916 from montag451/corosync
...
corosync: 2.4.1 -> 2.4.2
2016-12-07 12:50:23 +01:00
Jörg Thalheim
a65deea6c6
Merge pull request #20953 from joelmo/master
...
portaudio: remove old version portaudioSVN
2016-12-07 09:14:23 +01:00
Joachim F
bf574f33cb
Merge pull request #20955 from savannidgerinel/bugfix-icu-version
...
icu4c: fix #20954 : icu_54_1 package does not compile
2016-12-07 01:25:06 +01:00
Savanni D'Gerinel
705e29046d
icu: remove icu4c-54.1
...
Only zoom-us depends on icu4c-54.1. Since we know that version has some vulnerabilities, and zoom-us appears to work with icu4c-57.1, I remove the icu/54.1.nix file, remove icu_54_1 from all-packages.nix, and have zoom-us depend on icu (i.e., icu4c-57.1)
2016-12-06 17:51:11 -06:00
Profpatsch
5373ca9712
haskell/ghcjs: fix ghcjs-ffiqq, add ghcjs-vdom ( #20614 )
...
Both experimental libraries that are in the ghcjs GitHub organization, but are
not yet officially released on hackage.
2016-12-06 23:24:42 +01:00
Joel Moberg
b165b5e924
portaudio: remove old version portaudioSVN
...
The project is now using git and the sha for the source is wrong. Can
not find other derivations using this.
2016-12-06 22:26:41 +01:00
Tim Steinbach
1e00f3fef0
Merge pull request #20936 from NeQuissimus/scala_2_12_1
...
scala: 2.12.0 -> 2.12.1
2016-12-06 12:14:45 -05:00
Frederik Rietdijk
736169d01d
buildPythonPackage: yet another fix, fixes #20943
...
I didn't copy the old behaviour correctly with
c1d98d959b
2016-12-06 16:48:55 +01:00
Daniel Brockman
63b0e86908
solc: add explanation for why not fetchFromGitHub
2016-12-06 13:54:52 +01:00
Tim Steinbach
200715b022
scala: 2.12.0 -> 2.12.1
2016-12-05 19:38:26 -05:00
Frederik Rietdijk
47d4575255
pythonPackages.setuptools: 28.8.0 -> 30.2.0
2016-12-05 17:33:21 +01:00
Frederik Rietdijk
c1d98d959b
buildPythonPackage: add configurePhase, fixes #20926
...
I had removed the configurePhase in
https://github.com/NixOS/nixpkgs/pull/20894 because it was empty. This
seemed to break packages that use cmake.
2016-12-05 17:33:17 +01:00
Nikolay Amiantov
497e6d2f1d
haskellPackages.haskell-src-exts-simple: build against new haskell-src-exts
2016-12-05 16:39:23 +03:00
Shea Levy
b6fe3994be
Merge branch 'heist-pandoc' of git://github.com/imalsogreg/nixpkgs
2016-12-05 08:04:24 -05:00
Joachim F
546eba73e1
Merge pull request #20910 from peterhoeg/wp
...
wp-cli: 0.24.1 -> 1.0.0
2016-12-05 13:26:50 +01:00
montag451
e797cfaeb6
librdmacm: add pkg-config support
2016-12-05 11:45:13 +01:00
montag451
3798da2c41
libibverbs: add pkg-config support
2016-12-05 11:44:28 +01:00
Daniel Brockman
a63732ef95
solc: 0.4.4 -> 0.4.6
2016-12-05 11:22:22 +01:00
Frederik Rietdijk
42bad32e13
buildPythonPackage: refactor
2016-12-05 10:29:22 +01:00
Frederik Rietdijk
5ba37dfc7a
Merge pull request #20893 from FRidh/fixed3
...
Python: use fixed-point combinator, add pkgs to interpreter
2016-12-05 09:47:43 +01:00
Frederik Rietdijk
31e32b6d9e
Python interpreters: add pkgs attribute
...
A package set is constructed for a specific interpreter. Therefore, we add the
possibility to override the package set to the interpreter. This should make it
easier to override the interpreter and the package set at the same time.
2016-12-05 09:43:44 +01:00
Greg Hale
ad489cec10
Add pandoc dependency to heist to restore working heist tests
2016-12-05 01:53:44 +00:00
Tuomas Tynkkynen
571cf4f209
uisp: Fix build
2016-12-05 02:40:04 +02:00
Tuomas Tynkkynen
a7c31ce165
snack: Mark broken
...
Besides the hardeningDisable I added, something else is broken.
gcc -c -O -fPIC -DUSE_TCL_STUBS -DUSE_TK_STUBS -DOSS -I/nix/store/q2k3anmbnwklaxih3brk9g6mxzjv155z-tcl-8.6.6/include -I/tmp/nix-build-tcl-8.6.6.drv-0/tcl8.6.6/generic -I/tmp/nix-build-tk-8.6.6.drv-0/tk8.6.6/generic -DTCL_81_API -I./../generic -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 ./../generic/jkFormatMP3.c
./../generic/jkFormatMP3.c:34:26: error: expected declaration specifiers or '...' before '(' token
#define roundf(x) (floor((x)+(float )0.5f))
^
2016-12-05 02:09:18 +02:00
Susan Potter
8d926260ef
inform7: init at 6M62
2016-12-04 17:22:54 -06:00
Tomas Hlavaty
9adbe60c81
sbcl: 1.3.11 -> 1.3.12
2016-12-05 00:15:55 +01:00
Vladimír Čunát
ae0bfae810
cairomm: fixup url
...
I've got no idea why there are two tarballs with same name but different
hash.
2016-12-04 20:21:25 +01:00
Vladimír Čunát
ad0d7f6a05
Merge branch 'staging'
2016-12-04 19:22:36 +01:00
Vladimír Čunát
6e91b74839
Revert "cairomm: maintenance 1.12.0 -> 1.12.2"
...
This reverts commit d652b2cbee
.
Some packages got broken by this (rawtherapee*, ardour*).
2016-12-04 19:20:47 +01:00
Frederik Rietdijk
e4f44475a6
Merge pull request #20899 from elitak/libxslt
...
libxslt: fixed crossDrv, where no python is available
2016-12-04 16:19:02 +01:00
Eric Litak
605f923e92
libxslt: fixed crossDrv, where no python is available
2016-12-04 07:11:23 -08:00
Jos van den Oever
bb84c688f6
rustfmt: 0.6.2 -> 0.6.3
2016-12-04 15:56:26 +02:00
Peter Hoeg
9471411a3c
wp-cli: 0.24.1 -> 1.0.0
2016-12-04 21:45:42 +08:00
Michael Raskin
18eb185591
sbclBootstrap: list something for Solaris
2016-12-04 14:26:30 +01:00
Tomas Hlavaty
c410dc75f2
sbcl: avoid using wrong options
2016-12-04 14:26:30 +01:00
Tomas Hlavaty
194a2ae86a
sbcl: fix disabling threadSupport
2016-12-04 14:26:30 +01:00
Tomas Hlavaty
13f82b0445
picolisp: 15.11 -> 16.6
2016-12-04 14:26:30 +01:00
Tomas Hlavaty
d281a93960
sbcl: 1.3.10 -> 1.3.11
2016-12-04 14:26:30 +01:00
Vladimír Čunát
61aa9cb9b2
guile: doCheck = false, as it causes problems sometimes
...
... and I don't feel like digging into the exact cause.
It's made worse by the fact that guile is quite a mass rebuild.
2016-12-04 10:12:13 +01:00
Vladimír Čunát
3dd219f071
Merge "forked" staging branches together
2016-12-04 10:07:19 +01:00
Vladimír Čunát
84d737cfe9
clisp: remove Darwin from meta.platforms for now
...
It's problematic. See #20062 .
2016-12-04 10:01:08 +01:00