summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
* ghcNokinds: add myself as maintainerKosyrev Serge2015-08-24
|
* Merge pull request #9294 from dezgeg/pr-pixman-armThomas Tuegel2015-08-24
|\ | | | | pixman: Enable '--disable-arm-iwmmxt' on ARM
| * pixman: Enable '--disable-arm-iwmmxt' on ARMTuomas Tynkkynen2015-08-17
| | | | | | | | | | | | | | | | Otherwise the build fails on ARMv6: CC libpixman_iwmmxt_la-pixman-mmx.lo pixman-mmx.c: In function 'mmx_fetch_x8r8g8b8': pixman-mmx.c:3812:1: internal compiler error: Max. number of generated reload insns per insn is achieved (90)
* | openwsman init at 2.6.0Kosyrev Serge2015-08-24
| |
* | sblim-sfcc init at 2.2.9Kosyrev Serge2015-08-24
| |
* | {lib}mediainfo{-gui}: 0.7.75 -> 0.7.76devhell2015-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the changelog: ``` Version 0.7.76, 2015-08-06 + XML output: line breaks and indents in between attributes for readability + Trace feature: XML trace update, only if compiled with trace feature + Amazon S3 support (REST API v2), CLI/DLL only and if compiled with libcurl support + FFV1: improved slice analysis (currently activated only with trace feature and for 1st frame) x MXF: optimization of the parsing, reading a lot less data (e.g. can be reduced from 1 GB to 10 MB with some UHD files) x MXF: wrong frame count with files not having the video stream as the first stream x Dolby E in MPEG-TS: "SMPTE ST 302" information was accidentally removed x MPEG-TS: avoid filling delay from file name, not applicable on MPEG-TS x MXF: better handling of huge padding blocks, better handling of descriptors without link to a TrackID x IMX: streams claiming that they are IMX are actually pure MPEG Video, probing both IMX and MPEG Video ```
* | mongoc: init at 1.1.10Ian Duncan2015-08-24
| | | | | | | | [Bjørn: Minor coding style cleanup.]
* | libbson: init at 1.1.10Ian Duncan2015-08-24
| | | | | | | | | | [Bjørn: Remove trailing dot in description and unneeded parenthesis around mkDerivation arguments.]
* | qt54: create share/ in setupHookThomas Tuegel2015-08-23
| |
* | qt54: set documentation path in setupHookThomas Tuegel2015-08-23
| |
* | Revert "autogen: don't write temp files outside build dir"Thomas Tuegel2015-08-23
| | | | | | | | This reverts commit 1ea4ea1375b96929e08286667f326305818ce81a.
* | autogen: don't write temp files outside build dirThomas Tuegel2015-08-23
| |
* | qt54: set runtime env vars during build for makeWrapperThomas Tuegel2015-08-23
| | | | | | | | | | | | Set QT_PLUGIN_PATH, QML_IMPORT_PATH, and QML2_IMPORT_PATH during build so that Qt programs may easily be wrapped for use outside NixOS. The paths are set appropriately for the dependencies of the package.
* | gradle: 2.2.1 -> 2.6Desmond O. Chang2015-08-23
| |
* | qt5: specify docdirBjørn Forsman2015-08-23
| | | | | | | | | | | | | | Due to a bug somewhere, the qt documentation is by default placed in $out/share/doc although "qmake -query" reports $out/doc. That discrepancy causes qtcreator withDocumentation builds to fail. This fixes it.
* | qt53: sync plugin/import/qml dirs with qt54Bjørn Forsman2015-08-23
| | | | | | | | It seems like a sensible thing to keep these in sync.
* | Merge pull request #9377 from teh/masterPeter Simons2015-08-22
|\ \ | | | | | | haskell-purescript: Disable tests.
| * | haskell-purescript: Disable tests.Tom Hunger2015-08-21
| | | | | | | | | | | | Tests need network + /homeless-shelter.
* | | cabal2nix: fixed sha256 hashAycan iRiCAN2015-08-22
| | | | | | | | | | | | I was getting below error: output path ‘/nix/store/i73iz0id6ap6qg1p6jaqadl053h2cgfz-cabal2nix-9f58996’ should have r:sha256 hash ‘1w5ba7cdanpq4nr8xngk1jsj0p6b17c6ap24ldzggrln216f3f7d’, instead has ‘0vy18gmyrw72m98psz7hz51aqj66b98h1pdv98hf3k1hrdva3ncv’
* | | chicken: 4.9.0.1 -> 4.10.0Moritz Ulrich2015-08-21
| | |
* | | Merge pull request #9381 from doshitan/fix-elmNikolay Amiantov2015-08-21
|\ \ \ | | | | | | | | elm: fix patch hashes
| * | | elm: fix patch hashesTanner Doshier2015-08-20
| | | |
* | | | Switch to the git version for now to get Gecko 40 compatibilityMichael Raskin2015-08-21
|/ / /
* | | nss: 3.19.3 -> 3.20William A. Kennington III2015-08-20
| | |
* | | nspr: 4.10.8 -> 4.10.9William A. Kennington III2015-08-20
|/ /
* | haskell: disable haddock on GHC <7.8 on darwinBenno Fünfstück2015-08-20
| | | | | | | | Fixes NixOS/nixpkgs#812
* | ocamlPackages.ocurl: update from 0.7.2 to 0.7.5Benno Fünfstück2015-08-20
| |
* | gtkdialog: Add missing dependency on hicolor_icon_theme (#9369)Jascha Geerds2015-08-20
| |
* | pcl: 1.6.0 -> 1.7.2 (unbreaks build)Bjørn Forsman2015-08-20
| | | | | | | | | | | | New deps added: libXt (required), libpcap (optional). Releases are now at github.
* | go1.5: Fix pcre and port the remove-tools patchWilliam A. Kennington III2015-08-19
| |
* | go1.4: Fix some of the tests by adding missing pcreWilliam A. Kennington III2015-08-19
| |
* | go1.4: Cleanup compiler expressionWilliam A. Kennington III2015-08-19
| |
* | Merge pull request #9341 from taku0/oraclejdk-8u60Arseniy Seroka2015-08-20
|\ \ | | | | | | oraclejdk: 8u51 -> 8u60
| * | oraclejdk: 8u51 -> 8u60taku02015-08-19
| | |
* | | go: add 1.5 compiler and packagesLuca Bruno2015-08-19
| | |
* | | golint: Update to 2015-06-23William A. Kennington III2015-08-19
| | |
* | | golang: Remove old, unused compilersWilliam A. Kennington III2015-08-19
| | |
* | | Merge pull request #9345 from kquick/haskell-vty-ui-disable-testsPeter Simons2015-08-19
|\ \ \ | | | | | | | | Specify no-tests cabal flag for vty-ui under ghc 7.10.x
| * | | Specify no-tests cabal flag for vty-ui under ghc 7.10.xKevin Quick2015-08-19
| | | |
* | | | libressl: 2.2.1 -> 2.2.2William A. Kennington III2015-08-19
|/ / /
* | | Merge pull request #9327 from oxij/better-hooglePeter Simons2015-08-19
|\ \ \ | |/ / |/| | haskell-packages: bring hoogle and haddock to the masses
| * | haskell-packages: throw withHoogle away from the libJan Malakhovski2015-08-18
| | |
| * | haskell-packages: make hoogle wrapper much more helpfulJan Malakhovski2015-08-18
| | | | | | | | | | | | | | | | | | | | | * Build most of the stuff on /tmp, not in /nix/store. * Generate hoogle database for all the dependencies. * Generate haddock index and contents files. * Cleanup.
| * | haskell-packages: bring hoogle to the masses by imlementing ghcWithHoogleJan Malakhovski2015-08-18
| | | | | | | | | | | | Replace `ghcWithPackages` to `ghcWithHoogle` in your config and enjoy.
* | | libmtp: Update to 1.1.9Eelco Dolstra2015-08-19
| | |
* | | haskell-ghcjs: use ghcjs compatible with new vectorMichael Alan Dorman2015-08-19
| | | | | | | | | | | | Closes https://github.com/NixOS/nixpkgs/issues/9328.
* | | leiningen: 2.5.1 -> 2.5.2.Moritz Ulrich2015-08-19
| | |
* | | haskell-configurator fails its test suite.Peter Simons2015-08-19
| | |
* | | haskell-hbro: fixed by upstreamMichael Alan Dorman2015-08-19
| | |
* | | Newer haskell cmdlib version 0.3.6 is no longer marked as broken.Kevin Quick2015-08-19
| | | | | | | | | | | | Closes https://github.com/NixOS/nixpkgs/pull/9316.