summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* virtualbox package: Disable hardening by default.aszlig2014-12-15
| | | | | | | | | Yes, this is only on the package level, so it's possible to use VirtualBox for example installed by nix-env -i, which of course doesn't have access to the functionality provided by the various VirtualBox kernel modules. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nox: switch dependency from nixUnstable to nixGeorges Dubus2014-12-15
|
* haskell-generics-sop: mark as broken because of ↵Peter Simons2014-12-15
| | | | https://github.com/well-typed/generics-sop/issues/3
* fontconfig-ultimate: do not replace terminus or proggy fontsThomas Tuegel2014-12-15
|
* pypy: disable cpickle test..Domen Kožar2014-12-15
|
* Merge pull request #5296 from michelk/gdal-1.11.1vbgl2014-12-15
|\ | | | | gdal: update to 1.11.1 and compiling with proj
| * gdal: update to 1.11.1 and compiling with projMichel Kuhlmann2014-12-15
| | | | | | | | proj is needed by ogr2ogr to convert in between coordinate systems
* | strace: Update to 4.9Eelco Dolstra2014-12-15
| |
* | libcouchbase version bump from 2.4.1 -> 2.4.4Stewart Mackenzie2014-12-15
| |
* | Merge pull request #5306 from sjmackenzie/erlang-bumpPascal Wittmann2014-12-15
|\ \ | | | | | | Erlang bump from 17.3 to 17.4 as 17.3 has a serious ssl bug
| * | Erlang bump from 17.3 to 17.4 as 17.3 has a serious ssl bugStewart Mackenzie2014-12-12
| | |
* | | intel-gpu-tools: update from 1.8 to 1.9Pascal Wittmann2014-12-14
| | | | | | | | | | | | adopt it and enabled tests (they worked with chroots builds)
* | | zotero: use firefox instead of xulrunner to fix i686 buildThomas Tuegel2014-12-14
| | |
* | | nix-exec: use nix stableShea Levy2014-12-14
| | |
* | | libsepol: fix download urlDomen Kožar2014-12-14
| | | | | | | | | | | | | | | (cherry picked from commit 24cba87e7f8247eb4e68ad8c850c1b404a277f13) Signed-off-by: Domen Kožar <domen@dev.si>
* | | python: 2.7.8 -> 2.7.9Domen Kožar2014-12-14
| | | | | | | | | | | | | | | (cherry picked from commit 1f059cd5a91fee7d4ec50c7272bca5bc6733f245) Signed-off-by: Domen Kožar <domen@dev.si>
* | | libreoffice: fix Exec= in .desktop filesBjørn Forsman2014-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before we do substitutions, the Exec= line is (currently) "Exec=libreofficedev4.3 --some-arg". Our substitution logic doesn't handle that, resulting in broken "Exec=$out/bin/sofficedev4.3 --some-arg" ($out/bin/sofficedev4.3 doesn't exist). Looking at libreoffice source, the .desktop files refer to a UNIXBASISROOTNAME variable which come from instsetoo_native/util/openoffice.lst.in. Currently, it can have one of two values, presumably depending on whether the build is "normal" or "development": libreoffice${major}.${minor} libreofficedev${major}.${minor} Handle both these cases, and also leave the old non-versioned substitution around, just in case. Fixes issue #3463.
* | | apitrace: New expressionOliver Charles2014-12-14
| | |
* | | gnat: make it build again (close #5307)Vladimír Čunát2014-12-14
| | | | | | | | | | | | | | | | | | | | | Problems are worked around by using older gcc wrapper for gnat bootstrap. (from ca441636f1^) I tried nicer solutions first, but I was unable to fix all problems for hours.
* | | gcc-4.6: bump to 4.6.4Vladimír Čunát2014-12-14
| | | | | | | | | | | | The dropped patch was applied upstream within the update.
* | | k3b: fix audio cd rippingPascal Wittmann2014-12-14
| | |
* | | Merge pull request #5327 from k0ral/moreutilslethalman2014-12-14
|\ \ \ | | | | | | | | New package: moreutils-0.54
| * | | New package: moreutils-0.54koral2014-12-14
| | | |
* | | | Merge pull request #5324 from prikhi/add-wyrdArseniy Seroka2014-12-14
|\ \ \ \ | | | | | | | | | | Add the Wyrd Front-End for Remind
| * | | | Add the Wyrd Front-End for RemindPavan Rikhi2014-12-13
| | | | |
* | | | | broadcom_sta: fix build with kernel 3.18 (close #5315)Vladimír Čunát2014-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | I couldn't find any source that looked reliable, but I guess it's better than nothing: it's fairly simple patch that fixes the build.
* | | | | Merge pull request #5323 from offlinehacker/gitlab_i686_fixDomen Kožar2014-12-14
|\ \ \ \ \ | | | | | | | | | | | | gitlab: fix i686-linux build and module
| * | | | | gitlab: fix i686-linux build and moduleJaka Hudoklin2014-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out that installing therubytracer, with dependency on old v8, even when using source libv8 version is problematic. (see http://stackoverflow.com/questions/21666379/problems-installing-gitlab-on-odroid-v8-lib-not-available). But wait, rails does not even need therubytracer, just any kind of javascript server side execution framework like nodejs. Well just use that, as also suggested from different internet sources (look link above), it works just fine.
* | | | | | nix-repl: UpdateEelco Dolstra2014-12-14
| | | | | |
* | | | | | nix: Update to 1.8Eelco Dolstra2014-12-14
| |/ / / / |/| | | |
* | | | | Add nix-serveEelco Dolstra2014-12-14
| | | | |
* | | | | added tmsu, a tool for tagging your filesPascal Wittmann2014-12-13
| | | | |
* | | | | Merge pull request #5321 from teh/masterArseniy Seroka2014-12-13
|\ \ \ \ \ | | | | | | | | | | | | Add pycosat.
| * | | | | Add pycosat.Tom Hunger2014-12-13
| | | | | |
* | | | | | dvdauthor: fix building against glibc 2.20Mathijs Kwik2014-12-13
| | | | | | | | | | | | | | | | | | | | | | | | and 2 other patches from redhat
* | | | | | mkvtoolnix: fix to find boost libMathijs Kwik2014-12-13
| | | | | |
* | | | | | ghc-head: upgrade to 2014-12-10Mathijs Kwik2014-12-13
| | | | | |
* | | | | | fix perl build failuresDomen Kožar2014-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 94c1406951edb37670740f3218a6e064be768555) Signed-off-by: Domen Kožar <domen@dev.si>
* | | | | | Merge pull request #5316 from prikhi/add-profile-sync-daemonwmertens2014-12-13
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add the Profile Sync Daemon Package & NixOS Module
| * | | | | Add the Profile Sync Daemon Package & NixOS ModulePavan Rikhi2014-12-13
| | | | | |
* | | | | | llpp: fix copying text to clipboard on linuxPascal Wittmann2014-12-13
| | | | | |
* | | | | | lzma-conduit: broken on 32bit linux, see #5313Domen Kožar2014-12-13
| | | | | |
* | | | | | hhvm: use upstream patches to fix the buildDomen Kožar2014-12-13
|/ / / / / | | | | | | | | | | | | | | | | | | | | (cherry picked from commit b7894032b4708a8c9ccee99aca1b7d6166546d4d) Signed-off-by: Domen Kožar <domen@dev.si>
* | | | | Update servant packages to 0.2Julian K. Arni2014-12-13
| | | | |
* | | | | Merge pull request #5294 from DamienCassou/mutaglethalman2014-12-13
|\ \ \ \ \ | | | | | | | | | | | | Add python package mutag
| * | | | | Add python package mutagDamien Cassou2014-12-12
| | | | | |
* | | | | | haskell-ghc-events-analyze: update to version 0.2.1Peter Simons2014-12-13
| | | | | |
* | | | | | haskell-text: update to version 1.2.0.3Peter Simons2014-12-13
| | | | | |
* | | | | | haskell-network-transport-tests: jailbreak to support recent versions of ↵Peter Simons2014-12-13
| | | | | | | | | | | | | | | | | | | | | | | | 'random'
* | | | | | haskell-hspec2: mark package as brokenPeter Simons2014-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hspec2 doesn't compile any more, and the package is a "deprecated alpha release of hspec 2.0" according to the Hackage homepage, i.e. people should simply use hspec 2.x instead.