summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
* Merge pull request #49768 from LnL7/darwin-no-cfprivateDaiderd Jordan2018-11-06
|\ | | | | darwin: don't include cf-private in framework dependencies
| * SDL: move overrides out of all-packages.nixDaiderd Jordan2018-11-05
| | | | | | | | Using defaults makes it much easier to understand what the values are.
| * SDL: include cf-private on darwinDaiderd Jordan2018-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | It's not included implicitly by the frameworks anymore. Undefined symbols for architecture x86_64: "_NSDefaultRunLoopMode", referenced from: _QZ_PumpEvents in SDL_QuartzEvents.o "_OBJC_CLASS_$_NSArray", referenced from: objc-class-ref in SDL_QuartzEvents.o "_OBJC_CLASS_$_NSDate", referenced from: objc-class-ref in SDL_QuartzEvents.o ld: symbol(s) not found for architecture x86_64
| * SDL2: include cf-private on darwinDaiderd Jordan2018-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's not included implicitly by the frameworks anymore. Undefined symbols for architecture x86_64: "_NSDefaultRunLoopMode", referenced from: _Cocoa_PumpEvents in SDL_cocoaevents.o "_NSURLIsAliasFileKey", referenced from: -[SDLWindow performDragOperation:] in SDL_cocoawindow.o "_OBJC_CLASS_$_NSArray", referenced from: objc-class-ref in SDL_cocoaclipboard.o objc-class-ref in SDL_cocoakeyboard.o objc-class-ref in SDL_cocoawindow.o "_OBJC_CLASS_$_NSData", referenced from: objc-class-ref in SDL_cocoamouse.o "_OBJC_CLASS_$_NSDate", referenced from: objc-class-ref in SDL_cocoaevents.o "_OBJC_CLASS_$_NSDictionary", referenced from: objc-class-ref in SDL_cocoaevents.o "_OBJC_CLASS_$_NSMutableArray", referenced from: objc-class-ref in SDL_cocoawindow.o "_OBJC_CLASS_$_NSURL", referenced from: objc-class-ref in SDL_cocoawindow.o "_OBJC_CLASS_$_NSUserDefaults", referenced from: objc-class-ref in SDL_cocoaevents.o "_OBJC_EHTYPE_$_NSException", referenced from: GCC_except_table67 in SDL_cocoawindow.o ld: symbol(s) not found for architecture x86_64
* | Merge pull request #49609 from c0bw3b/pkg/flywayRenaud2018-11-06
|\ \ | | | | | | flyway: 5.1.4 -> 5.2.1
| * | flyway: 5.1.4 -> 5.2.1Renaud2018-11-01
| | | | | | | | | | | | Distribute only the community edition JARs which are the only ones under Apache 2.0 license This also reduce closure size
* | | ocamlPackages.odoc: 1.2.0 -> 1.3.0Vincent Laporte2018-11-06
| | |
* | | Merge pull request #49815 from kalbasit/nixpkgs_fix-vim-goJörg Thalheim2018-11-06
|\ \ \ | | | | | | | | vimPlugins: vim-go: make gocode, gocode-mod and keyify available to it
| * | | gocode-gomod: init unstable at 2018-10-16Wael M. Nasreddine2018-11-05
| | | |
| * | | gocode: 2018-10-22 -> 2018-11-05Wael M. Nasreddine2018-11-05
| | | |
* | | | Merge pull request #49780 from Zimmi48/give-default-version-of-ssreflectJörg Thalheim2018-11-06
|\ \ \ \ | | | | | | | | | | coqPackages.ssreflect: refactor choice of source version
| * | | | coqPackages.ssreflect: inherit mathcomp's source/meta attributesJörg Thalheim2018-11-06
| | | | |
| * | | | coqPackages.mathcomp: use fetchFromGitHubJörg Thalheim2018-11-06
| | | | |
| * | | | coqPackages.ssreflect: refactor choice of source versionThéo Zimmermann2018-11-05
| | | | |
* | | | | Merge pull request #48914 from lsix/add_pythonPackages_owslibLancelot SIX2018-11-06
|\ \ \ \ \ | | | | | | | | | | | | pythonPackages.owslib: init at 0.17.0
| * | | | | pythonPackages.OWSLib: init at 0.17.0Lancelot SIX2018-10-24
| | | | | |
* | | | | | coqPackages_8_5.fiat_HEAD: fix buildVincent Laporte2018-11-06
| | | | | |
* | | | | | git-annex: update sha256 hash for new version 7.20181105Peter Simons2018-11-06
| | | | | |
* | | | | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.11.1-3-gc8d18e2 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/a1470d397f70352325440741b8a007ff8446aa53.
* | | | | | LTS Haskell 12.17Peter Simons2018-11-06
| | | | | |
* | | | | | ghc: add new version 8.6.2Peter Simons2018-11-06
| | | | | |
* | | | | | nodePackages.ttf2eot: init at 2.0.0Andres Romero2018-11-06
| | | | | | | | | | | | | | | | | | | | | | | | fixes #49575
* | | | | | nodePackages: add azure-functions-core-tools (#48453)ilikeavocadoes2018-11-06
| |_|/ / / |/| | | |
* | | | | 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