Commit graph

152048 commits

Author SHA1 Message Date
Peter Hoeg 037813906d wp-cli: use 1 store path instead of 4 2018-09-06 21:36:06 +08:00
John Ericson 8ae27030aa doc: Add changelog entry for new definition of system and stdenv.system
See the previous commit for details.
2018-09-06 09:24:08 -04:00
Michael Weiss 656b59e3db monkeysphere: 0.37 -> 0.41
TODO(WIP): This needs more testing and a module.
2018-09-06 15:13:13 +02:00
Jaka Hudoklin 5574b6a152
Merge pull request #46143 from teozkr/update/kops-1.10.0
kops: 1.9.0 -> 1.10.0
2018-09-06 14:44:39 +02:00
John Ericson 773233ca77 top-level, stdenv: Make system and stdenv.system describe the hostPlatform.
Intuitively, one cares mainly about the host platform: Platforms differ
in meaningful ways but compilation is morally a pure process and
probably doesn't care, or those difference are already abstracted away.
@Dezgeg also empirically confirmed that > 95% of checks are indeed of
the host platform.

Yet these attributes in the old cross infrastructure were defined to be
the build platform, for expediency. And this was never before changed.
(For native builds build and host coincide, so it isn't clear what the
intention was.)

Fixing this doesn't affect native builds, since again they coincide. It
also doesn't affect cross builds of anything in Nixpkgs, as these are no
longer used. It could affect external cross builds, but I deem that
unlikely as anyone thinking about cross would use more explicit
attributes for clarity, all the more so because the rarity of inspecting
the build platform.
2018-09-06 08:33:51 -04:00
Shea Levy 18337f3ece
Merge branch 'no-toPath' 2018-09-06 08:09:53 -04:00
John Ericson 0af9072e74
Merge pull request #46059 from obsidiansystems/deprecate-top-level-platform-aliases
top-level: Deprecate top-level `{build,host,target}Platform`
2018-09-06 07:52:17 -04:00
Janne Heß 9e25ebc03a nixos/iperf: Init the module 2018-09-06 12:38:30 +02:00
Michael Weiss 7c1b85cf6d signal-desktop: 1.15.5 -> 1.16.0 2018-09-06 12:38:27 +02:00
Teo Klestrup Röijezon a0a71e9be6
kops: 1.9.0 -> 1.10.0 2018-09-06 12:32:53 +02:00
Jörg Thalheim 89571b255e
Merge pull request #45996 from teto/alot_completion
[rdy] pythonPackages.alot: install zsh completion
2018-09-06 11:28:09 +01:00
Profpatsch 4616ef1f41 skaware: switch from git repos to tarballs
It should be more performant this way.
2018-09-06 11:53:22 +02:00
Profpatsch e8f336fac2 skawarePackages.nsss: init at 0.0.1.0 2018-09-06 11:53:22 +02:00
Profpatsch 0071ae1d4f skawarePackages: factor out the common parts
Introduce a `skawarePackages.buildPackage` function that contains the
common setup, removing a lot of duplication.
In particular, we require that the build directory has to be empty
after the `fixupPhase`, to make sure every relevant file is moved to
the outputs.

A next step would be to deduplicate the `configureFlags` attributes
and only require a `skawareInputs` field.
2018-09-06 11:53:22 +02:00
Profpatsch 57b431590b skaware: bundle all skaware packages into an attrset
They are normally updated in lockstep, this makes maintenance more
convenient.
2018-09-06 11:53:22 +02:00
Profpatsch ec7d4a8089 skaware: update tools & libraries to summer 2018 release
https://www.mail-archive.com/skaware@list.skarnet.org/msg01217.html

No support for yet.
2018-09-06 11:53:22 +02:00
Jörg Thalheim 9a585658e2
Merge pull request #46132 from costrouc/costrouc/pymatgen-networkx-dependency
pythonPackages.pymatgen: 2018.8.10 -> 2018.9.1
2018-09-06 09:55:18 +01:00
Sarah Brofeldt a59f244b2c
Merge pull request #46126 from flokli/gmpy-phe
pythonPackages: cleanup gmpy[2], add phe
2018-09-06 10:31:56 +02:00
Sarah Brofeldt 574f893507
Merge pull request #46124 from erosennin/pymetar-1.0
pythonPackages.pymetar: 0.21 -> 1.0
2018-09-06 10:26:32 +02:00
Bas van Dijk 7158e7442f
Merge pull request #46103 from teto/haskell_mnist
haskellPackages.tensorflow-mnist-input-data: fetch
2018-09-06 09:28:50 +02:00
Jörg Thalheim df2cc4121b
Merge pull request #46125 from ashgillman/nipype-futures-py2-only
python.pkgs.nipype: Futures is python 2 only. Also fix building.
2018-09-06 08:25:33 +01:00
Jörg Thalheim 6e6ef8871b
Merge pull request #46135 from vbgl/ocaml-re-1.8.0
ocamlPackages.re: 1.7.3 -> 1.8.0
2018-09-06 08:24:17 +01:00
Bas van Dijk 1fc5a6d2b6 haskell: build the tensorflow packages on hydra since they now build successfully 2018-09-06 09:15:56 +02:00
Bas van Dijk 6e14b9fc2d Revert "libtensorflow: 1.9.0 -> 1.10.0"
This reverts commit 713991132e.

