summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
* gocode: 2018-10-22 -> 2018-11-05Wael M. Nasreddine2018-11-05
|
* SDL2: 2.0.8 -> 2.0.9Carles Pagès2018-11-05
|
* Merge pull request #49199 from markuskowa/fet-scalapackmarkuskowa2018-11-05
|\ | | | | scalapack: switch to openblas and add test
| * scalapack: switch to openblas + add testMarkus Kowalewski2018-10-27
| | | | | | | | | | | | | | * change from blas,lapack to openblas * add check phase * enable parallel building * fix license
* | Merge pull request #48244 from volth/patch-257John Ericson2018-11-05
|\ \ | | | | | | meson: fix cross compilation of systemd
| * | meson: fix cross compilation of systemdvolth2018-11-05
| | | | | | | | | | | | Co-authored-by: Robin Gloster <mail@glob.in>
* | | talloc: use fixDarwinDylibNamesMatthew Bauer2018-11-05
| | | | | | | | | | | | | | | The makefile isn’t setting install_name properly causing issues on macOS. fixDarwinDylibNames seems to fix this.
* | | treewide: get rid of osx cmake flagsMatthew Bauer2018-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Flags that we now set globally: - CMAKE_OSX_SYSROOT - CMAKE_OSX_DEPLOYMENT_TARGET can now be removed. (cherry picked from commit 8742d5de30dfe2447c0fb56a2e7410b402effc80)
* | | Merge pull request #49104 from zarelit/mailcatcher_reworkJörg Thalheim2018-11-05
|\ \ \ | | | | | | | | mailcatcher: repackage using bundlerApp
| * | | mailcatcher: repackage using bundlerAppDavid Costa2018-10-25
| | | |
* | | | coqPackages.autosubst: fix buildVincent Laporte2018-11-05
| | | |
* | | | haskell-pandoc: update overrides for the new versionPeter Simons2018-11-05
| | | |
* | | | haskell-vty: update overrides for the new versionPeter Simons2018-11-05
| | | |
* | | | haskell-hspec: update overrides for the new version some morePeter Simons2018-11-05
| | | |
* | | | haskell-hspec-discover: update overrides for the new versionPeter Simons2018-11-05
| | | |
* | | | haskell-hspec-core: update overrides for the new versionPeter Simons2018-11-05
| | | |
* | | | haskell-hspec: update overrides for the new versionPeter Simons2018-11-05
| | | |
* | | | haskell-hpack: update overrides for the new versionPeter Simons2018-11-05
| | | |
* | | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-11-05
| | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.11.1-3-gc8d18e2 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/01afc16a4386a534828580aa03853581be2a61bc.
* | | | hackage2nix: disable failing Hydra buildsPeter Simons2018-11-05
| | | |
* | | | ghc-8.2.1-binary: Patch shebang causing failures in Centos 6Renato Alves2018-11-05
| | | |
* | | | haskell-cpython: don't bind the obsolete name "python34"Peter Simons2018-11-05
| | | | | | | | | | | | | | | | Fixes the evaluation error introduced by 4f45edbd9aa4a0c3589de5f01c81185f00362c40.
* | | | haskell-cpython: revert "set to null"Peter Simons2018-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6a0b1b13b6119e90fce8b024fef99fd27bb883b6. Please don't null out the entire package just because its build is broken at the moment. If you want to prevent users from compiling cpython, then haskell.lib.markBroken (or, even better: markBrokenVersion) are the way to do it.
* | | | http-parser: cleanupMatthew Bauer2018-11-04
| | | |
* | | | lombok: 1.16.22 -> 1.18.4Robert Helgesson2018-11-04
| | | |
* | | | coqPackages.ssreflect: refactorVincent Laporte2018-11-04
| | | |
* | | | coqPackages.mathcomp: refactorVincent Laporte2018-11-04
| | | |
* | | | Merge pull request #49758 from LumiGuide/fix-shellhook-ignore-haskellSilvan Mosberger2018-11-04
|\ \ \ \ | | | | | | | | | | haskellPackages.*.env: Fixed shellHook being ignored
| * | | | haskellPackages.*.env: Fixed shellHook being ignoredFalco Peijnenburg2018-11-04
| | | | | | | | | | | | | | | | | | | | The problem was introduced in 2bafa93b75464eee5744653319d8046e05cf141a
* | | | | Merge pull request #49635 from vbgl/coq-contribs-zfc-8.8Jörg Thalheim2018-11-04
|\ \ \ \ \ | | | | | | | | | | | | coqPackages.contribs.zfc: enable for Coq 8.8
| * | | | | coqPackages.contribs.zfc: enable for Coq 8.8Vincent Laporte2018-11-02
| | | | | |
* | | | | | haskellPackages.cpython: set to nullFrederik Rietdijk2018-11-04
| | | | | | | | | | | | | | | | | | | | | | | | because these are bindings for cpython 3.4 which we no longer distribute.
* | | | | | python34: removeFrederik Rietdijk2018-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python 3.4 will receive it's final patch release in March 2019 and there won't be any releases anymore after that, so also not during NixOS 2019.03. Python 3.4 is not used anymore in Nixpkgs. In any case, migrating code from 3.4 to 3.4+ is trivial.
* | | | | | Merge pull request #49744 from nyanloutre/python-gitlabRobert Schütz2018-11-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | pythonPackages.python-gitlab: init at 1.6.0
| * | | | | | pythonPackages.python-gitlab: init at 1.6.0nyanloutre2018-11-04
| | | | | | |
| * | | | | | pythonPackages.httmock: init at 1.2.6nyanloutre2018-11-04
| | | | | | |
* | | | | | | pythonPackages.imageio: 1.6 -> 2.4.1 (#49147)Philipp Middendorf2018-11-04
| | | | | | |
* | | | | | | Merge pull request #49669 from kalbasit/nixpkgs_provide-binaries-for-vim-goJörg Thalheim2018-11-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Provide all the binaries needed by the vim-go plugin
| * | | | | | | iferr: init unstable at 2018-06-15Wael M. Nasreddine2018-11-02
| | | | | | | |
| * | | | | | | impl: init unstable at 2018-02-27Wael M. Nasreddine2018-11-02
| | | | | | | |
| * | | | | | | gometalinter: init at 2.0.11Wael M. Nasreddine2018-11-02
| | | | | | | |
| * | | | | | | gosec: init at 1.1.0Wael M. Nasreddine2018-11-02
| | | | | | | |
| * | | | | | | maligned: init unstable at 2018-07-07Wael M. Nasreddine2018-11-02
| | | | | | | |
| * | | | | | | interfacer: init at unstable 2018-08-31Wael M. Nasreddine2018-11-02
| | | | | | | |
| * | | | | | | gocyclo: init unstable at 2015-02-08Wael M. Nasreddine2018-11-02
| | | | | | | |
| * | | | | | | go-check: init unstable at 2018-09-12Wael M. Nasreddine2018-11-02
| | | | | | | |
| * | | | | | | goconst: init at 1.1.0Wael M. Nasreddine2018-11-02
| | | | | | | |
| * | | | | | | unconvert: init at unstable 2018-07-03Wael M. Nasreddine2018-11-02
| | | | | | | |
| * | | | | | | ineffassign: init at unstable 2018-09-09Wael M. Nasreddine2018-11-02
| | | | | | | |
| * | | | | | | go-tools: init at 2017.2.2Wael M. Nasreddine2018-11-02
| | | | | | | |