summary refs log tree commit diff
path: root/pkgs/applications
Commit message (Collapse)AuthorAge
* treewide: Mass replace 'openssl}/bin' to refer the 'bin' outputTuomas Tynkkynen2016-02-01
|
* treewide: Mass replace 'flac}/bin' to refer the 'bin' outputTuomas Tynkkynen2016-02-01
|
* treewide: Mass replace 'dbus_daemon}/bin' to refer the 'out' outputTuomas Tynkkynen2016-02-01
|
* treewide: Mass replace 'bzip2}/bin' to refer the 'bin' outputTuomas Tynkkynen2016-02-01
|
* treewide: Mass replace 'acl}/bin' to refer the 'bin' outputTuomas Tynkkynen2016-02-01
|
* Merge #11597: various multiple-output fixesVladimír Čunát2016-01-28
|\
| * fvwm: Missing libXt build inputAlexander V. Nikolaev2016-01-27
| |
| * qtile: dlopen'able path now are in "out", not "dev"Alexander V. Nikolaev2016-01-26
| |
* | treewide: Mass replace 'zlib}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| |
* | treewide: Mass replace 'poppler_utils}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| |
* | treewide: Mass replace 'poppler}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| |
* | treewide: Mass replace 'openssl}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| |
* | treewide: Mass replace 'ncurses}/lib' to refer the 'lib' outputTuomas Tynkkynen2016-01-24
| |
* | treewide: Mass replace 'xorg.libX11}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| |
* | treewide: Mass replace 'libusb}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| |
* | treewide: Mass replace 'libusb1}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| |
* | treewide: Mass replace 'libjpeg}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| |
* | treewide: Mass replace 'glibc}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| |
* | treewide: Mass replace 'cups}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| |
* | treewide: Mass replace 'bzip2}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| |
* | brackets: Fix udev reference in multiple-outputs branchTuomas Tynkkynen2016-01-24
|/
* Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
|\
| * refactor to use autoreconfHook where possibleRobin Gloster2016-01-18
| | | | | | | | Close #12446.
| * Merge branch 'master' into stagingVladimír Čunát2016-01-18
| |\
| | * simple-scan: 3.19.3 -> 3.19.4Tobias Geerinckx-Rice2016-01-18
| | |
| | * chromium: Remove myself from maintainersaszlig2016-01-18
| | | | | | | | | | | | | | | | | | | | | | | | Working on Chromium really drives me nuts due to its build time, also I really don't have quite a lot of time these days to properly maintain it anymore. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| | * chromium: Do not rely on import-from-derivationaszlig2016-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has been introduced by me in 690a845 and discovered by @vcunat in his comment over at: https://github.com/NixOS/nixpkgs/commit/690a845de93a49e85480ad5fae492fa14658ce85#commitcomment-14209868 It's really a bit ugly to have builds running during evaluation, but back when I made that commit the reason was to avoid having to shell quote the hell out of it (see the comment in mkPluginInfo for the reason). Now we propagate plugin flags and environment variables as a list of arguments in a plain file that's appended verbatim to makeWrapper, so it shouldn't do any builds anymore during instantiation. I have tested this with both just WideVine and just Flash enabled as well as both in combination and none of the plugins and the output seems correct. However I didn't test to run Chromium with the new implementation. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Reported-by: Vladimír Čunát <vcunat@gmail.com>
| | * 3dfsb: Remove packageFranz Pletz2016-01-17
| | | | | | | | | | | | | | | | | | Package is broken, old and not easily fixable. See #12397.
| | * gajim: add extraPythonPackages optionNikolay Amiantov2016-01-17
| | | | | | | | | | | | | | | For exampole, this allows to add python-axolotl to PYTHONPATH, which is needed for OMEMO OTR messaging plugin.
| | * spotify: 0.9.17.1 -> 1.0.19.106Christopher Lübbemeier2016-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | changes by @globin: used wrapper instead of propagatedUserEnvPkgs for zenity closes #12191 Signed-off-by: Robin Gloster <mail@glob.in>
| | * Merge pull request #12443 from gebner/lean-ninjaPascal Wittmann2016-01-17
| | |\ | | | | | | | | lean: update and add wrapper for linja
| | | * lean: add wrapper for linjaGabriel Ebner2016-01-17
| | | |
| | | * lean: 20150821 -> 20160117Gabriel Ebner2016-01-17
| | | |
| | * | Merge pull request #12424 from k0ral/lemonbarDomen Kožar2016-01-17
| | |\ \ | | | | | | | | | | lemonbar: 1.1 -> 1.2pre
| | | * | lemonbar: 1.1 -> 1.2prekoral2016-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | 'bar' has been officially renamed 'lemonbar'. Last release (1.1) is almost a year old, but some bugfixes and new features are available in the repository, let's include them in the derivation.
| | * | | R: add a new `enableStrictBarrier` package option.Mathieu Boespflug2016-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This option compiles R with --enable-strict-barrier. Doing so is enables extra memory diagnostics in R that very useful for debugging memory leak or memory protections issues in extensions to R written in C, or for any apps embedding R (e.g. Haskell aps embedding R via HaskellR).
| | * | | Merge pull request #12397 from eduarrrd/3dfsbDomen Kožar2016-01-17
| | |\ \ \ | | | | | | | | | | | | 3dfsb: mark as broken, remove self from maintainers
| | | * | | 3dfsb: mark as broken, remove self from maintainersEduard Bachmakov2016-01-14
| | | | | |
| | * | | | audacity: apply Arch patch to avoid vulnerable ffmpegVladimír Čunát2016-01-17
| | | | | | | | | | | | | | | | | | | | | | | | Now it builds with the latest branch. /cc #12437.
| | * | | | Merge pull request #12413 from kragniz/terminator-0.98Pascal Wittmann2016-01-16
| | |\ \ \ \ | | | |_|_|/ | | |/| | | terminator: 0.97 -> 0.98
| | | * | | terminator: 0.97 -> 0.98Louis Taylor2016-01-16
| | | | | |
| | * | | | copy-com: remove deprecated Nix-specific aliasTobias Geerinckx-Rice2016-01-16
| | | |_|/ | | |/| |
| | * | | calibre: 2.48.0 -> 2.49.0Pascal Wittmann2016-01-15
| | | | |
| | * | | idea.idea14-community: init at 14.1.6Edward Tjörnhammar2016-01-15
| | | | |
| | * | | idea: unpin the common builderEdward Tjörnhammar2016-01-15
| | | | |
| * | | | Merge branch 'master' into stagingVladimír Čunát2016-01-15
| |\| | |
| | * | | firefox: fixup ${name} problems introduced in 2e78e19Vladimír Čunát2016-01-15
| | | | | | | | | | | | | | | | | | | | Fixes #12403. I'm sorry for the problems. Thanks to @mdorman!
| | * | | git-bz: fix meta typoVladimír Čunát2016-01-15
| | | | | | | | | | | | | | | | | | | | Thanks to @heydojo.
| | * | | smtube: add missing build dependencyVincent Laporte2016-01-15
| | | | |
| | * | | gnumeric: 1.12.24 -> 1.12.26Vincent Laporte2016-01-15
| | | | |