libtensorflow is only used by the Haskell tensorflow packages and they
don't work with tensorflow-1.10 yet. So the easiest solution is to
just revert this commit and add it back when they do gain support.
2018-09-06 09:15:56 +02:00
Bas van Dijk 39d35e77ee Revert "libtensorflow: fix hashes for darwin and cuda downloads"
This reverts commit 93ed13f86b.

libtensorflow is only used by the Haskell tensorflow packages and they
don't work with tensorflow-1.10 yet. So the easiest solution is to
just revert this commit and add it back when they do gain support.
2018-09-06 09:15:56 +02:00
Bas van Dijk a5f08c17e5 haskellPackages.tensorflow-mnist: fix missing dependency on tensorflow-mnist-input-data 2018-09-06 09:15:56 +02:00
Bas van Dijk 641025d410 haskellPackages.tensorflow-mnist-input-data: link data files instead of copying
This prevents duplication in the nix store.
2018-09-06 09:15:56 +02:00
Bas van Dijk 6bd8799448 haskellPackages.tensorflow-mnist-input-data: use an attribute set to specify the data files
This is more understandable and safer than using a nested list.
2018-09-06 09:15:50 +02:00
Vladimír Čunát b5bd566172
Merge #46075: texinfoInteractive: fix for new perl 2018-09-06 09:09:44 +02:00
Jörg Thalheim b285ea77c2
Merge pull request #46034 from teto/khal_zsh_completion
khal: add zsh completion
2018-09-06 07:56:37 +01:00
Chris Ostrouchov 63cf879d6c
pythonPackages.pymatgen: 2018.8.10 -> 2018.9.1
Also 2018.8.10 does not build in previous state because auto updating
from pypi did not account for a new requirement `networkx`. This has
been added.
2018-09-06 00:04:28 -04:00
Tim Steinbach f89d6d92b7
linux: Remove 4.17 2018-09-05 21:02:09 -04:00
Eelco Dolstra 1510f324a3
nix: 2.1 -> 2.1.1 2018-09-06 01:12:03 +02:00
Jörg Thalheim ca2ba44cab
Merge pull request #46123 from utdemir/kakoune-20180904
kakoune: 2018.08.05 -> 2018.09.04
2018-09-05 23:55:55 +01:00
Jörg Thalheim 9a1159029c
Merge pull request #46122 from xeji/p/gnu-smalltalk
gnu-smalltalk: fix build
2018-09-05 23:46:00 +01:00
Florian Klink e053386c92 gmpy2: 2.0.6 -> 2.0.8
Also move outside python-packages.nix
2018-09-05 23:56:20 +02:00
Florian Klink 7339a4004c gmpy: move outside python-packages.nix 2018-09-05 23:56:20 +02:00
Florian Klink f051f66c9a phe: init at 1.4.0 2018-09-05 23:56:20 +02:00
Robert Schütz 041043420f python.pkgs.py3status: fix build 2018-09-05 23:28:31 +02:00
Ashley Gillman 12c0dd5432 python.pkgs.nipype: Futures is python 2 only. Also fix building. 2018-09-05 22:26:34 +01:00
Utku Demir c90f96ad32
kakoune: 2018.08.05 -> 2018.09.04 2018-09-06 09:12:12 +12:00
Andrey Golovizin 7de5708e9e pythonPackages.pymetar: enable tests 2018-09-05 23:08:47 +02:00
Uli Baum e5d9c16f2a gnu-smalltalk: fix build
disable format hardening
2018-09-05 23:01:15 +02:00
Maximilian Bosch df05618f2a nixos/activation: fix activation script for non-POSIX shells (#46042)
This fixes an issue with shells like fish that are not fully POSIX
compliant. The syntax `ENV=val cmd' doesn't work properly in there.

This issue has been addressed in #45932 and #45945, however it has been
recommended to use a single shell (`stdenv.shell' which is either
`bash' or `sh') to significantly reduce the maintenance overload in the
future.

See https://github.com/NixOS/nixpkgs/issues/45897#issuecomment-417923464

Fixes #45897

/cc @FRidh @xaverdh @etu
2018-09-05 22:48:47 +02:00
xeji f70dc57ad3
nixos/tests/opensmtpd: prevent non-deterministic failure (#46071)
A sporadic failure occured on Hydra because a request was sent
to smtpd after the systemd unit was started, but before the daemon
was actually listening. Fix by checking for open ports first.
2018-09-05 22:36:17 +02:00
Andrey Golovizin ee841c57bf pythonPackages.pymetar: 0.21 -> 1.0 2018-09-05 22:32:57 +02:00
Andrey Golovizin 085cc29323 pythonPackages.pymetar: fix license 2018-09-05 22:32:49 +02:00
Renato Garcia 318c9296fa snakemake: add maintainers (#46117) 2018-09-05 21:46:17 +02:00
John Ericson 32df8909e5
Merge pull request #46076 from oxij/tree/cleanups
trivial: treewide: random noop cleanups
2018-09-05 15:14:12 -04:00
Matthew Bauer 4120a9dda7
Merge pull request #42295 from avnik/libprefixed-to-multioutput/heimdal
Libprefixed to multioutput/heimdal
2018-09-05 13:50:13 -05:00