about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* ibus: 1.5.16 -> 1.5.17, fix, back to single outputYegor Timoshenko2017-12-30
| | | | | | | | | | | | | | | | | | | | This fixes ibus-setup. * Update cldrEmojiAnnotation: 31.0.1_1 -> 31.90.0_1 * Move ibus-setup back to out, and use a smaller Python 3 at runtime than doesn't pull in some dev paths * Build from Git * Use autoreconfHook so that we don't have to patch ./configure scripts when we could just generate them correctly in the first place * Drop patch that removes IBUS_* environment variables from ibus-setup wrapper: unsetting them breaks ibus-setup * Add withWayland option (building with Wayland requires libxcbcommon package, previously wayland was included into buildInputs w/o libxcbcommon and respective configure flag) * Add license (LGPLv2.1) Relies on two other commits in this branch that add GI_TYPELIB_PATH discovery and fix gconf Python scripts.
* gconf: add python to dependencies, fixes #31083Yegor Timoshenko2017-12-20
|
* termite: Add patch to avoid matching trailing punctuation in URLsWill Dietz2017-12-20
| | | | | | | | | | Patch based on: https://github.com/thestinger/termite/pull/516 While this might "break" some URL's in the wild, in return this fixes matching of URL's in Nix code. Without this patch the trailing semicolon is included as part of the URL, which creates invalid URL's for nearly all meta.homepage values.
* pointfree, taffybar: jailbreakMichael Alan Dorman2017-12-20
|
* hackage-packages.nix: automatic Haskell package set updatePeter Simons2017-12-20
| | | | | This update was generated by hackage2nix v2.7-5-g07d8814 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/4112e5cd3dc759baad852d4be31af59bece784f7.
* haskell-wai-secure-cookies: drop obsolete overridesPeter Simons2017-12-20
|
* liquidhaskell: drop obsolete overridePeter Simons2017-12-20
|
* hackage-packages.nix: automatic Haskell package set updatePeter Simons2017-12-20
| | | | | This update was generated by hackage2nix v2.7-5-g07d8814 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/4112e5cd3dc759baad852d4be31af59bece784f7.
* hackage2nix: update list of broken buildsPeter Simons2017-12-20
| | | | | | | | Ping @alunduil for broken "collection-json" build. Ping @gridaphobe for broken ghc-srcspan-plugin build. Ping @gebner for broken hledger-diff build. Ping @khumba for broken hoppy-docs and hoppy-runtime builds. Ping @psibi for broken persistent-redis build.
* Merge pull request #32821 from ttuegel/haskell/shell-env-build-inputsPeter Simons2017-12-20
|\ | | | | haskell: set buildInputs in nix-shell env
| * haskell: set buildInputs in nix-shell envThomas Tuegel2017-12-18
| | | | | | | | | | systemBuildInputs goes in buildInputs (instead of nativeBuildInputs) so that NIX_CFLAGS_* is set correctly and gcc works.
* | Merge pull request #32896 from PierreR/masterPeter Simons2017-12-20
|\ \ | | | | | | Haskell-language-puppet: don't build haddock
| * | Haskell-language-puppet: don't build haddockPierre Radermecker2017-12-20
| | |
* | | Merge pull request #32863 from romildo/upd.jwmOrivej Desh2017-12-20
|\ \ \ | | | | | | | | jwm: 1651 -> 1653
| * | | jwm: 1651 -> 1653José Romildo Malaquias2017-12-19
| | | |
* | | | android-studio-preview: 3.1.0.4 -> 3.1.0.5Michael Weiss2017-12-20
| | | |
* | | | linux-copperhead: 4.14.7.a -> 4.14.8.bTim Steinbach2017-12-20
| | | |
* | | | linux: 4.4.106 -> 4.4.107Tim Steinbach2017-12-20
| | | |
* | | | linux: 4.14.7 -> 4.14.8Tim Steinbach2017-12-20
| | | |
* | | | linux: 4.9.70 -> 4.9.71Tim Steinbach2017-12-20
| | | |
* | | | Merge pull request #32895 from sopvop/masterOrivej Desh2017-12-20
|\ \ \ \ | | | | | | | | | | nixpkgs/manual: fix build with new pandoc
| * | | | nixpkgs/manual: fix build with new pandocLeonid Onokhov2017-12-20
| | |/ / | |/| |
* | | | Merge pull request #32827 from Ericson2314/codeownersEelco Dolstra2017-12-20
|\ \ \ \ | | | | | | | | | | CODEOWNERS: Add me, @Ericson2314, to a few things please
| * | | | CODEOWNERS: Add me, @Ericson2314, to a few thingsJohn Ericson2017-12-18
| | | | |
* | | | | create-amis.sh: Ass eu-west-3Eelco Dolstra2017-12-20
| | | | |
* | | | | make-disk-image.nix: Really fix write permissions in the storeTuomas Tynkkynen2017-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | I think the current one applies the -exec only to those that match '-type d'. Let's switch it to something that humans can understand...
* | | | | Add AMI for eu-west-3Eelco Dolstra2017-12-20
| |/ / / |/| | |
* | | | spotify: 1.0.64 -> 1.0.69Peter Hoeg2017-12-20
| | | |
* | | | Merge pull request #32888 from dotlambda/dmensamenuGraham Christensen2017-12-20
|\ \ \ \ | | | | | | | | | | dmensamenu: 1.1.0 -> 1.1.1
| * | | | dmensamenu: 1.1.0 -> 1.1.1Robert Schütz2017-12-20
| | | | |
* | | | | Merge pull request #32858 from nh2/nginx-add-http2-optionFranz Pletz2017-12-20
|\ \ \ \ \ | | | | | | | | | | | | nginx service: Make http2 an option.
| * | | | | nginx service: Make http2 an option.Niklas Hambüchen2017-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HTTP 2 can break some things, for example due to this Chrome bug: https://bugs.chromium.org/p/chromium/issues/detail?id=796199 So the service hardcoding it to be enabled is not helpful. This commit adds an option so you can turn it off.
* | | | | | Merge pull request #32873 from yrashk/patch-1Orivej Desh2017-12-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | tarsnap service: correct doc for printStats
| * | | | | | nixos/tarsnap: update doc for printStatsYurii Rashkovskii2017-12-20
|/ / / / / / | | | | | | | | | | | | | | | | | | after the change made in 15567e6d8e338f339e4fafada1362bdaa9612cb3
* | | | | | haskellPackages.SCalendar: try to restore the bot capacity to evaluateOrivej Desh2017-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove infinite recursion between SCalendar and scalendar: https://gist.github.com/GrahamcOfBorg/eb6d5675657ddc3cc3f054305b11dcb5
* | | | | | mongoc: fix propagated libraries for libtoolOrivej Desh2017-12-20
| | | | | | | | | | | | | | | | | | | | | | | | libmongoc-1.0.la links to snappy (ld -l) but does not contain full path (ld -L)
* | | | | | haskell-configuration-nix: fix evalOrivej Desh2017-12-20
| | | | | |
* | | | | | idris: fix eval after haskell upgradeOrivej Desh2017-12-20
| | | | | |
* | | | | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2017-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.7-5-g07d8814 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/4112e5cd3dc759baad852d4be31af59bece784f7.
* | | | | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2017-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.7-5-gf18d849 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/4112e5cd3dc759baad852d4be31af59bece784f7.
* | | | | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2017-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.7-4-g48a154e from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/4d733469c5cdd747d9fbad4743570d356c5c4118.
* | | | | | multi-ghc-travis: build fails with GHC 8.2.2; use 8.0.2 for nowPeter Simons2017-12-20
| | | | | |
* | | | | | haskell-graphviz: jailbreak to fix build with recent versions of QuickCheckPeter Simons2017-12-20
| | | | | |
* | | | | | stack: jailbreak to fix broken build in LTS-10.xPeter Simons2017-12-20
| | | | | |
* | | | | | haskell-store: disable test suite to fix build with recent versions of ↵Peter Simons2017-12-20
| | | | | | | | | | | | | | | | | | | | | | | | smallcheck
* | | | | | haskell-path: disable test suite to fix build with recent versions of doctestPeter Simons2017-12-20
| | | | | |
* | | | | | haskell-genvalidity-property: jailbreak to fix build with recent versions of ↵Peter Simons2017-12-20
| | | | | | | | | | | | | | | | | | | | | | | | doctest
* | | | | | haskell-config-ini: disable test suite which fails with GHC 8.2.2Peter Simons2017-12-20
| | | | | |
* | | | | | haskell-nix-derivation: jailbreak to fix build with QuickCheck 2.10+Peter Simons2017-12-20
| | | | | |
* | | | | | pandoc: fix build of statically-linked top-level variantPeter Simons2017-12-20
| | | | | |