summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* libbluray: Don't depend on the JDK by defaultEelco Dolstra2015-07-26
| | | | | | Depending on the JDK increases the closure size by a few hundred MB. Issue #8990.
* librsvg: Disable GTK+ 3 dependencyEelco Dolstra2015-07-26
| | | | | | | | GTK+ 2 is still our default, so packages should generally not depend on GTK+ 3. For instance, this causes Emacs to depend on both GTK+ 2 and 3, which is obviously a bad thing. Issue #8990.
* Remove tabsEelco Dolstra2015-07-26
|
* Merge pull request #8915 from vbgl/pgvbgl2015-07-26
|\ | | | | ProofGeneral: 4.3pre131011 -> 4.3pre150313
| * ProofGeneral: 4.3pre131011 -> 4.3pre150313Vincent Laporte2015-07-21
| |
* | libdmtx: remove imagemagick dependency, /cc #8990Vladimír Čunát2015-07-26
| | | | | | | | | | I found no reason for the dependency at all, and it was even propagated. Neither Debian nor Arch have any kind of it.
* | iproute: 4.0.0 -> 4.1.1Edward Tjörnhammar2015-07-26
| |
* | man-pages: 4.00 -> 4.01Tobias Geerinckx-Rice2015-07-25
| |
* | haskell-base: update override for new versionPeter Simons2015-07-25
| |
* | haskell-Southpaw cannot be built on Unix.Peter Simons2015-07-25
| |
* | haskell-shelly: test suite has been fixed upstreamPeter Simons2015-07-25
| |
* | hackage-packages.nix: update to ↵Peter Simons2015-07-25
| | | | | | | | https://github.com/commercialhaskell/all-cabal-files/commit/0a07c4217de2cf899e648a14c9743c263b15fb98 with hackage2nix revision e5e4464893b2b964424077e4fe7ef1a76e6d1173
* | Installer: Add nomodeset and blacklist the nouveau driverEelco Dolstra2015-07-25
| | | | | | | | | | I observed a hang at the moment the nouveau driver gets loaded on a GTX 970.
* | Fix capitalisationEelco Dolstra2015-07-25
| |
* | Fix description of boot.consoleLogLevelEelco Dolstra2015-07-25
| |
* | meld: 3.12.3 -> 3.14.0 (close #8982)Vincent Laporte2015-07-25
| |
* | Merge pull request #8980 from nathanielbaxter/dev/v4l2loopbackDomen Kožar2015-07-25
|\ \ | | | | | | v4l2loopback: update 0.8.0 -> 0.9.1
| * | v4l2loopback: update 0.8.0 -> 0.9.1Nathaniel Baxter2015-07-25
| | |
* | | llvmPackages*: refactor to use callPackage, etc.Vladimír Čunát2015-07-25
| | | | | | | | | | | | | | | | | | | | | Also use recurseIntoAttrs only on the default version (instead of only on 3.4). The "self" variants (stil) don't build and they're inconsistent versions. /cc @shlevy (fea2266290d6).
* | | compiz: fix build by dontMoveLib64 = true;Vladimír Čunát2015-07-25
| | |
* | | geolite-legacy: 2015-07-24 -> 2015-07-25Tobias Geerinckx-Rice2015-07-25
| | |
* | | copy-com: 1.47.0410 -> 3.2.01.0481 + several fixesTobias Geerinckx-Rice2015-07-25
|/ / | | | | | | | | | | The graphical UI (the largest part of this package) never worked; fixed. Added myself as a maintainer.
* | pecita: 1.1 -> 5.0Tobias Geerinckx-Rice2015-07-25
| | | | | | | | | | | | | | The upstream source file has no version component and is updated in place. cc maintainer @rycee.
* | python-packages: prompt_toolkit 0.42 -> 0.43Tobias Geerinckx-Rice2015-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New features: - Added eventloop and patch_stdout parameters to get_input. - Inputhook support added. - Added ShowLeadingWhiteSpaceProcessor and ShowTrailingWhiteSpaceProcessor processors. - Accept Filter as multiline parameter in 'shortcuts'. - MultiColumnCompletionsMenu + display_completions_in_columns parameter in shortcuts. Backwards incompatible changes (not used in nixpkgs): - Layout.width was renamed to preferred_width and now receives a max_available_width parameter.
* | font-awesome-ttf: update sha256 hash changed upstreamTobias Geerinckx-Rice2015-07-25
| | | | | | | | cc maintainer @baldo.
* | Merge pull request #8943 from lancelotsix/update_digikamTobias Geerinckx-Rice2015-07-25
|\ \ | | | | | | kde4.digikam: 4.10.0 -> 4.11.0
| * | kde4.digikam: 4.10.0 -> 4.11.0Lancelot SIX2015-07-22
| | |
* | | stress-ng: 0.04.11 -> 0.04.12Tobias Geerinckx-Rice2015-07-24
| | | | | | | | | | | | | | | | | | Fixes/features: * Fix segfault in metrics because MMAPFORK macro not defined correctly * Add --cpu-load-slice option for CPU stressor time slice tweaks
* | | geolite-legacy: 2015-07-08 -> 2015-07-24Tobias Geerinckx-Rice2015-07-24
| | |
* | | buildRustPackage: Fix rust builds due to #7524Ricardo M. Correia2015-07-24
| | | | | | | | | | | | Fixes #8966
* | | cron: Actually enable the service if enabledShea Levy2015-07-24
| | |
* | | gfortran: disable parallel building to avoid weird build failuresPeter Simons2015-07-24
| | | | | | | | | | | | More details are at https://github.com/NixOS/nixpkgs/commit/784025c7475610fb2fe8e28044d9d50bec1d93d1#commitcomment-12328357.
* | | intersperse: Fix quadratic performanceEelco Dolstra2015-07-24
| | |
* | | Remove eqStringsEelco Dolstra2015-07-24
| | | | | | | | | | | | It's no longer needed. Also clean up some comments.
* | | Use replaceStrings primopEelco Dolstra2015-07-24
| | |
* | | Use concatStringSep primopEelco Dolstra2015-07-24
| | |
* | | Use builtin all and any functionsEelco Dolstra2015-07-24
| | |
* | | Merge branch 'staging'Vladimír Čunát2015-07-24
|\ \ \
| * | | gdk-pixbuf: maintenance updateVladimír Čunát2015-07-23
| | | |
| * | | gtk3: maintenance updateVladimír Čunát2015-07-23
| | | |
| * | | dbus: maintenance updateVladimír Čunát2015-07-23
| | | |
| * | | boost: pin packages to 157 where it fixes buildingVladimír Čunát2015-07-23
| | | | | | | | | | | | | | | | | | | | According to Hydra, this seems to cover all the breakages created by defaulting to 158 now.
| * | | Merge branch 'master' into stagingVladimír Čunát2015-07-22
| |\ \ \
| | * | | remove gcc49 overrides from various placesVladimír Čunát2015-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An interesting thing is that: stdenv != overrideCC stdenv gcc49; I'm not sure why that is, but it doesn't seem important. /cc maintainers: @nckx, @garbas, @abbradar, @cstrahan, @grwlf.
| * | | | remove obsolete patch application from haskell HEAD packagesJude Taylor2015-07-20
| | | | |
| * | | | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-07-19
| |\ \ \ \
| * | | | | libdrm: Remove valgrind as a dependencyWilliam A. Kennington III2015-07-19
| | | | | | | | | | | | | | | | | | | | | | | | cc @vcunat
| * | | | | ceph: Add missing boost 1.58 compat patchWilliam A. Kennington III2015-07-19
| | | | | |
| * | | | | xkeyboard-config: updatesVladimír Čunát2015-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also drop Esperanto patch for now, as it doesn't apply anymore and there are some Esperanto variants inside. Discussed: https://github.com/NixOS/nixpkgs/commit/fa5a583098
| * | | | | poppler: small updateVladimír Čunát2015-07-19
| | | | | | | | | | | | | | | | | | | | | | | | /cc maintainer @ttuegel.