about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* pythonPackage.nipype: fix buildMaximilian Bosch2018-03-30
| | | | | | | | | `pythonPackages.prov` has been bumped to `1.5.2`, however `nipype` pinned `prov` to `1.5.0`. Patching `nipype/info.py` fixes this issue by bumping to the current `prov` version in nixpkgs. See https://hydra.nixos.org/build/71817962/log See ticket #36453
* Merge pull request #37934 from dtzWill/fix/slim-muslWill Dietz2018-03-27
|\ | | | | slim: musl patch
| * slim: musl patchWill Dietz2018-03-27
| |
* | ocamlPackages.lwt3: 3.0.0 -> 3.3.0Vincent Laporte2018-03-27
| |
* | firefox: 59.0.1 -> 59.0.2Michael Raskin2018-03-27
| |
* | Merge pull request #37922 from xeji/p/libselinux-i686Will Dietz2018-03-27
|\ \ | |/ |/| libsepol,libselinux: fix i686 build
| * libsepol,libselinux: fix i686 buildWilga2018-03-27
| |
* | haskell-hnix: jailbreak deriving-compat dependencyMichael Alan Dorman2018-03-27
| | | | | | | | Reported as https://github.com/jwiegley/hnix/issues/98
* | haskell-json: drop obsolete override for GHC 8.4.1Peter Simons2018-03-27
| |
* | haskell-getopt-generics: drop obsolete override for GHC 8.4.1Peter Simons2018-03-27
| |
* | LTS Haskell 11.2Peter Simons2018-03-27
| | | | | | | | | | This update was generated by hackage2nix v2.9.2-2-gebc40be from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/0200fecf27c208e0b66af88ea86728fdb295499d.
* | treewide: remove placeholder usageJan Tojnar2018-03-27
| | | | | | | | see https://github.com/NixOS/nixpkgs/commit/2abac54c033778104533a269aaa08a1e75f677ad
* | qpid-cpp: fix buildMaximilian Bosch2018-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The compilation broke due to the flag `-Werror=int-in-bool-context` which caused several compilation errors with GCC v7. Disabling this warning manually with `-Wno-error` in `NIX_CFLAGS_COMPILE` should be fine. This package experienced several radical changes as the entire python build in `$src/management/python` was broken since the given Python interpreter missed several needed modules (including `pythonPackages.qpid-python`). As the CMake build tried to invoke the affected `setup.py` manually and patched the shebangs with `disutil` and caused non-functional executables, I split the package up into two parts, the actual `qpid-cpp` lib and the Python module that will be composed using `buildEnv`. Furthermore I added myself as maintainer for the package as the diff became quite huge and we should have more folks available to maintain this. See https://hydra.nixos.org/build/71519082/log See tickets #36453 and #31747
* | libreoffice: wrap to set JAVA_HOME, SAL_USE_VCLPLUGIN and DBus session if ↵Michael Raskin2018-03-27
| | | | | | | | not set
* | Merge pull request #37919 from vbgl/coq-bignums-8.8John Wiegley2018-03-27
|\ \ | |/ |/| coqPackages.bignums: make it available for Coq 8.8
| * coqPackages.bignums: make it available for Coq 8.8Vincent Laporte2018-03-27
| |
* | pythonPackages.scapy: 2.3.3 -> 2.4.0Michael Weiss2018-03-27
| |
* | plasma: 5.12.3 -> 5.12.4adisbladis2018-03-28
| |
* | Merge pull request #37897 from mkaito/tarsnap-symlinks-and-restoreYegor Timoshenko2018-03-27
|\ \ | |/ |/| Tarsnap: add symlink options and a restore service
| * Address @yegortimoshenko reviewMichishige Kaito2018-03-27
| |
| * Add restore service for tarsnap archivesMichishige Kaito2018-03-27
| | | | | | | | | | | | | | This service will never run automatically, but it encapsulates the necessary logic and configuration to run a restore of the latest archive, and allows to hook more specific logic, such as loading a database dump, via `postStart`.
| * Add support for tarsnap options -H and -LMichishige Kaito2018-03-27
| | | | | | | | | | | | | | | | | | | | A new option `explicitSymlinks` will set `-H` when creating an archive. This option makes tarsnap follow any symlinks specified explicitly on the commandline, but not any found inside the file tree. A new option `followSymlinks` will set `-L` when creating an archive. This option makes tarsnap follow any symlinks found anywhere in the file tree instead of storing them as-is.
* | tor-browser-bundle-bin: 7.5.2 -> 7.5.3Joachim Fasting2018-03-27
| |
* | electrum: 3.1.0 -> 3.1.1Joachim Fasting2018-03-27
| |
* | gitattributes: disable merge=union in all-packagesMatthew Justin Bauer2018-03-27
| | | | | | This would lead to some merge issues occasionally.
* | Merge branch 'riscv-limitations'Shea Levy2018-03-27
|\ \
| * | libseccomp: Disable only on RISC-V if Linux.Shea Levy2018-03-27
| | | | | | | | | | | | | | | | | | The isSeccomputable flag treated Linux without seccomp as just a normal variant, when it really should be treated as a special case incurring complexity debt to support.
| * | kexectools: Disable only on RISC-V if Linux.Shea Levy2018-03-27
| | | | | | | | | | | | | | | | | | The isKexecable flag treated Linux without kexec as just a normal variant, when it really should be treated as a special case incurring complexity debt to support.
| * | meta: Add badPlatforms attribute for platform blacklisting.Shea Levy2018-03-27
| | |
* | | Merge pull request #34971 from Twey/masterSarah Brofeldt2018-03-27
|\ \ \ | | | | | | | | godot: 2.1.4 -> 3.0 + godot_headers
| * | | godot: don't require gcc5James Kay2018-03-19
| | | |
| * | | godot: simplify pkg_config_additions.patchJames Kay2018-03-19
| | | |
| * | | godot: update patches for 3.0.2James Kay2018-03-19
| | | |
| * | | godot_headers: set platforms = allJames ‘Twey’ Kay2018-03-18
| | | |
| * | | godot: fix stupid typoJames ‘Twey’ Kay2018-03-18
| | | |
| * | | godot: 3.0 -> 3.0.2James Kay2018-03-16
| | | |
| * | | godot: restrict build platforms to [ "i686-linux" "x86_64-linux" ]James Kay2018-03-16
| | | |
| * | | godot: stop build process from looking in global directoriesJames Kay2018-03-16
| | | |
| * | | godot_headers: provide a better version stringJames Kay2018-03-16
| | | |
| * | | godot: clean up output pathJames Kay2018-03-16
| | | |
| * | | godot_headers: clean up output pathJames Kay2018-03-16
| | | |
| * | | godot_headers: init at 51bca3bf5d917341f3e15076c5a9191f8a5118aeJames Kay2018-03-16
| | | |
| * | | godot: 2.1.4 -> 3.0James Kay2018-03-16
| | | |
* | | | androidStudioPackages.{dev,canary}: 3.2.0.6 -> 3.2.0.7Michael Weiss2018-03-27
| | | |
* | | | linuxPackages.nvidia_x11_legacy173: drop mentionsNikolay Amiantov2018-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to pbogdan for noticing this. I'd like to have a "no direct commit" policy implemented for my own good ^_^". Tested with ofborg's outpaths.nix
* | | | Merge pull request #37889 from coreyoconnor/ninjaflagsThomas Tuegel2018-03-27
|\ \ \ \ | | | | | | | | | | qtwebengine: correct how NIX_BUILD_CORES is propagated to the gn ninja
| * | | | qtwebengine: correct how NIX_BUILD_CORES is propagated to the gn driven ninja.Corey O'Connor2018-03-26
| | | | |
* | | | | firefox-beta-bin: 60.0b6 -> 60.0b7adisbladis2018-03-27
| | | | |
* | | | | firefox-devedition-bin: 60.0b6 -> 60.0b7adisbladis2018-03-27
| | | | |
* | | | | linuxPackages.nvidia_x11_legacy304.settings: force i686Nikolay Amiantov2018-03-27
| | | | | | | | | | | | | | | | | | | | This legacy settings application doesn't support x86_64.