summary refs log tree commit diff
path: root/pkgs/top-level
Commit message (Collapse)AuthorAge
* Merge pull request #4309 from abbradar/paprefsMateusz Kowalczyk2014-09-28
|\ | | | | added "paprefs" package, adopted pavucontrol
| * paprefs: Add packageNikolay Amiantov2014-09-28
| |
* | Add nix-exec packageShea Levy2014-09-28
| |
* | Merge pull request #4302 from k0ral/tty-clockPascal Wittmann2014-09-28
|\ \ | | | | | | New package: tty-clock-0.1
| * | New package: tty-clock-0.1koral2014-09-28
| | |
* | | pythonPackages.configobj: new version needs six as dependencyRok Garbas2014-09-28
|/ /
* | agda-iowa-stdlib: renamed from aaron-stump-stdlibMateusz Kowalczyk2014-09-28
| | | | | | | | Per author's request.
* | pythonPackages.nose: disable testsDomen Kožar2014-09-27
| |
* | python3Packages.pelican: fix buildDomen Kožar2014-09-27
| |
* | merge #4265: add KDE 4.14.1Vladimír Čunát2014-09-27
|\ \
| * | kde-4.14: Make it all build.ambrop7@gmail.com2014-09-24
| | |
| * | indilib: Add version 0.9.9.ambrop7@gmail.com2014-09-24
| | |
| * | Add non-legacy qt-gstreamer.ambrop7@gmail.com2014-09-24
| | | | | | | | | | | | Only compile tested (needed by Artikulate in KDE 4.14).
| * | kde: Copy 4.12 to 4.14 as a base"ambrop7@gmail.com2014-09-24
| | |
* | | Tidy up #4283 and move freewheeling to APPLICATIONSCillian de Róiste2014-09-27
| | |
* | | Merge branch 'master' of github.com:NixOS/nixpkgsRaffael Mancini2014-09-27
|\ \ \
| * | | agda-aaron-stump-stdlib: new packageMateusz Kowalczyk2014-09-27
| | | |
| * | | agda-pretty: new packageMateusz Kowalczyk2014-09-27
| | | |
| * | | agda-TotalParserCombinators: new packageMateusz Kowalczyk2014-09-27
| | | |
| * | | agda-prelude: new packageMateusz Kowalczyk2014-09-27
| | | |
| * | | vlc: Add ffmpeg version 2.3.x for vlc.Nathaniel Baxter2014-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Vlc doesn't support libavcodec >= 56 yet, which means it needs an older version of ffmpeg. Closes #4286
| * | | remove unused library libchamplain-0.6Pascal Wittmann2014-09-26
| | | |
| * | | pythonPackages.nose: 1.3.3 -> 1.3.4Domen Kožar2014-09-26
| | | |
| * | | pypyPackages.werkzeug: 0.9.4 -> 0.9.6Domen Kožar2014-09-26
| | | |
| * | | pypyPackages.flask: disable tests due to failuresDomen Kožar2014-09-26
| | | |
| * | | pypyPackages.area53: use stable releaseDomen Kožar2014-09-26
| | | |
| * | | pypy: 2.3 -> 2.4Domen Kožar2014-09-26
| | | |
* | | | Added FreewheelingRaffael Mancini2014-09-26
|/ / / | | | | | | | | | | | | a live looping instrument for jack with MIDI support revision r100 from subversion
* | | haskellPackages.sdl2: New expressionOliver Charles2014-09-25
| | |
* | | ceph: Add zfs supportWilliam A. Kennington III2014-09-25
|/ /
* | Add mersenne-randomcbpark2014-09-24
| | | | | | | | Closes #4261
* | Add package: RedNotebookThomas Strobel2014-09-24
| | | | | | | | Closes #4256
* | Fixed idris.Maksymilian Owsianny2014-09-24
| |
* | cargoSnapshot: Add packageRicardo M. Correia2014-09-24
| | | | | | | | | | | | | | | | | | | | | | Cargo downloads your Rust project's dependencies and builds your project. The cargoSnapshot derivation simply uses a binary build, because it's not easy to build cargo from source yet. In the future, it's expected that we'll also add a derivation for building cargo from source.
* | notify-osd: align attrname with package nameBjørn Forsman2014-09-24
| | | | | | | | | | This package was added yesterday, so I don't think we need to keep the old attribute around for backwards compatibility.
* | Updated noxGeorges Dubus2014-09-24
| |
* | Update py and py.testGeorges Dubus2014-09-24
| |
* | add mfoc, Mifare Classic Offline CrackerJaka Hudoklin2014-09-24
| |
* | pythonPackages: add pelican, simple blog generatorJaka Hudoklin2014-09-24
| |
* | Merge pull request #4241 from bodil/notify-osdPascal Wittmann2014-09-24
|\ \ | | | | | | Added notify-osd package.
| * | Added notify-osd package.Bodil Stokke2014-09-23
| | |
* | | falcon: update to lastest git revision as the lastest release does not buildPascal Wittmann2014-09-23
| | |
* | | Merge pull request #4223 from michelk/sagaMateusz Kowalczyk2014-09-23
|\ \ \ | | | | | | | | Saga: Initial Expression
| * | | new 'gis' hierachy and initial saga expressionMichel Kuhlmann2014-09-22
| | | |
* | | | Merge pull request #4215 from vbgl/camlp4Mateusz Kowalczyk2014-09-23
|\ \ \ \ | | | | | | | | | | Adds camlp4
| * | | | Fixes ocamlgraph (depends on camlp4) and prooftree (not ready forVincent Laporte2014-09-23
| | | | | | | | | | | | | | | | | | | | OCaml4.02)
| * | | | Adds camlp4Vincent Laporte2014-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Camlp4 is a software system for writing extensible parsers for programming languages. Camlp4 was part of the official OCaml distribution until its version 4.01.0. Homepage: https://github.com/ocaml/camlp4
* | | | | git-annex: link this binary statically to improve start-up times and to get ↵Peter Simons2014-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rid of some run-time dependencies https://github.com/NixOS/nixpkgs/issues/4239
* | | | | darcs: link this binary statically to avoid run-time dependencies on GHC and ↵Peter Simons2014-09-23
| |_|/ / |/| | | | | | | | | | | friends
* | | | Merge pull request #4226 from ts468/snapperPeter Simons2014-09-23
|\ \ \ \ | | | | | | | | | | Add package: snapper