about summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | apple-sdk: Move cf-private first in list, otherwise the build fails because ↵Thomas Mader2017-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CoreFoundation/CFAttributedString.h could not be found. The problem appeared when building ldc on Mac OSX. See also 13778.
| * | | | | | | | | dtools: Fix rdmd test when building with newer phobos version which doesn't ↵Thomas Mader2017-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | include std.stdiobase.d anymore.
| * | | | | | | | | ldc: Init at 1.3.0Thomas Mader2017-09-02
| | | | | | | | | |
| * | | | | | | | | dmd: Run dmd-testsuite in checkPhaseThomas Mader2017-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove cppa test for now because it isn't working.
| * | | | | | | | | dmd: Fix bootstrap dmd compiler build. Doesn't work with gcc6.Thomas Mader2017-08-27
| | | | | | | | | |
* | | | | | | | | | nixUnstable: 1.12pre5511_c94f3d55 -> 1.12pre5619_346aeee1Eelco Dolstra2017-09-15
| | | | | | | | | |
* | | | | | | | | | abcMIDI: init at 2017.06.10Robert Schütz2017-09-15
| | | | | | | | | |
* | | | | | | | | | PyWebDAV: Fix src urlSamuel Leathers2017-09-15
| | | | | | | | | |
* | | | | | | | | | neofetch: 3.2.0 -> 3.3.0Muhammad Herdiansyah2017-09-15
| | | | | | | | | |
* | | | | | | | | | xorriso: 1.4.6 -> 1.4.8Lancelot SIX2017-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://lists.gnu.org/archive/html/info-gnu/2017-09/msg00009.html for release information
* | | | | | | | | | bitlbee-facebook: 1.1.1 -> 1.1.2Nadrieril2017-09-15
| | | | | | | | | |
* | | | | | | | | | go-ethereum: 1.6.7 -> 1.7.0adisbladis2017-09-15
| | | | | | | | | |
* | | | | | | | | | clearlooks-phenix: 5.0.7 -> 7.0.1romildo2017-09-15
| | | | | | | | | |
* | | | | | | | | | numix-gtk-theme: 2017-02-15 -> 2017-07-26romildo2017-09-15
| | | | | | | | | |
* | | | | | | | | | zuki-themes: 3.24.2017-06-26 -> 3.24-2romildo2017-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to version 3.24-2, released on 2017 Aug 3 - Remove versions for GNOME 3.22 and 3.20. The version for 3.24 should work with them as well.
* | | | | | | | | | lean: 3.2.0 -> 3.3.0Gabriel Ebner2017-09-15
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #29402 from obsidiansystems/binutils-output-refJohn Ericson2017-09-14
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | treewide: Fix some references to binutils
| * | | | | | | | treewide: Fix some references to binutilsJohn Ericson2017-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Compiler's shouldn't use `binutils.dev` as that doesn't yet exist with a cross binutils. - Last two `binutils.binutils` which weren't reverted
* | | | | | | | | ffmpeg, ffmpeg-full: 3.3.3 -> 3.3.4Cray Elliott2017-09-14
| | | | | | | | |
* | | | | | | | | irony-server: don't use wrapped clangDaiderd Jordan2017-09-14
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | rtags: fix darwin buildDaiderd Jordan2017-09-14
| | | | | | | |
* | | | | | | | Merge pull request #28345 from moretea/openshift-originJörg Thalheim2017-09-14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | openshift: 1.5.0 -> 3.6.0
| * | | | | | | | mount is in utillinuxMaarten Hoogendoorn2017-09-10
| | | | | | | | |
| * | | | | | | | Fix `oc cluster up`Maarten Hoogendoorn2017-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The command `oc cluster up` mainly runs code though Docker containers. However, in pkg/bootstrap/docker/host/host.go, nsenter is used to run some commands on the host. For this to work on NixOS, we need to provide the absolute path to the required programs.
| * | | | | | | | openshift: 1.5.0 -> 3.6.0Maarten Hoogendoorn2017-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Updated from 1.5.0 to 3.6.0 (this is just the next version, but Red Hat did quite the version bump there) - Added 'v' to the version; it is used by `oc cluster up` to determine which image should be downloaded. - Added myself as a maintainer.
* | | | | | | | | rtags: use clang-unwrappedDaiderd Jordan2017-09-14
| | | | | | | | |
* | | | | | | | | Merge pull request #27376 from matthewbauer/dutiDaiderd Jordan2017-09-14
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | duti: init at 1.5.4pre
| * | | | | | | | | duti: init at 1.5.4preMatthew Bauer2017-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I would init at 1.5.4, but sadly it doesn’t work on OS X 10.11+.
* | | | | | | | | | Merge pull request #29380 from obsidiansystems/eval-fixJohn Ericson2017-09-14
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | bcachefs-tools: Make eval more robust
| * | | | | | | | | bcachefs-tools: Make eval more robustJohn Ericson2017-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No hash was changed
* | | | | | | | | | linuxPackages.evdi: Mark broken on >= 4.13Tuomas Tynkkynen2017-09-14
| | | | | | | | | |
* | | | | | | | | | linuxPackages.netatop: Mark broken on >= 4.13Tuomas Tynkkynen2017-09-14
| | | | | | | | | |
* | | | | | | | | | linuxPackages.sch_cake: Mark broken on >= 4.13Tuomas Tynkkynen2017-09-14
| | | | | | | | | |
* | | | | | | | | | Merge #29352: gtk+: 3.22.19 -> 3.22.21Vladimír Čunát2017-09-14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | gtk+: 3.22.19 -> 3.22.21Vincent Laporte2017-09-14
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #27780 from tilpner/overridable-buildenvFrederik Rietdijk2017-09-14
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Make buildEnv overridable
| * | | | | | | | | | buildenv: Make buildEnv overridabletilpner2017-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | callPackage already calls makeOverridable, but that just makes the function that evaluates to buildEnv overridable, not buildEnv itself. If no overridable version of buildEnv is used during construction, users can't override e.g. `paths` at all
* | | | | | | | | | | swfmill: Fix build on GCC 6Tuomas Tynkkynen2017-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://hydra.nixos.org/build/60900173
* | | | | | | | | | | Merge pull request #29369 from bkchr/remove_kde4_workspace_kde_telepathyThomas Tuegel2017-09-14
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove kde4workspace and kdetelepathy
| * | | | | | | | | | | kde4Workspace: Remove, because it is not maintained anymoreBastian Köcher2017-09-14
| | | | | | | | | | | |
| * | | | | | | | | | | kdeTelepathy: Remove, because it is not maintained anymoreBastian Köcher2017-09-14
| | | | | | | | | | | |
* | | | | | | | | | | | kdeFrameworks: 5.37 -> 5.38.1Thomas Tuegel2017-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e468ef511945c4db32226e0194d449414db3525a. KDE Frameworks is updated to 5.38.1, bypassing a serious bug in 5.38.0.
* | | | | | | | | | | | mailnag: 1.1.0 -> 1.2.1Bastian Köcher2017-09-14
| | | | | | | | | | | |
* | | | | | | | | | | | haskell-cryptol: override happy to older version to fix the buildPeter Simons2017-09-14
| | | | | | | | | | | |
* | | | | | | | | | | | haskell-pandoc: new versions compile with Cabal 2.x out of the boxPeter Simons2017-09-14
| | | | | | | | | | | |
* | | | | | | | | | | | haskell: fix evaluation error in configuration-ghc-8.2.x.nixPeter Simons2017-09-14
| | | | | | | | | | | |
* | | | | | | | | | | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2017-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.5-6-g83a4cb0 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/095b0a6eb28e1d8aafc1ec3107c2f1ad63b4c942.
* | | | | | | | | | | | haskell-pandoc: bump version to pandoc-1.19.2.4 to fix the build with GHC 8.2.xPeter Simons2017-09-14
| | | | | | | | | | | |
* | | | | | | | | | | | LTS Haskell 9.4Peter Simons2017-09-14
| | | | | | | | | | | |
* | | | | | | | | | | | awesomebump: Yet another RPATH-contains-TMPDIR hackTuomas Tynkkynen2017-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/NixOS/patchelf/pull/98