summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* udev-182•••svn path=/nixpkgs/branches/kmod-lib-modules/; revision=33623 origin/kmod-lib-modulesYury G. Kudryashov2012-04-053-99/+44
* Rewrite modules-related packaging•••* Replace module-init-tools by kmod * Drop MODULE_DIR patch We'll maintain /lib/modules/modversion symlink instead. This way both module-init-tools and libkmod will work without patches. svn path=/nixpkgs/branches/kmod-MODULE_DIR/; revision=33428 backups/kmod-MODULE_DIR@33576Yury G. Kudryashov2012-03-2615-259/+34
* virtuoso-6.1.5•••svn path=/nixpkgs/trunk/; revision=33426 Yury G. Kudryashov2012-03-261-2/+2
* * Drop some recurseIntoAttrs calls.•••svn path=/nixpkgs/trunk/; revision=33425 Eelco Dolstra2012-03-261-8/+6
* * Let nix-env only search Python 2.7 packages. Reported by Konrad••• Hinsen. We should add a check to enforce that every package/version pair in "nix-env -qa" is unique :-) svn path=/nixpkgs/trunk/; revision=33424 Eelco Dolstra2012-03-261-2/+2
* * Fix the build of Task::Catalyst::Tutorial (http://hydra.nixos.org/build/230...•••svn path=/nixpkgs/trunk/; revision=33423 Eelco Dolstra2012-03-262-42/+122
* * Don't recurse into perl510Packages. It confuses nix-env -u since it••• can't distinguish between 5.10 and 5.14 packages. (We should probably include the Perl version number in the name of Perl packages, like GHC packages.) svn path=/nixpkgs/trunk/; revision=33422 Eelco Dolstra2012-03-261-2/+2
* renamed load-sdl-env to load-env-sdl so that 'nix-env -i env-sdl' and 'load-e...•••svn path=/nixpkgs/trunk/; revision=33421 Joachim Schiele2012-03-261-5/+5
* Reparing stable build of Matita.•••Also correcting the version and simplifying the prerelease package of Matita. svn path=/nixpkgs/trunk/; revision=33420 Russell O'Connor2012-03-253-47/+7
* Updating hash for ocaml_sqlite3•••Markus Mottl <markus.mottl@gmail.com> said by email to me that ``Note that this link is served by a Mercurial Apache module, i.e. this is not static content. It's likely that e.g. tar or bzip2 produce slightly different output, which would explain changing hashes. So I guess we shouldn't worry too much about the change in hash? svn path=/nixpkgs/trunk/; revision=33419 Russell O'Connor2012-03-251-1/+1
* Adding a package for a preview release of Matita.•••svn path=/nixpkgs/trunk/; revision=33418 Russell O'Connor2012-03-253-0/+113
* Making wrapFirefox also propagate the browser to the userenv, so it gets•••the manpages. That's useful for vimperator2 for example. svn path=/nixpkgs/trunk/; revision=33417 Lluís Batlle i Rossell2012-03-251-0/+4
* Updating vimprobable2.•••svn path=/nixpkgs/trunk/; revision=33416 Lluís Batlle i Rossell2012-03-251-3/+3
* Typo of semicolon.•••svn path=/nixpkgs/trunk/; revision=33415 Lluís Batlle i Rossell2012-03-251-1/+1
* Adding 'tabbed'. I think Alexander Foremny wanted to send this patch•••long ago, but I could not find it. svn path=/nixpkgs/trunk/; revision=33414 Lluís Batlle i Rossell2012-03-252-0/+30
* Add kmod, the replacement for the now-defunct module-init-tools•••The kmod tools appear to take a flag to name the location of the modules directory, so we may not need to migrate our module-init-tools patches svn path=/nixpkgs/trunk/; revision=33413 Shea Levy2012-03-252-0/+23
* nbd: don't try to link -lrt and -lpthread on non-Linux platforms•••svn path=/nixpkgs/trunk/; revision=33412 Peter Simons2012-03-251-1/+1
* Updated Haskell packages.••• - cabal2nix: updated to version 1.30 - cmdargs: updated to version 0.9.5 - derive: updated to version 2.5.6 - hlint: updated to version 1.8.25 - io-choice: added version 0.0.1 svn path=/nixpkgs/trunk/; revision=33411 Peter Simons2012-03-257-8/+28
* haskell-ghc-mod: updated to version 1.10.11•••This expression can now be generated by cabal2nix. Note that it doesn't propagate Emacs and haskell-mode, though, these dependencies must be installed by the user in addition to ghc-mod. To active ghc-mod, add the following snippet to your ~/.emacs file: (autoload 'ghc-init "ghc" nil t) (add-hook 'haskell-mode-hook (lambda () (ghc-init))) svn path=/nixpkgs/trunk/; revision=33410 Peter Simons2012-03-252-8/+12
* haskell-hoogle: added version 4.2.10•••svn path=/nixpkgs/trunk/; revision=33409 Peter Simons2012-03-252-0/+25
* nbd: re-introduced linking with -lrt, and added an additional -lpthread on to...•••Linking these libraries makes sure that they can be found at run-time, because a proper rpath into the Nix store is added to the generated executable. Without that rpath, nbd-server will try to load the system's libpthread.so.0, which may not be what we want. svn path=/nixpkgs/trunk/; revision=33408 Peter Simons2012-03-251-0/+5
* Adding wrapFirefox for midori and vimprobable2, so they can enjoy the flash p...•••OTH, I'd prefer naming the attributes like "midoriWrapped" instead of "midoriWrapper". But I chose the 2nd to follow the example of those already in all-packages. svn path=/nixpkgs/trunk/; revision=33406 Lluís Batlle i Rossell2012-03-251-0/+9
* Getting a much newer version of the openchrome X driver•••svn path=/nixpkgs/trunk/; revision=33405 Lluís Batlle i Rossell2012-03-251-10/+7
* desktops/e17: Updated.•••svn path=/nixpkgs/trunk/; revision=33404 Alexander Tsamutali2012-03-2510-45/+27
* Telling hydra to build vimprobable.•••svn path=/nixpkgs/trunk/; revision=33402 Lluís Batlle i Rossell2012-03-251-1/+1
* Making webkit build further. They want an older perl.•••svn path=/nixpkgs/trunk/; revision=33401 Lluís Batlle i Rossell2012-03-251-1/+2
* Recovered OCaml 3.11 by using version 3.11.2 and a patch from ocaml's bugtrac...•••svn path=/nixpkgs/trunk/; revision=33399 Arie Middelkoop2012-03-242-0/+74
* Upgrading to 2.0.1, bugfix for smb error. Thanks to Kirill Elagin•••svn path=/nixpkgs/trunk/; revision=33398 Cillian de Roiste2012-03-241-2/+2
* Adding mhwaveedit, a sample editor•••svn path=/nixpkgs/trunk/; revision=33397 Cillian de Roiste2012-03-242-0/+29
* Removing the obsolete specimen folder (replaced by petrifoo)•••svn path=/nixpkgs/trunk/; revision=33396 Cillian de Roiste2012-03-240-0/+0
* Adding Petri-Foo, a fork of the Specimen sampler project•••svn path=/nixpkgs/trunk/; revision=33395 Cillian de Roiste2012-03-242-0/+33
* Updated Haskell packages.••• - LambdaHack: updated to version 0.2.1 - OpenAL: updated to version 1.4.0.1 - cabal2nix: updated to version 1.29 - unbound: updated to version 0.4.0.1 svn path=/nixpkgs/trunk/; revision=33394 Peter Simons2012-03-244-9/+8
* pkgs/lib/maintainers.nix: re-enabled my e-mail account for Hydra notifications•••svn path=/nixpkgs/trunk/; revision=33393 Peter Simons2012-03-241-2/+1
* Removed myself as a maintainer from Haskell packages that I don't personally ...•••By now, it happened twice that a commit broke GHC and thus all Haskell packages we have in Nixpkgs. On such an occasion, I receive well in excess of 3000 notification e-mails from Hydra, and then I receive another 3000 e-mails after the bug has been fixed. Under these circumstances, subscribing to these notifications makes no sense for me. svn path=/nixpkgs/trunk/; revision=33392 Peter Simons2012-03-24572-2285/+571
* Calligra-2.4 RC2•••Blind commit. Let Hydra build it. svn path=/nixpkgs/trunk/; revision=33391 Yury G. Kudryashov2012-03-241-2/+2
* haskell-permutation: added version 0.4.1•••svn path=/nixpkgs/trunk/; revision=33389 Peter Simons2012-03-232-0/+19
* Disable smokekde.attica•••svn path=/nixpkgs/trunk/; revision=33387 Yury G. Kudryashov2012-03-231-2/+2
* Add ksshaskpass•••Patch supplied by Kirill Elagin, edited by Yury Kudryashov. svn path=/nixpkgs/trunk/; revision=33386 Yury G. Kudryashov2012-03-232-0/+25
* disable notification to Peter Simons for now•••svn path=/nixpkgs/trunk/; revision=33384 Rob Vermaas2012-03-231-1/+2
* haskell-mode: updated to version 2.8.0.29-g7682f99•••svn path=/nixpkgs/trunk/; revision=33380 Peter Simons2012-03-231-3/+3
* haskell-monad-control: added version 0.3.1.1•••svn path=/nixpkgs/trunk/; revision=33379 Peter Simons2012-03-232-2/+22
* haskell-transformers: added version 0.3.0.0•••svn path=/nixpkgs/trunk/; revision=33378 Peter Simons2012-03-232-1/+18
* haskell-yesod-core: updated to version 0.10.3•••svn path=/nixpkgs/trunk/; revision=33377 Peter Simons2012-03-231-2/+2
* haskell-resourcet: updated to version 0.3.1•••svn path=/nixpkgs/trunk/; revision=33376 Peter Simons2012-03-231-2/+6
* haskell-monad-loops: updated to version 0.3.2.0•••svn path=/nixpkgs/trunk/; revision=33375 Peter Simons2012-03-231-3/+3
* haskell-fclabels: updated to version 1.1.1.1•••svn path=/nixpkgs/trunk/; revision=33374 Peter Simons2012-03-231-2/+2
* haskell-zlib-bindings: added version 0.1.0•••svn path=/nixpkgs/trunk/; revision=33373 Peter Simons2012-03-233-2/+24
* pkgs/development/compilers/ghc/wrapper.nix: removed extraneous closing bracke...•••svn path=/nixpkgs/trunk/; revision=33371 Peter Simons2012-03-231-1/+1
* ghc-packages: Darwin's native readlink doesn't support -f•••svn path=/nixpkgs/trunk/; revision=33366 Shea Levy2012-03-231-2/+2
* haskell-arrows•••svn path=/nixpkgs/trunk/; revision=33365 Mathijs Kwik2012-03-222-0/+20