summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* kodi: wrapper: set PYTHONPATH from pluginsJan Malakhovski2018-09-06
|
* kodi: passthu pythonPackagesJan Malakhovski2018-09-06
|
* kodi: wrapper: simplifyJan Malakhovski2018-09-06
|
* kodiPlugins.steam-launcher: fix what is clearly a bugJan Malakhovski2018-09-06
|
* Merge pull request #45784 from oxij/pull/44720-shell-env-editedxeji2018-09-06
|\ | | | | nixos/shells: Avoid overriding the environment for other child shells
| * nixos/shells: fix indent everywhereJan Malakhovski2018-08-30
| | | | | | | | to comply with `doc/coding-conventions.xml`
| * nixos/shells: avoid overriding the environment for child shellsTor Hedin Brønner2018-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A shared exported guard `__NIXOS_SET_ENVIRONMENT_DONE` is introduced that can be used to prevent child shells from sourcing `system.build.setEnvironment` the second time. This fixes e.g. `nix run derivation` when run from e.g. ZSH through the console or ssh. Before this Bash would resource the common environment resetting the `PATH` environment variable. We also export `system.build.setEnvironment` to `/etc/set-environment` making it easy to reset the common environment with `. /etc/set-environment` when needed and to grep for environment variables in `/etc` (which was the motivation of #30418). This reverts changes made in b00a3fc6fd82834114771f2115a2b032f0ebfe29 (the original #30418).
* | home-assistant: 0.77.2 -> 0.77.3Robert Schütz2018-09-06
| |
* | opam: 1.2.2 -> 2.0.0 (#45806)xplat2018-09-06
| |
* | Merge pull request #44134 from dasJ/iperfSilvan Mosberger2018-09-06
|\ \ | | | | | | nixos/iperf: Init the module
| * | nixos/iperf: Init the moduleJanne Heß2018-09-06
| | |
* | | pythonPackages.geopandas: 0.3.0 -> 0.4.0Chris Ostrouchov2018-09-06
| | | | | | | | | | | | | | | | | | Additionally fix issue with tests failing for 18.09 release. Tests required url fetch. Disabled with "not web".
* | | python3Packages.genanki: init at 0.6.0Matthieu Coudron2018-09-06
| | | | | | | | | | | | Library to generate anki flashcards.
* | | lib: move assertMsg and assertOneOf to their own library fileProfpatsch2018-09-06
| | | | | | | | | | | | | | | Since the `assertOneOf` uses `lib.generators`, they are not really trivial anymore and should go into their own library file.
* | | lib/trivial: add a few examples of usage of assertMsg/assertOneOfProfpatsch2018-09-06
| | |
* | | lib/trivial: add assertOneOfProfpatsch2018-09-06
| | |
* | | lib/trivial: add assertMsgProfpatsch2018-09-06
| | |
* | | jackett: 0.9.41 -> 0.10.160 (#46114)Paul TREHIOU2018-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * jackett: update mono to 5.8 Jackett needs mono version >= 5.8 https://github.com/Jackett/Jackett/blob/master/README.md#supported-systems * jackett: 0.9.41 -> 0.10.160
* | | Merge pull request #46043 from vaibhavsagar/bump-all-cabal-hashesBas van Dijk2018-09-06
|\ \ \ | | | | | | | | all-cabal-hashes: update snapshot to Hackage at 2018-09-04T11:59:40Z
| * | | all-cabal-hashes: update snapshot to Hackage at 2018-09-04T11:59:40ZVaibhav Sagar2018-09-04
| | | |
* | | | Merge pull request #46154 from ↵John Ericson2018-09-06
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | obsidiansystems/top-level-xxxPlatfform-deprecation-changelog doc: Add release notes for top-level {build,host,target}Platform deprecation
| * | | | doc: Add release notes for top-level {build,host,target}Platform deprecationJohn Ericson2018-09-06
| | | | | | | | | | | | | | | | | | | | I forgot to do this in e51f736076548459f36a1250de4bf6867f880b66.
* | | | | gildas: add alternative url for the source code (#46145)Sebastien Maret2018-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For each new release, the upstream developers of Gildas move the source code of the previous release to a different directory. Add this directory to the list of url to avoid build failure at each new release.
* | | | | matrix-synapse: 0.33.3 -> 0.33.3.1Michael Raskin2018-09-06
|/ / / /
* | | | Merge pull request #46148 from obsidiansystems/plain-system-hostJohn Ericson2018-09-06
|\ \ \ \ | | | | | | | | | | top-level, stdenv: Make `system` and `stdenv.system` describe the hostPlatform
| * | | | doc: Add changelog entry for new definition of `system` and `stdenv.system`John Ericson2018-09-06
| | | | | | | | | | | | | | | | | | | | See the previous commit for details.
| * | | | top-level, stdenv: Make `system` and `stdenv.system` describe the hostPlatform.John Ericson2018-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | wp-cli: 2.0.0 -> 2.0.1Peter Hoeg2018-09-06
| | | | |
* | | | | wp-cli: use 1 store path instead of 4Peter Hoeg2018-09-06
| | | | |
* | | | | monkeysphere: 0.37 -> 0.41Michael Weiss2018-09-06
| | | | | | | | | | | | | | | | | | | | TODO(WIP): This needs more testing and a module.
* | | | | Merge pull request #46143 from teozkr/update/kops-1.10.0Jaka Hudoklin2018-09-06
|\ \ \ \ \ | | | | | | | | | | | | kops: 1.9.0 -> 1.10.0
| * | | | | kops: 1.9.0 -> 1.10.0Teo Klestrup Röijezon2018-09-06
| | | | | |
* | | | | | Merge branch 'no-toPath'Shea Levy2018-09-06
|\ \ \ \ \ \
| * | | | | | treewide: Remove uses of builtins.toPath.Shea Levy2018-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | toPath has confusing semantics and is never necessary; it can always either just be omitted or replaced by pre-concatenating `/.`. It has been marked as "!!! obsolete?" for more than 10 years in a C++ comment, hopefully removing it will let us properly deprecate and, eventually, remove it.
* | | | | | | Merge pull request #46059 from ↵John Ericson2018-09-06
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | obsidiansystems/deprecate-top-level-platform-aliases top-level: Deprecate top-level `{build,host,target}Platform`
| * | | | | | top-level: Deprecate top-level `{build,host,target}Platform`John Ericson2018-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I don't know when we can/should remove them, but this at least gets people to stop using them. The preferred alternatives also date back to 17.09 so writing forward-compatable code without extra conditions is easy. Beginning with these as they are the least controversial.
* | | | | | | signal-desktop: 1.15.5 -> 1.16.0Michael Weiss2018-09-06
| | | | | | |
* | | | | | | Merge pull request #45996 from teto/alot_completionJörg Thalheim2018-09-06
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | [rdy] pythonPackages.alot: install zsh completion
| * | | | | | pythonPackages.alot: install zsh completionMatthieu Coudron2018-09-04
| | | | | | |
* | | | | | | skaware: switch from git repos to tarballsProfpatsch2018-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It should be more performant this way.
* | | | | | | skawarePackages.nsss: init at 0.0.1.0Profpatsch2018-09-06
| | | | | | |
* | | | | | | skawarePackages: factor out the common partsProfpatsch2018-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | skaware: bundle all skaware packages into an attrsetProfpatsch2018-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They are normally updated in lockstep, this makes maintenance more convenient.
* | | | | | | skaware: update tools & libraries to summer 2018 releaseProfpatsch2018-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://www.mail-archive.com/skaware@list.skarnet.org/msg01217.html No support for yet.
* | | | | | | Merge pull request #46132 from costrouc/costrouc/pymatgen-networkx-dependencyJörg Thalheim2018-09-06
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | pythonPackages.pymatgen: 2018.8.10 -> 2018.9.1
| * | | | | | | pythonPackages.pymatgen: 2018.8.10 -> 2018.9.1Chris Ostrouchov2018-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | Merge pull request #46126 from flokli/gmpy-pheSarah Brofeldt2018-09-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | pythonPackages: cleanup gmpy[2], add phe
| * | | | | | | | gmpy2: 2.0.6 -> 2.0.8Florian Klink2018-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also move outside python-packages.nix
| * | | | | | | | gmpy: move outside python-packages.nixFlorian Klink2018-09-05
| | | | | | | | |
| * | | | | | | | phe: init at 1.4.0Florian Klink2018-09-05
| | | | | | | | |