summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* Batch update telepathy-related packagesYury G. Kudryashov2012-03-29
| | | | | | | | Some of these packages need glib-2.30.x, so I commit it to this branch. Add sofia-sip and telepathy-rakia. svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33475
* glibmm-2.30.1Yury G. Kudryashov2012-03-29
| | | | svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33473
* glib-2.30.3Yury G. Kudryashov2012-03-29
| | | | | | Build with system pcre. svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33472
* Remove some unused filesYury G. Kudryashov2012-03-29
| | | | svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33468
* Porting a fix from nixpkgs trunk - vimprobable2 now builds (against obsolete ↵Michael Raskin2012-03-29
| | | | | | WebKit/GTK2) svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33467
* Merge ^/nixpkgs/trunk.Yury G. Kudryashov2012-03-28
|\ | | | | | | | | | | | | This merge leads to a big rebuild, but this wouldn't hurt as I'm going to reintegrate this branch soon. svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33455
| * Updated Haskell packages.Peter Simons2012-03-28
| | | | | | | | | | | | | | | | - derp: updated to version 0.1.6 - happstack-server: updated to version 6.6.5 - hlint: updated to version 1.8.26 svn path=/nixpkgs/trunk/; revision=33453
| * all-packages.nix: stripped trailing whitespacePeter Simons2012-03-28
| | | | | | | | svn path=/nixpkgs/trunk/; revision=33452
| * all-packages.nix: removed virtmanager and virtinst attributes, which point ↵Peter Simons2012-03-28
| | | | | | | | | | | | to non-existent files svn path=/nixpkgs/trunk/; revision=33451
| * wgetpaste is a handy shell utility getting things pasted on pasting services ↵Joachim Schiele2012-03-28
| | | | | | | | | | | | online svn path=/nixpkgs/trunk/; revision=33450
| * avidemux: upgraded to 2.5.6Mathijs Kwik2012-03-28
| | | | | | | | | | | | | | | | - added support for vp8 (libvpx) - added support for xvid - added support for libva output svn path=/nixpkgs/trunk/; revision=33447
| * Adding meta to busybox, and setting me as maintainer, and asking hydra to ↵Lluís Batlle i Rossell2012-03-27
| | | | | | | | | | | | build it. svn path=/nixpkgs/trunk/; revision=33446
| * Adding 'usernixos', where I start a modular kind-of-nixos that can go intoLluís Batlle i Rossell2012-03-27
| | | | | | | | | | | | | | | | | | "nix-env -i" profiles, as a container for flexible configuration at the style of nixos, to be defined in .nixpkgs/config.nix, with the main target of generating an activation script. svn path=/nixpkgs/trunk/; revision=33445
| * mkDerivation handles propagatedUserEnvPkgs properly nowShea Levy2012-03-27
| | | | | | | | svn path=/nixpkgs/trunk/; revision=33444
| * Update rubygemsShea Levy2012-03-27
| | | | | | | | svn path=/nixpkgs/trunk/; revision=33443
| * * Updated jdiskreport.Eelco Dolstra2012-03-27
| | | | | | | | svn path=/nixpkgs/trunk/; revision=33440
| * * Fix JDK/JRE error: /nix/store/.../jre/lib/i386/xawt/libmawt.so: file not ↵Rob Vermaas2012-03-27
| | | | | | | | | | | | | | | | | | recognized: File format not recognized. Patch provided by Ambrus Kaposi. svn path=/nixpkgs/trunk/; revision=33439
| * version 88.0 of spring has arrivedJoachim Schiele2012-03-27
| | | | | | | | svn path=/nixpkgs/trunk/; revision=33438
| * * Boto updated to 2.3.0.Eelco Dolstra2012-03-27
| | | | | | | | svn path=/nixpkgs/trunk/; revision=33437
| * Update Haskell packages.Peter Simons2012-03-27
| | | | | | | | | | | | | | | | - blaze-html: updated to version 0.4.3.2 - ghc-mod: updated to version 1.10.12 - gloss: updated to version 1.7.0.1 svn path=/nixpkgs/trunk/; revision=33436
| * Adding forgotten configure_130312 patch for matitia.Russell O'Connor2012-03-26
| | | | | | | | svn path=/nixpkgs/trunk/; revision=33433
| * GCC 4.7: Fix the `name' attribute.Ludovic Courtès2012-03-26
| | | | | | | | svn path=/nixpkgs/trunk/; revision=33432
| * GCC 4.7.0.Ludovic Courtès2012-03-26
| | | | | | | | svn path=/nixpkgs/trunk/; revision=33431
| * virtuoso-6.1.5Yury G. Kudryashov2012-03-26
| | | | | | | | svn path=/nixpkgs/trunk/; revision=33426
| * * Drop some recurseIntoAttrs calls.Eelco Dolstra2012-03-26
| | | | | | | | svn path=/nixpkgs/trunk/; revision=33425
| * * Let nix-env only search Python 2.7 packages. Reported by KonradEelco Dolstra2012-03-26
| | | | | | | | | | | | | | | | | | 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
| * * Fix the build of Task::Catalyst::Tutorial ↵Eelco Dolstra2012-03-26
| | | | | | | | | | | | (http://hydra.nixos.org/build/2307296). svn path=/nixpkgs/trunk/; revision=33423
| * * Don't recurse into perl510Packages. It confuses nix-env -u since itEelco Dolstra2012-03-26
| | | | | | | | | | | | | | | | 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
| * renamed load-sdl-env to load-env-sdl so that 'nix-env -i env-sdl' and ↵Joachim Schiele2012-03-26
| | | | | | | | | | | | 'load-env-sdl' have a common naming scheme svn path=/nixpkgs/trunk/; revision=33421
| * Reparing stable build of Matita.Russell O'Connor2012-03-25
| | | | | | | | | | | | | | Also correcting the version and simplifying the prerelease package of Matita. svn path=/nixpkgs/trunk/; revision=33420
| * Updating hash for ocaml_sqlite3Russell O'Connor2012-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Adding a package for a preview release of Matita.Russell O'Connor2012-03-25
| | | | | | | | svn path=/nixpkgs/trunk/; revision=33418
| * Making wrapFirefox also propagate the browser to the userenv, so it getsLluís Batlle i Rossell2012-03-25
| | | | | | | | | | | | | | the manpages. That's useful for vimperator2 for example. svn path=/nixpkgs/trunk/; revision=33417
| * Updating vimprobable2.Lluís Batlle i Rossell2012-03-25
| | | | | | | | svn path=/nixpkgs/trunk/; revision=33416
| * Typo of semicolon.Lluís Batlle i Rossell2012-03-25
| | | | | | | | svn path=/nixpkgs/trunk/; revision=33415
| * Adding 'tabbed'. I think Alexander Foremny wanted to send this patchLluís Batlle i Rossell2012-03-25
| | | | | | | | | | | | | | long ago, but I could not find it. svn path=/nixpkgs/trunk/; revision=33414
| * Add kmod, the replacement for the now-defunct module-init-toolsShea Levy2012-03-25
| | | | | | | | | | | | | | 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
| * nbd: don't try to link -lrt and -lpthread on non-Linux platformsPeter Simons2012-03-25
| | | | | | | | svn path=/nixpkgs/trunk/; revision=33412
| * Updated Haskell packages.Peter Simons2012-03-25
| | | | | | | | | | | | | | | | | | | | - 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
| * haskell-ghc-mod: updated to version 1.10.11Peter Simons2012-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * haskell-hoogle: added version 4.2.10Peter Simons2012-03-25
| | | | | | | | svn path=/nixpkgs/trunk/; revision=33409
| * nbd: re-introduced linking with -lrt, and added an additional -lpthread on ↵Peter Simons2012-03-25
| | | | | | | | | | | | | | | | | | | | | | top of it 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
| * Adding wrapFirefox for midori and vimprobable2, so they can enjoy the flash ↵Lluís Batlle i Rossell2012-03-25
| | | | | | | | | | | | | | | | | | | | plugin. 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
| * Getting a much newer version of the openchrome X driverLluís Batlle i Rossell2012-03-25
| | | | | | | | svn path=/nixpkgs/trunk/; revision=33405
| * desktops/e17: Updated.Alexander Tsamutali2012-03-25
| | | | | | | | svn path=/nixpkgs/trunk/; revision=33404
| * Telling hydra to build vimprobable.Lluís Batlle i Rossell2012-03-25
| | | | | | | | svn path=/nixpkgs/trunk/; revision=33402
| * Making webkit build further. They want an older perl.Lluís Batlle i Rossell2012-03-25
| | | | | | | | svn path=/nixpkgs/trunk/; revision=33401
| * Recovered OCaml 3.11 by using version 3.11.2 and a patch from ocaml's ↵Arie Middelkoop2012-03-24
| | | | | | | | | | | | bugtracker. svn path=/nixpkgs/trunk/; revision=33399
| * Upgrading to 2.0.1, bugfix for smb error. Thanks to Kirill ElaginCillian de Roiste2012-03-24
| | | | | | | | svn path=/nixpkgs/trunk/; revision=33398
| * Adding mhwaveedit, a sample editorCillian de Roiste2012-03-24
| | | | | | | | svn path=/nixpkgs/trunk/; revision=33397