Frederik Rietdijk
1f2c23dabe
python: ipywidgets: 7.0.5 -> 7.1.0
2017-12-31 10:55:07 +01:00
Frederik Rietdijk
675d84adfd
python: ipykernel: 4.6.1 -> 4.7.0
2017-12-31 10:55:07 +01:00
Frederik Rietdijk
0a447a6a3d
python: httpbin: 0.5.0 -> 0.6.2
2017-12-31 10:55:06 +01:00
Frederik Rietdijk
08ebd1618b
python: htmlmin: 0.1.11 -> 0.1.12
2017-12-31 10:55:05 +01:00
Frederik Rietdijk
c0df492163
python: gssapi: 1.2.0 -> 1.3.0
2017-12-31 10:55:05 +01:00
Frederik Rietdijk
495bf9b9c1
python: grpcio: 1.7.3 -> 1.8.2
2017-12-31 10:55:05 +01:00
Frederik Rietdijk
5a3ee42c44
python: GPy: 1.8.4 -> 1.8.5
2017-12-31 10:55:05 +01:00
Frederik Rietdijk
ceec68a8bb
python: google-api-core: 0.1.2 -> 0.1.3
2017-12-31 10:55:05 +01:00
Frederik Rietdijk
c2bd0cea42
python: gensim: 3.0.1 -> 3.2.0
2017-12-31 10:55:05 +01:00
Frederik Rietdijk
b0ac491e11
python: ftfy: 5.1.1 -> 5.2.0
2017-12-31 10:55:05 +01:00
Frederik Rietdijk
2c41a488f5
python: fonttools: 3.17.0 -> 3.21.0
2017-12-31 10:55:04 +01:00
Vladimír Čunát
1fcd92ce92
Merge branch 'master' into staging
...
A few thousand rebuilds from master, again.
Hydra: ?compare=1422362
2017-12-31 09:53:49 +01:00
Peter Simons
ab3a12ed7e
darcs: switch build to GHC 8.0.2 to fix it
...
Also, jailbreak the constraint on unix-compat <5.
2017-12-31 09:31:03 +01:00
Peter Simons
238d574846
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.7.1-1-gc1b61fc from Hackage revision
53970160fe
.
2017-12-31 09:30:44 +01:00
Peter Simons
7f50608fb2
liquidhaskell: re-enable Hydra builds
2017-12-31 09:30:19 +01:00
Orivej Desh
e87a82b010
cntk: mark as broken
...
It never succeeded to build. @abbradar did not respond at
94dc37d622
2017-12-31 08:14:14 +00:00
Austin Seipp
6aeee3790b
nixpkgs: rr 5.0.0 -> 5.1.0
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2017-12-31 02:13:21 -06:00
Peter Hoeg
f36304fcbc
quaternion: 0.0.4 -> 0.0.5
2017-12-31 15:40:44 +08:00
Peter Hoeg
07e59756ef
libqmatrixclient: 0.1 -> 0.2
2017-12-31 15:40:44 +08:00
Peter Hoeg
11bdc1da6f
libtoxcore: 0.1.10 -> 0.1.11
2017-12-31 15:20:35 +08:00
Orivej Desh
7448d1f060
rtl8812au: fix build with Linux >= 4.14.9
2017-12-31 07:12:54 +00:00
Orivej Desh
74b950dc4f
beegfs: restrict kernel version
...
BeeGFS 6.17 fails to build with Linux 4.14.
2017-12-31 07:08:21 +00:00
Markus Kowalewski
b7fdefc8a4
beegfs: init at 6.17
...
package, kernel module, nixos module, and nixos test
2017-12-31 07:07:02 +00:00
Orivej Desh
e0a4d1b158
libxc: fix meta
2017-12-31 06:52:39 +00:00
Markus Kowalewski
2e9af56306
libxc: init at 2.2.3
2017-12-31 06:08:22 +00:00
John Ericson
64965e8224
Merge pull request #29483 from veprbl/hardening_unsupported_flags
...
cc-wrapper: allow compilers to specify unsupported hardening modes
2017-12-30 23:25:43 -05:00
Yegor Timoshenko
60a133f9d0
Merge pull request #33139 from yegortimoshenko/20171228.053707/chrootenv
...
chrootenv: rewrite on top of GLib
2017-12-31 06:59:31 +03:00
John Ericson
4d2b763817
Merge pull request #26805 from obsidiansystems/cross-elegant
...
Make cross compilation elegant
2017-12-30 22:58:02 -05:00
John Ericson
e9a369b2c6
kdoctools: Perl is a propagated *run*-time dep
...
It was improperly classified a build-time dep to get around the
incorrect propagation logic that was in place before this PR.
Additionally fix some `kdoctools` usage were it is incorrectly used a
run-time dep.
2017-12-30 22:04:23 -05:00
John Ericson
469fd89832
stdenv-setup: Ease the transition with native builds
...
- All deps go on the PATH
- CC and Bintools wrappers with their host != depender's host still get their
setup hooks run.
- Environment hooks get applied to all packages
This isn't so elegent, but eases the transition on a very significant
PR.
2017-12-30 22:04:23 -05:00
John Ericson
f083248290
linux bootstrap tools cross: Nuke more refs
...
libgcc.a and similar
2017-12-30 22:04:23 -05:00
John Ericson
e0f1739c75
treewide: Don't use nativePkgs
or crossPkgs
anymore
2017-12-30 22:04:22 -05:00
John Ericson
046f091e0d
treewide: Don't use envHook anymore
...
This commits needs a MAJOR audit as I oftentimes just guessed which of
`$hostOffset`, `$targetOffset`, or a fixed offset should be used.
2017-12-30 22:04:22 -05:00
John Ericson
a1cdc2011e
strip setup hook: Learn about only stripping host/target binaries alone
...
`dontStrip` is still a catch-all, but `dontStripHost` and
`dontStripTarget` are also now available for finer-grained disabling.
2017-12-30 22:04:22 -05:00
John Ericson
4ad9a97e96
gcc: Don't let solaris hack pollute CC elsehwere
2017-12-30 22:04:22 -05:00
John Ericson
0f5c804631
gcc, binutils: Get rid of 32-bit ARM configure flag exception
...
Now that we do `--enable-targes=all`, there is no risk of missing the
needed emulation.
This reverts commit ebc9b161cd
.
This reverts commit 88efc22b44
.
2017-12-30 22:04:22 -05:00
John Ericson
9cda2f5559
gcc: Fix deps, for cross and consistency
...
Mainly making sure we have tools to build target libs
2017-12-30 22:04:22 -05:00
John Ericson
114a9b6253
gcc: Let cc-wrapper's setup hook define any tool env vars we need
2017-12-30 22:04:21 -05:00
John Ericson
bc23afe5c7
gcc: Add build->build dep for C compilers
...
5 already had this, but I forgot the other versions.
2017-12-30 22:04:21 -05:00
John Ericson
5b74540c5b
treewide: Use depsBuildBuild
for buildPackges.stdenv.cc
2017-12-30 22:04:21 -05:00
John Ericson
3a50395ef2
{bintools,cc}-wrapper: extraPackages should be depsTargetTargetPropagated
...
They are libraries used by programs built with these tools, not used by the
tools themselves.
2017-12-30 22:04:21 -05:00
John Ericson
a036473a0a
{bintools,cc}-wrapper: Fix setup hook to respect the role of the cc-compiler
...
We now have the information to properly determine the role the
cc-wrapper dependency has, by taking advantage of `offset`. No longer
use the soon-to-be-deprecated crossConfig environment variable, the
temp hack used before this change.
2017-12-30 22:04:21 -05:00
John Ericson
7f3ca3e21a
stdenv: Fix handling of dependencies and hooks
...
4 far-reaching changes: Smaller PATH, New vars, different propagation
logic, and different hook logic
Smaller PATH
------------
`buildInputs` no longer go on the PATH at build time, as they cannot be
run when cross compiling and we don't want to special case. Simply make
a `nativeBuildInput` too if one needs them on the PATH. Fixes #21191 .
Many new depedendency variables
-------------------------------
See the stdenv chapter of the nixpkgs manual. I pulled out the existing
documentation of dependency specification into a new section, and added
language for these two (and their propagated equivalents) along side
the others'.
More complex propagation logic
------------------------------
Before a propagated*XXX*Input always acted as if it was specified
directly as a *XXX*Input downstream. That's simple enough, but violates
the intended roles of each sort of dep, which has functional and not
just stylistic consequences.
The new algorithm is detailed in the manual, and ensures everything
ends up in the right place. I tried to give both an informal and formal
description, but I suspect in practice it will not make much sense
until one tries cross compiling, after which it will immediately make
sense as the only sane option.
Simplified hook logic
---------------------
Rather than `envHook` and `crossEnvHook`, whose behavior differs
depending on whether we are cross compiling or not, there is now one
hook per sort (or rather non-propagated and propagated pair of sorts)
of dependency. These new hooks have the same meaning regardless of
cross compilation. See the setup hook section of stdenv chapter of the
Nixpkgs manual for more details.
2017-12-30 22:04:21 -05:00
John Ericson
bb18a3b573
top-level: Splice in more package sets for new types of deps
...
This is done in preparation for the next commit where, among other
changes, I add support for the new `dep*` attributes.
2017-12-30 22:04:20 -05:00
Austin Seipp
ff555bdaeb
tamarin-prover: enable tests
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2017-12-30 19:39:38 -06:00
Jörg Thalheim
2efe8b95c8
python.pkgs.mygpoclient: 1.7 -> 1.8
2017-12-31 02:38:09 +01:00
adisbladis
409642e529
udiskie: Fix eval
2017-12-31 02:14:22 +01:00
Austin Seipp
bae2e7ceb3
nixpkgs: add sapic as a dependency to tamarin-prover
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2017-12-30 19:01:29 -06:00
Austin Seipp
3813ab2589
nixpkgs: init sapic 0.9
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2017-12-30 19:01:29 -06:00
Austin Seipp
a31bdc0739
nixpkgs: add 'graphviz' to tamarin-prover dependencies
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2017-12-30 19:01:29 -06:00
adisbladis
f772b8d298
udiskie: Use python3 (python2 support is deprecated)
2017-12-31 01:53:45 +01:00
adisbladis
0f74917d7d
Merge pull request #33206 from dotlambda/udiskie
...
udiskie: 1.7.2 -> 1.7.3
2017-12-31 01:53:31 +01:00
adisbladis
94f6d432d1
Merge pull request #33216 from romildo/upd.tint2
...
tint2: 16.0 -> 16.1
2017-12-31 01:39:04 +01:00
John Ericson
da48603852
Merge pull request #33188 from obsidiansystems/clean-boost
...
boost: Clean, reducing duplication
2017-12-30 19:29:03 -05:00
Austin Seipp
abcfa6f608
nixpkgs: add tamarin-prover 1.3.0 (dev) tool
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2017-12-30 18:23:15 -06:00
John Ericson
76b590405a
boost: Clean, reducing duplication
...
This was motivated originally by my cross work, but that goal requires a
few more commits to other things. Still, it's good to start the cleanup
now / get things out of the way.
2017-12-30 19:17:53 -05:00
Jörg Thalheim
b81de99c03
pythonix: mark it as a python module
...
This was mentioned by @FRidh in https://github.com/NixOS/nixpkgs/pull/33174#discussion_r159083763
2017-12-31 00:55:28 +01:00
Tim Steinbach
469e1e5dcb
linux: 4.14.9 -> 4.14.10
2017-12-30 18:06:01 -05:00
Tim Steinbach
ed39ff393d
linux: 4.9.72 -> 4.9.73
2017-12-30 18:06:01 -05:00
Tim Steinbach
02bc3f4e3a
linux-copperhead: 4.14.9.b -> 4.14.10.a
2017-12-30 18:06:01 -05:00
José Romildo Malaquias
c22221b15b
tint2: 16.0 -> 16.1
2017-12-30 20:28:44 -02:00
Yegor Timoshenko
4b1cf5afb8
chrootenv: rewrite on top of GLib
...
Changes:
* doesn't handle root user separately
* doesn't chdir("/") which makes using it seamless
* only bind mounts, doesn't symlink (i.e. files)
Incidentally, fixes #33106 .
It's about two times shorter than the previous version, and much
easier to read/follow through. It uses GLib quite heavily, along with
RAII (available in GCC/Clang).
2017-12-30 22:28:38 +00:00
Ben Wolsieffer
b1a2e1caef
pkgs/release-lib: evaluate nixpkgs on armv6l and armv7l ( #32641 )
2017-12-31 00:19:10 +02:00
David Asabina
810ec3f8bd
bitscope: init at 2017-12-28
2017-12-30 21:58:27 +01:00
Gabriel Ebner
a9f118914f
electrum: enable support for qr codes
2017-12-30 21:16:16 +01:00
Sébastien Maccagnoni
9db8e22679
gnomeExtensions.mediaplayer: init at 3.5
2017-12-30 20:00:22 +01:00
Dmitry Kalinkin
6d9769663d
cc-wrapper: allow compilers to specify unsupported hardening modes
...
Fixes: 0fd7ef61b2 ('clang_34: Disable hardening bits (#28543 )')
2017-12-30 12:23:25 -05:00
Peter Simons
2c557e1663
Merge pull request #33187 from NickHu/llvm-hs
...
llvm-hs: fix llvm-config dependency
2017-12-30 18:15:27 +01:00
Tuomas Tynkkynen
9fe81b5ac2
nvidia-x11: Attempt to fix library-only build
...
1fb0d3d158 (commitcomment-26554956)
2017-12-30 18:44:45 +02:00
Robert Schütz
63fcd9d769
udiskie: 1.7.2 -> 1.7.3
2017-12-30 17:40:05 +01:00
Frederik Rietdijk
5920579a3d
Python: disable user site-packages in setup hook
...
Wrappers already included `PYTHONNOUSERSITE=1`, but now this env var is
also set in the Python setup hook. This improves purity in case of
non-sandboxes builds and nix-shell.
2017-12-30 17:09:09 +01:00
Frederik Rietdijk
96f4e27e18
python: Flask-Testing: 0.6.2 -> 0.7.1
2017-12-30 17:06:32 +01:00
Frederik Rietdijk
bcead958d7
python: flake8-debugger: 1.4.0 -> 3.0.0
2017-12-30 17:06:32 +01:00
Frederik Rietdijk
dea154d378
python: Fiona: 1.7.10.post1 -> 1.7.11
2017-12-30 17:06:32 +01:00
Frederik Rietdijk
a435277ff9
python: filelock: 2.0.13 -> 2.0.14
2017-12-30 17:06:32 +01:00
Frederik Rietdijk
710a85a3a0
python: faulthandler: 2.6 -> 3.0
2017-12-30 17:06:32 +01:00
Frederik Rietdijk
166c9fd85d
python: Faker: 0.8.7 -> 0.8.8
2017-12-30 17:06:32 +01:00
Frederik Rietdijk
78d6446a20
python: Eve: 0.7.4 -> 0.7.5
2017-12-30 17:06:32 +01:00
Frederik Rietdijk
ffebbd2f8d
python: easy-thumbnails: 2.4.2 -> 2.5
2017-12-30 17:06:32 +01:00
Frederik Rietdijk
b6d84fa6ab
python: docker-compose: 1.15.0 -> 1.18.0
2017-12-30 17:06:32 +01:00
Frederik Rietdijk
cb5a82020f
python: docker: 2.5.1 -> 2.7.0
2017-12-30 17:06:32 +01:00
Frederik Rietdijk
68436b4597
python: djangorestframework: 3.7.3 -> 3.7.7
2017-12-30 17:06:32 +01:00
Frederik Rietdijk
db39391c01
python: django-jinja: 2.2.2 -> 2.4.1
2017-12-30 17:06:32 +01:00
Frederik Rietdijk
a2426f0013
python: distro: 1.0.4 -> 1.2.0
2017-12-30 17:06:32 +01:00
Frederik Rietdijk
6521f19a43
python: dask: 0.15.4 -> 0.16.0
2017-12-30 17:06:32 +01:00
Frederik Rietdijk
e06dac7f2a
python: cytoolz: 0.8.2 -> 0.9.0
2017-12-30 17:06:32 +01:00
Frederik Rietdijk
f5196cce42
python: cx_Freeze: 5.0.2 -> 5.1.1
2017-12-30 17:06:32 +01:00
Frederik Rietdijk
0978a41467
python: csscompressor: 0.9.4 -> 0.9.5
2017-12-30 17:06:32 +01:00
Frederik Rietdijk
466dad658d
python: credstash: 1.13.4 -> 1.14.0
2017-12-30 17:06:32 +01:00
Frederik Rietdijk
2678ce77f0
python: botocore: 1.8.10 -> 1.8.21
2017-12-30 17:06:32 +01:00
Frederik Rietdijk
5ce2e95c98
python: bokeh: 0.12.10 -> 0.12.13
2017-12-30 17:06:32 +01:00
Frederik Rietdijk
36b8acaf1f
python: attrs: 17.2.0 -> 17.4.0
2017-12-30 17:06:32 +01:00
Frederik Rietdijk
7812f83a2d
python: astropy: 2.0.2 -> 2.0.3
2017-12-30 17:06:32 +01:00
Frederik Rietdijk
b77f351365
python: astroid: 1.5.3 -> 1.6.0
2017-12-30 17:06:32 +01:00
Frederik Rietdijk
db3a07fbda
python: astor: 0.5 -> 0.6.2
2017-12-30 17:06:31 +01:00
Frederik Rietdijk
fb60a2fba5
python: asn1crypto: 0.23.0 -> 0.24.0
2017-12-30 17:06:31 +01:00
Frederik Rietdijk
e09ccfa379
python: asgiref: 1.1.2 -> 2.0.1
2017-12-30 17:06:31 +01:00
Frederik Rietdijk
1dd3e8125d
python: APScheduler: 3.4.0 -> 3.5.0
2017-12-30 17:06:31 +01:00
Frederik Rietdijk
195a00e7a3
python: aiohttp: 2.3.3 -> 2.3.7
2017-12-30 17:06:31 +01:00
Frederik Rietdijk
15ceedc572
python: aenum: 2.0.8 -> 2.0.9
2017-12-30 17:06:31 +01:00
Frederik Rietdijk
2ec466e6d9
python: absl-py: 0.1.5 -> 0.1.7
2017-12-30 17:06:31 +01:00
Frederik Rietdijk
2d0bead714
Merge remote-tracking branch 'upstream/master' into HEAD
2017-12-30 17:04:54 +01:00
Frederik Rietdijk
9d4de1eac8
Merge pull request #32852 from georgewhewell/django-2_0
...
django: add 2.0 release
2017-12-30 15:30:05 +00:00
Frederik Rietdijk
9ee22e24b3
Merge pull request #33065 from teto/protocol
...
protocol: init at 20171226
2017-12-30 15:23:52 +00:00
Frederik Rietdijk
9b22100d87
Merge pull request #33104 from kim0/patch-1
...
electrum-ltc: 2.6.4.2 -> 2.9.3.1
2017-12-30 15:23:23 +00:00
Daiderd Jordan
d2b02d662e
Merge pull request #33179 from LnL7/darwin-libresolv
...
libresolv: fix library version
2017-12-30 16:01:03 +01:00
Herwig Hochleitner
5fdf1b972a
wine: update stable and unstable
...
2.0.2 -> 2.0.3
2.19 -> 2.20
additional comments for the update procedure
2017-12-30 14:58:50 +01:00
Herwig Hochleitner
ea4320d348
wine: remove wrapper for wine64
...
fix #28486
2017-12-30 14:58:47 +01:00
Herwig Hochleitner
8e0a8d2bd8
webkitgtk: 2.18.3 -> 2.18.4
...
CVE-2017-7156
CVE-2017-13856
CVE-2017-13866
CVE-2017-13870
2017-12-30 14:52:50 +01:00
Herwig Hochleitner
c36ebca240
dwarf-fortress: 0.44.02 -> 0.44.03
2017-12-30 14:52:50 +01:00
Yegor Timoshenko
d7000b03cd
Merge pull request #33170 from schneefux/pkg.wallabag
...
wallabag: 2.2.3 -> 2.3.1
2017-12-30 16:25:41 +03:00
Peter Simons
1b33f09aae
uhc: disable broken build
2017-12-30 13:54:25 +01:00
Peter Simons
016aa581a7
haskell: extend generic builder to recognize mis-configured Cabal 2.x builds
...
Cabal 1.x says:
| Warning: This package indirectly depends on multiple versions of the same
| package. This is highly likely to cause a compile failure.
But in version 2.x, that warning is split into two lines differently:
| Warning:
| This package indirectly depends on multiple versions of the same package. This is very likely to cause a compile failure.
This commit modifies the call to "egrep" to recognize both versions by virtue
of the "-z" flag, which essentially interprets the whole configure-time output
as one long line.
2017-12-30 13:53:05 +01:00
Peter Simons
a05d950812
haskell-intero-nix-shim: build is broken
2017-12-30 13:53:05 +01:00
Peter Simons
8128c17d44
haskell-vaultenv: build is broken due to "optparse-applicative <0.14" dependency
...
Ping @lnl7.
2017-12-30 13:53:04 +01:00
Peter Simons
7eeea3d7e2
haskell: configure overrides to fix numerous package builds with GHC 7.10.3
2017-12-30 13:53:04 +01:00
Peter Simons
f84d863793
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.7.1-1-gc1b61fc from Hackage revision
fa9adf335b
.
2017-12-30 13:53:04 +01:00
Peter Simons
0232282eb5
hackage2nix: disable broken Hydra builds
...
- Ping @khumba for failing "hoppy-runtime":
https://hydra.nixos.org/build/66704172 .
- Drop "persistent-redis" from the list of maintained packages (@psibi)
because it continues to fail: https://hydra.nixos.org/build/66704120 .
2017-12-30 13:51:48 +01:00
Peter Simons
f5a501074f
Drop Haskell package set for GHC 7.8.4.
...
We support only the last three major releases, i.e. 7.10.x is the latest
compiler we worry about.
The *compiler* is still there, though; it's just the package set that's been
removed.
2017-12-30 13:51:07 +01:00
Peter Simons
af6f4f0849
ghc: drop obsolete version 7.8.3
...
We have the newer minor release 7.8.4.
2017-12-30 13:51:07 +01:00
Frederik Rietdijk
bb729316dd
Merge pull request #33201 from rnhmjoj/steamcontroller
...
Add Steam controller userspace driver
2017-12-30 11:55:47 +00:00
rnhmjoj
aa6a18a6d9
steamcontroller: init at 2017-08-11
2017-12-30 12:31:45 +01:00
rnhmjoj
c3b98dcead
pythonpackages.libusb1: init at 1.6.4
2017-12-30 12:31:45 +01:00
adisbladis
f0f6515bb8
zfsUnstable: 2017-11-16 -> 2017-12-28
2017-12-30 12:20:30 +01:00
adisbladis
c4148cf0b6
splUnstable: 2017-11-16 -> 2017-12-21
2017-12-30 12:20:29 +01:00
adisbladis
cbccffadc9
zfs: 0.7.4 -> 0.7.5
2017-12-30 12:20:28 +01:00
adisbladis
6be7dde896
spl: 0.7.4 -> 0.7.5
2017-12-30 12:20:27 +01:00
adisbladis
70faf4f5a2
Merge pull request #33200 from romildo/upd.rage
...
rage: 0.2.1 -> 0.3.0
2017-12-30 10:28:32 +01:00
adisbladis
98162f1589
Merge pull request #33199 from veprbl/motion
...
motion: 4.0.1 -> 4.1.1
2017-12-30 10:24:04 +01:00
José Romildo Malaquias
8504701bf7
rage: 0.2.1 -> 0.3.0
2017-12-30 06:58:05 -02:00
Dmitry Kalinkin
9adb3f8e11
motion: 4.0.1 -> 4.1.1
2017-12-30 00:17:17 -05:00
Yegor Timoshenko
0dff26daa4
gobjectIntrospection: add giDiscoverSelf preFixupPhase hook
...
Some derivations need to discover their own typelibs. giDiscoverSelf
runs as a preFixupPhase and populates GI_TYPELIB_PATH with an entry
pointing to $prefix/lib/girepository-1.0, if it exists.
2017-12-30 02:57:37 +00:00
Yegor Timoshenko
61bb8115c5
ibus: 1.5.16 -> 1.5.17, fix, back to single output
...
This fixes ibus-setup.
* Update cldrEmojiAnnotation: 31.0.1_1 -> 31.90.0_1
* Move ibus-setup back to out, and use a smaller Python 3 at runtime
than doesn't pull in some dev paths
* Build from Git
* Use autoreconfHook so that we don't have to patch ./configure scripts
when we could just generate them correctly in the first place
* Drop patch that removes IBUS_* environment variables from ibus-setup
wrapper: unsetting them breaks ibus-setup
* Add withWayland option (building with Wayland requires libxcbcommon
package, previously wayland was included into buildInputs w/o
libxcbcommon and respective configure flag)
* Add license (LGPLv2.1)
Relies on two other commits in this branch that add GI_TYPELIB_PATH
discovery and fix gconf Python scripts.
2017-12-30 02:56:37 +00:00
Adam Fidel
6a6e34b81e
fastpbkdf2: init at version 1.0.0 ( #33155 )
2017-12-30 05:26:08 +03:00
Yegor Timoshenko
41ab3d4bd5
Merge pull request #33100 from olynch/mitschemeX11
...
mitschemeX11: init at 9.2
2017-12-30 04:33:53 +03:00
Yegor Timoshenko
26d51c8bb4
Merge pull request #33135 from vbgl/gtksourceview-check
...
gtksourceview: run checks on Linux only
2017-12-30 04:32:41 +03:00
Yegor Timoshenko
823e191804
Merge pull request #33191 from benley/magit-popup-version
...
melpaPackages: match version of magit-popup to magit
2017-12-30 04:15:00 +03:00
Yegor Timoshenko
6f3a431af4
Merge pull request #33194 from dtzWill/update/radare2-2.2.0
...
radare2: 2.1.0 -> 2.2.0, parallel
2017-12-30 04:13:52 +03:00
Yegor Timoshenko
022ead1f54
leocad: only builds on Linux (hardcoded into qmake project)
2017-12-30 01:02:04 +00:00
Will Dietz
4818f75054
radare2: enable parallel building
2017-12-29 18:55:20 -06:00
Will Dietz
85842b586a
radare2: 2.1.0 -> 2.2.0
2017-12-29 18:54:01 -06:00
pasqui23
0dd7d213c2
home-manager:init at 2017-10-11 ( #30330 )
...
home-manager: init at 2017-12-07
2017-12-30 08:52:26 +08:00
Yegor Timoshenko
6afafd6020
Merge pull request #33193 from dtzWill/update/leocad
...
leocad: 17.02 -> 17.07
2017-12-30 03:50:22 +03:00
Yegor Timoshenko
089eca40fc
Merge pull request #33192 from kierdavis/hugo-deps
...
hugo: update dependencies
2017-12-30 03:46:27 +03:00
Will Dietz
80b1d7ea43
leocad: 17.02 -> 17.07
2017-12-29 18:43:36 -06:00
Yegor Timoshenko
1d4222566e
Merge pull request #33189 from dtzWill/update/brotli-1.0.2
...
brotli: 1.0.1 -> 1.0.2
2017-12-30 03:42:59 +03:00
Daiderd Jordan
36326ed55d
Merge pull request #33153 from LnL7/darwin-mercurial
...
mercurial: don't propagate frameworks
2017-12-30 01:37:52 +01:00
Yegor Timoshenko
0d321897fb
linuxPackages.spl: eval, 84d8ef6e2f
...
Second attempt.
2017-12-30 00:28:37 +00:00
Yegor Timoshenko
f497999e86
linuxPackages.spl: eval, 84d8ef6e2f
2017-12-29 23:43:05 +00:00
Benjamin Staffin
f0f290e6cb
melpaPackages: match version of magit-popup to magit
...
Related to https://github.com/magit/magit/issues/3286
2017-12-29 18:42:28 -05:00
Kier Davis
537f213ef7
hugo: update dependencies
...
Generated a new deps.nix by installing hugo into a clean
GOPATH with `go get` and running `go2nix save`.
2017-12-29 23:41:11 +00:00
Will Dietz
9064293f31
brotli: 1.0.1 -> 1.0.2
2017-12-29 17:11:33 -06:00
John Ericson
eb27be0731
Merge pull request #33186 from obsidiansystems/cross-binutils
...
binutils: Fix cross, again
2017-12-29 17:42:38 -05:00
adisbladis
99b49592bc
Merge pull request #33181 from kierdavis/hugo-0.30.2
...
hugo: 0.29 -> 0.30.2
2017-12-29 23:41:43 +01:00
Nick Hu
47c1711f68
llvm-hs: fix llvm-config dependency
2017-12-29 22:38:27 +00:00
adisbladis
612e1acb6b
Merge pull request #33177 from Mounium/gnome-ext
...
dash-to-panel: init at v11
2017-12-29 23:35:17 +01:00
John Ericson
cc44e04472
bintools-wrapper: Define fallback default emulation
...
This ensures we by-default cross-compile to the intended platform.
2017-12-29 17:32:28 -05:00
John Ericson
1cde06acf6
stdenv cross adapter: Get rid of extra propagatation of buildInputs
...
Binutils is patched so we don't rely on `--rpath-link`.
2017-12-29 17:32:28 -05:00
Ben Gamari
c15c449236
binutils: Always search DT_RPATH
2017-12-29 17:32:28 -05:00
adisbladis
f056ec2f24
Merge pull request #33183 from mstarzyk/miller
...
miller: init at 5.2.2
2017-12-29 23:31:45 +01:00
John Ericson
b1dcc6c201
Merge pull request #33185 from obsidiansystems/cross-simple
...
treewide: A few misc cross changes from #26805
2017-12-29 17:30:18 -05:00
John Ericson
5dea877368
kmime, colord-kde: ki18n should be *run*-time dependency
...
It is gettext-based, but is a library for run time, relying on the
normal gettext tools at build time.
2017-12-29 17:20:20 -05:00
Tuomas Tynkkynen
722295fc15
openblas: Support ARMv6
2017-12-30 00:19:57 +02:00
John Ericson
e73d805aa9
libelf: Fix cross compilation
...
There is an upstream bug where it is assumed that if host != build, host
doesn't support shared libraries. We override that overly conservative
check. See
http://lists.uclibc.org/pipermail/uclibc-cvs/2005-August/019383.html
Also clean up some comments.
2017-12-29 17:19:22 -05:00
Ben Gamari
946c1b26fa
diffutils: Enable cross-compilation
2017-12-29 17:18:59 -05:00
Ben Gamari
6f4cfe0570
gawk: Enable cross-compilation
2017-12-29 17:18:46 -05:00
Franz Pletz
6b74d2ca07
linuxPackages.zfs: use correct kernel module build flag
...
In this expression the boolean flags `buildUser` and `buildKernel` determine
if either userspace tools or the kernel module is being built.
cc #33166
2017-12-29 22:46:34 +01:00
Franz Pletz
84d8ef6e2f
linuxPackages.spl: simplify expression
...
This package only contains a kernel module.
2017-12-29 22:45:53 +01:00
Franz Pletz
1fb0d3d158
Fix some instances of #33166 correctly
2017-12-29 22:35:32 +01:00
Vladimír Čunát
5997b4f3db
linuxPackages.rtlwifi_new: fix missing libelf
...
/cc #33166 . Fixes #33102 .
2017-12-29 22:25:13 +01:00
David Guibert
1e77d0b975
kernel 4.14 require libelf to compile modules.
...
[...]
make modules -C /nix/store/h1vzl6bq4wif3m8dd1bw2p3fv4shjg3n-linux-4.14.9-dev/lib/modules/4.14.9/build EXTRA_CFLAGS=-Werror-implicit-function-declaration M=/tmp/nix-build-spl-kernel-2017-11-16-4.14.9.drv-0/source/build
/nix/store/h1vzl6bq4wif3m8dd1bw2p3fv4shjg3n-linux-4.14.9-dev/lib/modules/4.14.9/source/Makefile:939: *** "Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel". Stop.
This patch introduces kernel.moduleBuildDependencies to avoid the logic "stdenv.lib.optional (stdenv.lib.versionAtLeast kernel.version "4.14") libelf" in multiple places.
[dezgeg did some minor tweaks on top]
2017-12-29 23:08:17 +02:00
Orivej Desh
77cc63950a
wxmaxima: build with cmake
...
Fixes reported version number: see
https://github.com/NixOS/nixpkgs/pull/31657#issuecomment-354414642
"make check" did not run any tests with autotools, and is not defined with
cmake. ("make test" is not defined too.)
2017-12-29 21:00:03 +00:00
Maciek Starzyk
8bf2a0971e
miller: init at 5.2.2
2017-12-29 21:55:42 +01:00
John Ericson
7ede347ce9
Merge #33167 into staging
2017-12-29 15:46:46 -05:00
John Ericson
5db559f855
Merge branch 'mingw32-w64-fix' into ericson2314-cross-base
2017-12-29 15:46:02 -05:00
John Ericson
52a4a7c3bb
Merge pull request #33167 from bnikolic/mingw32-w64-fix
...
Mingw_w64 fix to get cross-compilation working again
2017-12-29 15:44:17 -05:00
John Ericson
bc3a6e260a
Merge commit '3afe325a3e2f906ba512fb7a2f28f79496711592' into mingw32-w64-fix
2017-12-29 15:28:56 -05:00
John Ericson
5d336d36bb
Merge commit 'e82bd498d1a2a28fb20249569a6f49fcaab9aca8' into mingw32-w64-fix
2017-12-29 15:28:49 -05:00
Joachim F
56518ff5ac
Merge pull request #32230 from bkchr/renderdoc
...
renderdoc: Fixes build with missing SWIG_PACKAGE
2017-12-29 20:03:43 +00:00
Kier Davis
901fa266fb
hugo: 0.29 -> 0.30.2
...
Also requires updating the github.com/alecthomas/chroma dependency.
2017-12-29 20:00:43 +00:00
Eelco Dolstra
eaf2877cd8
Finance::Quote: 1.38 -> 1.47
2017-12-29 20:56:47 +01:00
Peter Simons
4a01a175a3
Merge pull request #33158 from shlevy/hslib-haskell-build-inputs-again
...
Revert "Revert "hslib: Function to extract the haskell build inputs of a package.""
2017-12-29 20:51:24 +01:00
Shea Levy
89e882f956
Merge branch 'haskell-ide-engine'
2017-12-29 14:41:47 -05:00
Shea Levy
961907de47
Add haskell-ide-engine
2017-12-29 14:41:15 -05:00
Shea Levy
1ee61d8f23
Revert "Revert "hslib: Function to extract the haskell build inputs of a package.""
...
Trying again, without changing the generic builder.
This reverts commit 65138e8a41
.
2017-12-29 14:37:24 -05:00
John Ericson
169227bfd2
Merge commit '3a59cd87f26cc59c91fb821749b1ec0d64922f87' into mingw32-w64-fix
2017-12-29 14:24:10 -05:00
Bojan Nikolic
2e0ebc0532
mingw-w64: Disable stack hardening of the runtime
...
Do this because it is built with the static stage
2017-12-29 14:23:30 -05:00
Katona László
19175d4f7b
dash-to-panel: init at v11
2017-12-29 20:23:08 +01:00
John Ericson
2365e2ffcd
Merge commit '51948eab9415fde1825dea5c7d31b99b2e1a0fdb' into mingw32-w64-fix
2017-12-29 14:23:05 -05:00
dywedir
c8c5b022ec
feh: 2.22.2 -> 2.23
2017-12-29 20:54:44 +02:00
Bojan Nikolic
771bae04e8
gcc: Enable SSP and shared libs in the final stage for MinGW
...
Hardening on by default now that we don't use the cross wrapper. In
turn, hardening requires libssp in particular.
2017-12-29 13:27:02 -05:00
Frederik Rietdijk
d8490e34a5
python.pkgs.numexpr: 2.6.2 -> 2.6.4
2017-12-29 18:57:06 +01:00
Vladimír Čunát
a1a3e54ac9
Merge branch 'master' into staging
...
Haskell rebuild :-)
Hydra: ?compare=1421865
2017-12-29 18:39:36 +01:00
volth
4026ea9c8a
collectd: 5.7.2 -> 5.8.0
...
This is https://github.com/NixOS/nixpkgs/pull/32811 without refactoring parts.
Closes #32811
2017-12-29 17:34:55 +00:00
Frederik Rietdijk
d3297379ad
Merge pull request #33175 from johbo/pelican-without-pandoc
...
pelican: Disable pandoc support for now
2017-12-29 17:24:02 +00:00
Johannes Bornhold
5b7f9db5c5
pelican: Disable pandoc support for now
...
Version 3.7.1 is not compatible with the current (more recent) pandoc version.
Since pandoc support is optional in pelican, we can ship it without pandoc
support until a fix will be applied upstream.
Kept a note in the buildInputs so that the improvement opportunity can be
spotted again on future updates of pelican.
2017-12-29 18:13:11 +01:00
Jörg Thalheim
805e25988f
Merge pull request #33174 from Mic92/pythonix
...
python3Packages.pythonix: init at 0.1.0
2017-12-29 17:49:34 +01:00
Jörg Thalheim
7e20ba9515
python3Packages.pythonix: init at 0.1.0
2017-12-29 17:38:05 +01:00
schneefux
40ab1bed8a
wallabag: 2.2.3 -> 2.3.1
2017-12-29 16:26:40 +01:00
Peter Simons
40a3d775a5
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.7.1-1-gc1b61fc from Hackage revision
246f2ece36
.
2017-12-29 15:47:44 +01:00