summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
Commit message (Collapse)AuthorAge
...
* | | | | | | | phonon: 4.8.3 -> 4.9.0Thomas Tuegel2016-04-22
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed phonon-backend-vlc. - Moved qt5.phonon to kde5.phonon.
* | | | | | | yubikey-personalization-gui: move to qmake4HookNikolay Amiantov2016-04-20
| | | | | | |
* | | | | | | qastools: move to qmake4HookNikolay Amiantov2016-04-20
| | | | | | |
* | | | | | | quazip: move to qmakeHookNikolay Amiantov2016-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d663b3df24b709fd972525ab73855843ff35d09d.
* | | | | | | qscintilla: move to qmake4HookNikolay Amiantov2016-04-20
| | | | | | |
* | | | | | | libcommuni: move to qmakeHookNikolay Amiantov2016-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ee1af147f35818f60d3cd6192a4828abdbfdc632.
* | | | | | | qgifer: move to qmake4HookNikolay Amiantov2016-04-20
| | | | | | |
* | | | | | | retroshare: move to qmake4HookNikolay Amiantov2016-04-20
| | | | | | |
* | | | | | | retroshare06: move to qmake4HookNikolay Amiantov2016-04-20
| | | | | | |
* | | | | | | qtbitcointrader: move to qmake4HookNikolay Amiantov2016-04-20
| | | | | | |
* | | | | | | iannix: move to qmakeHookNikolay Amiantov2016-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit bb543e1540e0e70180e60285b7a353f0c32dc101.
* | | | | | | qmake4Hook: initNikolay Amiantov2016-04-20
| | | | | | |
* | | | | | | phonon: fix build after cmake setup hook changesThomas Tuegel2016-04-20
| | | | | | |
* | | | | | | polkit-qt-1: separate Qt 4 and Qt 5 versionsThomas Tuegel2016-04-20
|/ / / / / /
* | | | | | Merge pull request #14815 from choochootrain/add-xbanishzimbatm2016-04-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | xbanish: init at 1.4
| * | | | | | xbanish: init at 1.4 :ghost:Hurshal Patel2016-04-19
| | | | | | |
* | | | | | | Merge pull request #14705 from acowley/qt4-darwinvbgl2016-04-20
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | qt4.8: darwin compatibility
| * | | | | | qt4.8: darwin compatibilityAnthony Cowley2016-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Supplies the necessary system frameworks.
* | | | | | | kconfig-frontends: init 3.12.0.0Brandon Edens2016-04-19
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #14784 from joachifm/kernelHeadersJoachim Fasting2016-04-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | linuxPackages: remove kernelHeaders
| * | | | | | linuxPackages: remove kernelHeadersJoachim Fasting2016-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | User-space programs should not be using headers extracted from random kernels, but should in fact use the headers that were used to build libc; see e.g., this LKML posting by Linus Torvalds on the subject of Linux API headers at [1]. What is more, the Linux API headers are supposed to be backwards compatible[2], so there's really no good reason to have more than one such package, namely the latest one required by a package in our tree. That is, `kernelHeaders` is not only incorrect but serves no real purpose: out-of-tree modules use the sources provided by `kernel.dev`; user space should use `stdenv.cc.libc.linuxHeaders` or the top-level `linuxHeaders` attribute. Apart from klibc, nothing in nixpkgs used `linuxPackages.kernelHeaders`, so the impact of this change is minimal. [1]: http://lkml.iu.edu/hypermail/linux/kernel/0007.3/0587.html [2]: https://www.kernel.org/doc/Documentation/kbuild/headers_install.txt
| * | | | | | linuxPackages: move klibc to top-levelJoachim Fasting2016-04-19
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | There's no reason for this to be tied to a specific kernel: it is tied to the API headers, not the kernel sources.
* | | | | | Merge pull request #14825 from knedlsepp/add_nanoflannTuomas Tynkkynen2016-04-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | nanoflann: init at 1.1.9
| * | | | | | nanoflann: init at 1.1.9Josef Kemetmueller2016-04-19
| |/ / / / /
* / / / / / avro-c++: Init at 1.7.5Alexey Shmalko2016-04-19
|/ / / / /
* | | | | Merge pull request #14775 from rardiol/freeorionNikolay Amiantov2016-04-19
|\ \ \ \ \ | | | | | | | | | | | | freeorion: init at 0.4.5
| * | | | | freeorion: init at 0.4.5Ricardo Ardissone2016-04-18
| | |_|_|/ | |/| | |
* | | | | nghttp2: 1.8.0 -> 1.9.2, unify with libnghttp2, and use multiple outputsEelco Dolstra2016-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: I ignored the C++ libraries, but it appears we're not currently using them. Once we do, we'll probably want to put them in a separate output as well (to prevent non-C++ users from depending on Boost).
* | | | | Make rigsofrods use mygui with ogre. Required.Lluís Batlle i Rossell2016-04-18
| | | | |
* | | | | Make rigsofrods build the latest code.Lluís Batlle i Rossell2016-04-18
| | | | | | | | | | | | | | | | | | | | I add angelscript 2.22 too, as it makes RoR happy.
* | | | | Revert "rigsofrods: remove dead package"Lluís Batlle i Rossell2016-04-18
| | | | | | | | | | | | | | | | | | | | This reverts commit 69e7948ffe120981417894e51ae311cbdaaafae4.
* | | | | softhsm: init -> 2.1.0Michiel Leenaars2016-04-18
| | | | |
* | | | | Merge pull request #14780 from womfoo/update-facterTuomas Tynkkynen2016-04-18
|\ \ \ \ \ | | | | | | | | | | | | Update facter: 3.1.3 -> 3.1.5 and add new library dependency leatherman 0.4.2
| * | | | | leatherman: init at 0.4.2Kranium Gikos Mendoza2016-04-18
| | | | | |
* | | | | | apparmor: cleanupsJoachim Fasting2016-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move build tools to nativeBuildInputs - capability.h should come from linuxHeaders not glibc - Delete v2.9
* | | | | | golden-cheetah: remove from pkgs, it does not evaluate without ↵Luca Bruno2016-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | config.golden-cheetah cc @ocharles
* | | | | | areca: init at 7.5Pascal Wittmann2016-04-17
|/ / / / /
* | | | | golden-cheetah: init at V4.0-DEV1603Oliver Charles2016-04-17
| | | | |
* | | | | Merge pull request #14736 from AndersonTorres/higanArseniy Seroka2016-04-17
|\ \ \ \ \ | | | | | | | | | | | | higan: 096 -> 098
| * | | | | higan: 096 -> 098AndersonTorres2016-04-15
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Now without some options, reflecting upstream development. In special, no GTK building (as it was obsoleted on 096) and no profile selecion, because it will be obsoleted on next release.
* | | | | helvetica-neue-lt-std: init at 2013.06.07José Romildo Malaquias2016-04-16
| | | | | | | | | | | | | | | | | | | | fix
* | | | | brgenml1cupswrapper: fix regression and improvementsRaymond Gauthier2016-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `cp`, `grep`, `chmod`, `sed` executables no longer found when upgrading from nixos 15.09 to 16.03. Fixed by use of wrapper script that brings these executables into `PATH`. Also fix lpd binaries on 64 bits machines by use of `callPackage_i686`.
* | | | | Merge pull request #14756 from romildo/new.xdgmenumakerjoachifm2016-04-16
|\ \ \ \ \ | | | | | | | | | | | | xdgmenumaker: init at 0.9
| * | | | | xdgmenumaker: init at 0.9José Romildo Malaquias2016-04-16
| |/ / / /
* | | | | neomutt: init at 20160416Christian Lask2016-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With various tweaks by @cstrahan. closes #14747
* | | | | vis: init vis at 0.2x (nightly)Rahul Gopinath2016-04-15
|/ / / / | | | | | | | | | | | | | | | | Vis editor is a vim like editor. This commit provides the initial package for vis (nightly)
* | | | Merge pull request #14579 from elitak/factoriojoachifm2016-04-15
|\ \ \ \ | | | | | | | | | | factorio: 0.12.29 headless + server module
| * | | | factorio: bump to 0.12.29 and headless versionEric Litak2016-04-14
| | | | |
| * | | | factorio: refactor in preparation for headless versionEric Litak2016-04-14
| | | | |
* | | | | Merge pull request #14712 from ericsagnes/pkg/j4-dmenu-desktopArseniy Seroka2016-04-15
|\ \ \ \ \ | |/ / / / |/| | | | j4-dmenu-desktop: init at 2.14