summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
...
* Updating qrupdate and making it do the check phaseLluís Batlle i Rossell2012-02-22
| | | | svn path=/nixpkgs/trunk/; revision=32495
* Making liblapack do the check phaseLluís Batlle i Rossell2012-02-22
| | | | svn path=/nixpkgs/trunk/; revision=32494
* Making atlas do the check phase.Lluís Batlle i Rossell2012-02-22
| | | | svn path=/nixpkgs/trunk/; revision=32493
* premake: fixed meta.license fieldPeter Simons2012-02-22
| | | | svn path=/nixpkgs/trunk/; revision=32492
* new package: aacskeys -- grab aacs keys from bluray disksPeter Simons2012-02-22
| | | | svn path=/nixpkgs/trunk/; revision=32491
* new package: premake -- lua based build configuration toolPeter Simons2012-02-22
| | | | | | | this is version 3, while 4 already exists. But I only need this tool for 'aacskeys', which doesn't work with 4 svn path=/nixpkgs/trunk/; revision=32490
* upgraded phonon vlc backend to 0.5.0Peter Simons2012-02-22
| | | | svn path=/nixpkgs/trunk/; revision=32489
* upgraded phonon and its gstreamer backend to 4.6.0Peter Simons2012-02-22
| | | | svn path=/nixpkgs/trunk/; revision=32488
* new library: libbluray for playing bluray disksPeter Simons2012-02-22
| | | | | | optionally use libaacs to decrypt commercial disks svn path=/nixpkgs/trunk/; revision=32486
* new library: libaacs for decoding bluray disksPeter Simons2012-02-22
| | | | | | Does not contain any drm or copyright infringements. svn path=/nixpkgs/trunk/; revision=32485
* I think I fixed atlas for i686. It wants '-b 32'. Why, I don't know.Lluís Batlle i Rossell2012-02-22
| | | | svn path=/nixpkgs/trunk/; revision=32471
* Add make check to octave. Some tests fail, but the build works. We'll have ↵Lluís Batlle i Rossell2012-02-21
| | | | | | the report this way. svn path=/nixpkgs/trunk/; revision=32467
* I remove clapack, and an unused reference I found.Lluís Batlle i Rossell2012-02-21
| | | | | | | Now liblapack provides a c interface too. svn path=/nixpkgs/trunk/; revision=32466
* Building octave with mesa and fltk to have the new fltk graphics toolkit ↵Lluís Batlle i Rossell2012-02-21
| | | | | | | | | | | available. I also add more libs octave appreciates for some functions. I've not tested the graphics toolkit, but it builds. svn path=/nixpkgs/trunk/; revision=32465
* Fixing octave, so plot(1) works.Lluís Batlle i Rossell2012-02-21
| | | | | | | | | | | | | | | Linking octave with clapack did not work. I updated lapack, and additionally I build it with atlas, instead of blas. That should give better performance. I don't know if atlas builds everywhere though. On the other hand, maybe some programs linking with liblapack will fail. We'll have to check the hydra reports. I plan to remove clapack; liblapack provides a C interface too. svn path=/nixpkgs/trunk/; revision=32464
* haskell-dimensional: updated to version 0.10.2Peter Simons2012-02-21
| | | | svn path=/nixpkgs/trunk/; revision=32461
* I attempted to get octave 3.4.3 working with atlas, but it also builds and ↵Lluís Batlle i Rossell2012-02-21
| | | | | | | | | | | | | | | | | | crashes at plot(1), as 3.6.0 also did. I don't know what's wrong there. Program received signal SIGSEGV, Segmentation fault. 0x00007ffff694e3ad in dtrtri_ Exact as 3.6.0. I'll revert to the old octave version that worked without any blas or lapack implementation. --This line, and those below, will be ignored-e- M pkgs/development/interpreters/octave/default.nix svn path=/nixpkgs/trunk/; revision=32460
* Updating atlas to 3.9.67, the latest development versionLluís Batlle i Rossell2012-02-21
| | | | svn path=/nixpkgs/trunk/; revision=32458
* Trying to fix soqt for qt-4.8Yury G. Kudryashov2012-02-21
| | | | svn path=/nixpkgs/trunk/; revision=32454
* haskell-yesod-core: updated to version 0.10.2.1Peter Simons2012-02-21
| | | | svn path=/nixpkgs/trunk/; revision=32453
* Updating octave to 3.6.0Lluís Batlle i Rossell2012-02-21
| | | | svn path=/nixpkgs/trunk/; revision=32451
* haskell-yesod-form: updated to version 0.4.2Peter Simons2012-02-21
| | | | svn path=/nixpkgs/trunk/; revision=32448
* haskell-conduit: updated to version 0.2.2Peter Simons2012-02-21
| | | | svn path=/nixpkgs/trunk/; revision=32447
* yesod-core: disable haddock phase in this version of the package to avoid ↵Peter Simons2012-02-21
| | | | | | | | build failures because of syntax errors in the documentation The bug has been reported upstream. svn path=/nixpkgs/trunk/; revision=32446
* haskell-yesod-core: updated to version 0.10.2Peter Simons2012-02-20
| | | | svn path=/nixpkgs/trunk/; revision=32438
* haskell-hxt: updated to version 9.2.1Peter Simons2012-02-20
| | | | svn path=/nixpkgs/trunk/; revision=32437
* * Revert r32435. We'll be doing a stdenv merge in a few days, soEelco Dolstra2012-02-20
| | | | | | | let's put it in there rather than having the Nth near-complete rebuild of the trunk in a few days. svn path=/nixpkgs/trunk/; revision=32436
* Modified the Python 2.7 expression so that the interpreter has unconditionalPeter Simons2012-02-20
| | | | | | | | OpenSSL support. Having OpenSSL available at the time the core interpreter is built enables all kinds of important crypto features (i.e. additional hashlib algorithms, etc.) that otherwise won't be available. svn path=/nixpkgs/trunk/; revision=32435
* haskell-hlint: updated to version 1.8.24Peter Simons2012-02-20
| | | | svn path=/nixpkgs/trunk/; revision=32422
* haskell-happstack-server: updated to version 6.6.3Peter Simons2012-02-20
| | | | svn path=/nixpkgs/trunk/; revision=32421
* haskell-smallcheck: updated to version 0.6.1Peter Simons2012-02-20
| | | | svn path=/nixpkgs/trunk/; revision=32420
* haskell-fclabels: updated to version 1.1.1.0Peter Simons2012-02-20
| | | | svn path=/nixpkgs/trunk/; revision=32419
* haskell-SDL: updated to version 0.6.3Peter Simons2012-02-20
| | | | svn path=/nixpkgs/trunk/; revision=32418
* qtscriptgenerator: qt-4.8 patchYury G. Kudryashov2012-02-20
| | | | svn path=/nixpkgs/trunk/; revision=32414
* Moved the cabal build driver function from ↵Peter Simons2012-02-19
| | | | | | | | | development/libraries/haskell/cabal to build-support/cabal. This change also resolves the "cabal" vs. "Cabal" ambiguity on file systems that don't distinguish case. svn path=/nixpkgs/trunk/; revision=32401
* Updating super tux kart to 0.7.3. I also add the library irrlicht, the specificLluís Batlle i Rossell2012-02-19
| | | | | | | version needed for super tux kart. svn path=/nixpkgs/trunk/; revision=32399
* libpng-1.2.47 (see CVE 2011-3026)Yury G. Kudryashov2012-02-19
| | | | svn path=/nixpkgs/trunk/; revision=32394
* Adding bullet. Patch by Alexander Foremny.Lluís Batlle i Rossell2012-02-19
| | | | svn path=/nixpkgs/trunk/; revision=32393
* Remove coffee-script rubygemShea Levy2012-02-17
| | | | | | | | A seeming bug the "nix" rubygem causes activesupport's dependencies to be set incorrectly when execjs is one of the relevant gems. I'll try to fix it, but until then IMO a working activesupport is more important than coffee-script svn path=/nixpkgs/trunk/; revision=32377
* Ruby gems: Install all dependent gems in the user environmentShea Levy2012-02-17
| | | | svn path=/nixpkgs/trunk/; revision=32370
* Update ruby/rubygemsShea Levy2012-02-17
| | | | svn path=/nixpkgs/trunk/; revision=32366
* vigra: fix installYury G. Kudryashov2012-02-17
| | | | svn path=/nixpkgs/trunk/; revision=32362
* Backport r32353 from stdenv-udpatesYury G. Kudryashov2012-02-17
| | | | | | | | | | * Get rid of Qt 4.6. It doesn't compile with GCC 4.6. There was only one application still using it (Caneda), but upgrading it allowed it to build with Qt 4.7. Eelco, could you please fix the date in caneda version? svn path=/nixpkgs/trunk/; revision=32359
* * Include the kernel version in kernel-specific packages so that theyEelco Dolstra2012-02-17
| | | | | | can be distinguished in nix-env -qa output. svn path=/nixpkgs/trunk/; revision=32352
* haskell-http-date: updated to version 0.0.2Peter Simons2012-02-17
| | | | svn path=/nixpkgs/trunk/; revision=32351
* vigra-1.8.0Yury G. Kudryashov2012-02-17
| | | | svn path=/nixpkgs/trunk/; revision=32346
* mediastreamer-2.8.0Yury G. Kudryashov2012-02-17
| | | | svn path=/nixpkgs/trunk/; revision=32343
* Coccinelle: wrapper for 'spatch.opt'.Arie Middelkoop2012-02-16
| | | | | | | | There was already a wrapper for spatch, but not for the optimized version 'spatch.opt'. Actually, for coccinelle in nixpkgs, I'd propose to only provide the optimized version of spatch, as it makes no difference for the end user. svn path=/nixpkgs/trunk/; revision=32341
* haskell-cabal2nix: updated to version 1.27Peter Simons2012-02-16
| | | | svn path=/nixpkgs/trunk/; revision=32332
* haskell-happstack-hamlet: updated to version 6.2.4Peter Simons2012-02-16
| | | | svn path=/nixpkgs/trunk/; revision=32331