summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* Partially revert my recent kernelPackages changesShea Levy2013-03-24
| | | | | | | | | | | | | | | | | First, pass in `self' again so that overriding works properly (thanks for pointing that out, @edolstra) Second, instead of having linuxPackages*.kernel mean something different inside the set and out, add a new attribute linuxPackages*.kernelDev, which for the generic kernel is simply linuxPackages*.kernel but for the manual-config kernel is the `dev' output (which has the build tree, source tree, etc.) The second change required trivial modifications in a bunch of expressions, I verified that all of the linuxPackages* sets defined in all-packages.nix have the same drv paths before and after the change. Signed-off-by: Shea Levy <shea@shealevy.com>
* gparted: updateVladimír Čunát2013-03-23
|
* release-haskell.nix: configure package set for ghc 6.10.4, 6.12.3 and 7.0.4Peter Simons2013-03-23
|
* Fix build of haskell-platform 2009.2.0.2.Peter Simons2013-03-23
|
* haskell-editline: add old version 0.2.1.0Peter Simons2013-03-23
|
* pkgs/build-support/cabal: disable doCheck by default on GHC 7.0.x platformsPeter Simons2013-03-23
| | | | | Trying to run the unit tests with GHC 7.0.4 causes so many builds to fail that it's probably not worth-while.
* chromium-25.0.1364.172, 26.0.1410.40, 27.0.1448.0Florian Friesdorf2013-03-23
| | | | 26.0.1410.28 was broken for me
* nvidia-x11: change meta.license from "unfree" to "proprietary"Peter Simons2013-03-23
| | | | | | | | | | | | | | | | | | | I'm not entirely sure what the appropriate license attribute for this package is. The license [1] says: | 2.1.2 Linux/FreeBSD Exception. Notwithstanding the foregoing terms of | Section 2.1.1, SOFTWARE designed exclusively for use on the Linux or | FreeBSD operating systems, or other operating systems derived from | the source code to these operating systems, may be copied and | redistributed, provided that the binary files thereof are not | modified in any way (except for unzipping of compressed files). It sounds to me like this gives NixOS the right to re-distribute the files (because we don't modify them). The 'proprietary' license sort-of fits that. On the other hand, we seem to assume that proprietary software cannot be redistributed, which doesn't apply here. [1] http://www.nvidia.com/content/DriverDownload-March2009/licence.php?lang=us
* ghc: add meta.license attribute to all compiler versionsPeter Simons2013-03-23
|
* pkgs/top-level/release-haskell.nix: configure Hydra to verify that important ↵Peter Simons2013-03-23
| | | | | | Haskell packages build At the moment, this file is used only by my own Hydra instance.
* Add myself as a maintainer to all Haskell packages (re-)generated by ↵Peter Simons2013-03-23
| | | | hackage4nix.
* haskell-wai-extra: jailbreak to fix build with latest version of 'void'Peter Simons2013-03-23
|
* haskell-conduit: jailbreak to fix build with latest version of 'void'Peter Simons2013-03-23
|
* haskell-void: update to version 0.6Peter Simons2013-03-23
|
* haskell-bytestring-lexing: update to version 0.4.3Peter Simons2013-03-23
|
* nijs: updated to 0.0.5Sander van der Burg2013-03-23
|
* opencv: python bindingsRok Garbas2013-03-23
|
* ipython: adding depenencies for ipython's notebookRok Garbas2013-03-23
|
* Merge pull request #401 from cpages/masterDomen Kožar2013-03-22
|\ | | | | doxygen: update to 1.8.3.1
| * doxygen: update to 1.8.3.1Carles Pagès2013-03-22
| | | | | | | | There are many bugfixes and some new features over 1.8.1.
* | Fixing the teamviewer evaluation and builds.Lluís Batlle i Rossell2013-03-22
| | | | | | | | Now tested even the tarball, before committing.
* | Update nvidia legacy 304 driver so that it compiles with new kernelsEvgeny Egorochkin2013-03-22
| |
* | Merge pull request #398 from the-kenny/dunstRok Garbas2013-03-22
|\ \ | | | | | | dunst, a lightweight notification daemon
| * | dunst: Add meta.platforms.Moritz Ulrich2013-03-22
| | | | | | | | | | | | Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
| * | Add dunst, a lightweight notification daemon.Moritz Ulrich2013-03-20
| | | | | | | | | | | | Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
* | | Merge pull request #400 from iElectric/bacula_improvementsRok Garbas2013-03-22
|\ \ \ | | | | | | | | bacula: add postgresql support, add myself as maintainer and set meta.platforms
| * | | bacula: add postgresql support, add myself as maintainer and set meta.platformsDomen Kozar2013-03-22
| | | |
* | | | Fixing tarball (missed assertion)Lluís Batlle i Rossell2013-03-22
| | | |
* | | | wxmaxima: don't try to build this package on FreeBSDPeter Simons2013-03-22
| | | |
* | | | latex2html: update to version 2008Peter Simons2013-03-22
| | | |
* | | | latex2html: update meta informationPeter Simons2013-03-22
| | | |
* | | | teamviewer: adding a work-in-progress lowprio version 8.Lluís Batlle i Rossell2013-03-22
| |_|/ |/| | | | | | | | It requires root running a daemon, just to use the client. Suspicious.
* | | teamviewer: fixing broken wine referenceLluís Batlle i Rossell2013-03-22
| | |
* | | Adding teamviewer client for linux (www.teamviewer.com)Lluís Batlle i Rossell2013-03-22
| | | | | | | | | | | | In fact it uses wine.
* | | git: update to version 1.8.2Peter Simons2013-03-22
|/ /
* | emacs-w3m: upgrade to current cvsMathijs Kwik2013-03-22
| |
* | haskell-bson: disable testsMathijs Kwik2013-03-22
| | | | | | | | | | | | they need an older version of test-framework using jailbreak didn't work in this case so for now, disabling tests is the easiest solution until upstream upgrades its test-framework
* | htmlize: upgrade to 1.47Mathijs Kwik2013-03-22
| |
* | gtypist: fix patch hashMathijs Kwik2013-03-22
| |
* | bbswitch: upgrade to 0.6Mathijs Kwik2013-03-22
| |
* | linux-3.0: upgrade to 3.0.70Mathijs Kwik2013-03-22
| |
* | linux-3.2: upgrade to 3.2.41Mathijs Kwik2013-03-22
| |
* | linux-3.4: upgrade to 3.4.37Mathijs Kwik2013-03-22
| |
* | linux-3.8: upgrade to 3.8.4Mathijs Kwik2013-03-22
| |
* | add dutch tax application for 2012Mathijs Kwik2013-03-22
| |
* | haskell-HSH: fix build with ghc 7.4.xPeter Simons2013-03-21
| |
* | gawk: Remove now-unneeded Cygwin patch.Ludovic Courtès2013-03-21
| |
* | androidenv: fix error with obsolete quotationSander van der Burg2013-03-21
| |
* | Allow appnames with spaces everywhereSander van der Burg2013-03-21
| |
* | libv8-rubygem: Implemented a very depressing workaround that allows scons to ↵Sander van der Burg2013-03-21
| | | | | | | | build libv8.a, it's ugly but it works