summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* Revert "Merge branch 'modprobe-fix' of git://github.com/abbradar/nixpkgs"Shea Levy2016-08-15
| | | | | | | Was meant to go into staging, sorry This reverts commit 57b2d1e9b0dcdd1d25bd2d450174764b9417ffc1, reversing changes made to 760b2b9048ea775c319cb348d74447a20dea513e.
* Merge branch 'modprobe-fix' of git://github.com/abbradar/nixpkgsShea Levy2016-08-15
|\
| * networkmanager098: fix binary pathsNikolay Amiantov2016-08-16
| |
| * networkmanager: point to kmod's modprobeNikolay Amiantov2016-08-16
| |
| * treewide: replace several /sbin paths by /binNikolay Amiantov2016-08-16
| |
| * kmod: add patch to allow searching for modules in several directoriesNikolay Amiantov2016-08-16
| |
| * Merge branch 'master' into stagingNikolay Amiantov2016-08-15
| |\
| * | swift-corefoundation: some cleanupDan Peebles2016-08-14
| | | | | | | | | I upstreamed some patches so I'm using those now
| * | swift-corefoundation: actually remove spurious dependencyDan Peebles2016-08-14
| | |
| * | swift-corefoundation: remove spurious buildInputDan Peebles2016-08-14
| | | | | | | | | | | | libpthread is part of libSystem, so there's no need to depend on it explicitly
| * | swift-corefoundation: initDan Peebles2016-08-14
| | | | | | | | | | | | | | | This currently only produces a static library, but is a start :) soon we might be able to incorporate it into our stdenv, but we need to get the build system to produce a proper .framework first.
| * | darwin.libpthread: fix messed-up headerDan Peebles2016-08-14
| | | | | | | | | | | | | | | We don't actually need the private headers and the private qos.h was overwriting the public one, causing weird issues downstream (especially with Swift's CoreFoundation)
| * | make-bootstrap-tools: fix on darwinDan Peebles2016-08-14
| | | | | | | | | A couple of things broke after my stdenv change.
| * | darwin.{xnu, Libc}: 10.9 -> 10.11Dan Peebles2016-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I can't submit this in smaller units because the various components all depend on one another during the stdenv bootstrap, so I think this is the smallest sensible change I can make. I also removed the symbol-hiding shenanigans in Libsystem. It might mess up compatibility with 10.9 but I don't really want to support the added complexity and I see little evidence of anyone else wanting to support it. If someone cares, we might be able to revive compatibility, but for now it'll stay like this.
| * | libdrm: 2.4.68 -> 2.4.70Vladimír Čunát2016-08-14
| | |
| * | pythonPackages.tflearn: remove maintainer, fixes evalFrederik Rietdijk2016-08-14
| | | | | | | | | | | | (cherry picked from commit 9fc37cc89cdbe183b3bf613035e45c793989575d)
| * | Merge #17495: mesa: 11.2.2 -> 12.0.1Vladimír Čunát2016-08-14
| |\ \ | | | | | | | | | | | | It also contains some refactoring of the expression.
| | * | mesa: 11.2.2 -> 12.0.1rnhmjoj2016-08-13
| | | |
| * | | Merge branch 'master' into stagingVladimír Čunát2016-08-14
| |\ \ \ | | | | | | | | | | | | | | | Hydra nixpkgs: ?compare=1287298
| * \ \ \ Re-merge #17112: fftw: 3.3.4 -> 3.3.5Vladimír Čunát2016-08-14
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | By mistake in df2102b6a2 I merged an older version of the PR so we only had an -RC version; I'm sorry.
| | * | | | fftw: 3.3.4 -> 3.3.5Bart Brouns2016-07-31
| | | | | |
| * | | | | Merge #17430: python: add file encoding to run_setup.pyVladimír Čunát2016-08-14
| |\ \ \ \ \
| | * | | | | python: add file encoding spec to run_setup.pyBjørn Forsman2016-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Newer 'mutagen' versions have a test suite that trips over missing encoding in this file. The file is copied to source trees at build time with the name nix_run_setup.py.
| * | | | | | diffutils: 3.3 -> 3.4Lancelot SIX2016-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://lists.gnu.org/archive/html/info-gnu/2016-08/msg00004.html for release announcement.
* | | | | | | grsecurity: 4.6.5-201607312210 -> 4.7-201608131240Joachim Fasting2016-08-15
| | | | | | |
* | | | | | | Merge pull request #17642 from svend/gnupg21-fix-gpgsm-linkingDaniel Peebles2016-08-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | gnupg: Fix gpgsm linking for gnupg 2.1.14
| * | | | | | | gnupg: Add comment about when to drop fix-gpgsm-linking.patchSvend Sorensen2016-08-15
| | | | | | | |
| * | | | | | | gnupg: Fix gpgsm linking for gnupg 2.1.14Svend Sorensen2016-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gnupg 2.1.14 fails to compile under OS X due to a missing -lintl flag [1]. This was fixed in commit c49c43d7 in the gnupg repository [2], which adds the flag to Makefile.am. This commit adds the flag to Makefile.in. [1] https://lists.gnupg.org/pipermail/gnupg-devel/2016-July/031354.html [2] https://lists.gnupg.org/pipermail/gnupg-devel/2016-July/031362.html Fixes #17617.
* | | | | | | | yakuake: get Konsole from kde5Thomas Tuegel2016-08-15
| | | | | | | |
* | | | | | | | Remove obsolete Quassel aliasesThomas Tuegel2016-08-15
| | | | | | | |
* | | | | | | | kile: get Konsole from kde5Thomas Tuegel2016-08-15
| | | | | | | |
* | | | | | | | dfilemanager: remove duplicate definitionThomas Tuegel2016-08-15
| | | | | | | |
* | | | | | | | Remove kde5PackagesFunThomas Tuegel2016-08-15
| | | | | | | |
* | | | | | | | guitarix: 0.34.0 -> 0.35.1; add glib_networking dep (#17740)Michal Rus2016-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | glib_networking is needed for downloading presets from withing Guitarix UI. Before, Guitarix would return an “install glib_networking” error.
* | | | | | | | marathon: 0.15.3 -> v1.1.1 (#17612)ibrahim Sağıroğlu2016-08-15
| | | | | | | |
* | | | | | | | breeze-gtk: install GTK 3.20-compatible themeThomas Tuegel2016-08-15
| | | | | | | |
* | | | | | | | haskellPackages.Lazy-Pbkdf2.i686-linux: don't run tests that keep abortingobadz2016-08-15
| | | | | | | |
* | | | | | | | systemd-cryptsetup-generator: Fix bug.Moritz Ulrich2016-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The annoying wrapper script also wraps `systemd-cryptsetup`. We need to copy the original binary to $out too.
* | | | | | | | Merge pull request #17708 from DamienCassou/fix-byzanzPascal Wittmann2016-08-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | byzanz: Let it find gstreamer plugins
| * | | | | | | | byzanz: Let it find gstreamer pluginsDamien Cassou2016-08-14
| | | | | | | | |
* | | | | | | | | qutebrowser: add shared files and cleanupNikolay Amiantov2016-08-15
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | visualvm: init at 1.3.8 (#17745)Michal Rus2016-08-15
| | | | | | | |
* | | | | | | | linux: 4.6.5 -> 4.6.6Franz Pletz2016-08-15
| | | | | | | |
* | | | | | | | linux_4_5: remove, not support by upstream anymoreFranz Pletz2016-08-15
| | | | | | | |
* | | | | | | | pypi2nix: wrong hashRok Garbas2016-08-15
| | | | | | | |
* | | | | | | | pypi2nix: 1.3.0 -> 1.4.0Rok Garbas2016-08-15
| | | | | | | |
* | | | | | | | firefox-bin: Add libxcb to build inputs (#17700)Mike Cooper2016-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed for future versions of Firefox, and makes external packaging of prerelease versions of Firefox much easier.
* | | | | | | | Merge pull request #17742 from mimadrid/update/nano-2.6.3Joachim F2016-08-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nano: 2.6.2 -> 2.6.3
| * | | | | | | | nano: 2.6.2 -> 2.6.3mimadrid2016-08-15
| |/ / / / / / /
* | | | | | | | Merge pull request #17719 from mbakke/rofi-1.2.0Rok Garbas2016-08-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | rofi: 1.1.0 -> 1.2.0