about summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* * Apply r32435 from the trunk (always build Python with SSL support).Eelco Dolstra2012-02-21
| | | | | | Remove .ssl references from some packages missed in that commit. svn path=/nixpkgs/branches/stdenv-updates/; revision=32469
* * Sync with the trunk.Eelco Dolstra2012-02-21
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32468
| * 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
| * Fixing the description of TaskCoach. I committed too fast.Lluís Batlle i Rossell2012-02-21
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32463
| * Adding TaskCoach.Lluís Batlle i Rossell2012-02-21
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32462
| * 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
| * nbd: avoid use of "install -D", which doesn't seem to work on FreeBSDPeter Simons2012-02-21
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32459
| * Updating atlas to 3.9.67, the latest development versionLluís Batlle i Rossell2012-02-21
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32458
| * Xfig: Fix URL; add `meta.platforms'.Ludovic Courtès2012-02-21
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32457
| * 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
| * Let hydra build paraview with qt-4.7 and qt-4.8Yury G. Kudryashov2012-02-21
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32452
| * Updating octave to 3.6.0Lluís Batlle i Rossell2012-02-21
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32451
| * nbd: updated to version 3.0Peter Simons2012-02-21
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32450
| * haskell-packages.nix: updated version of HUnit used by GHC 7.4.1Peter Simons2012-02-21
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32449
| * 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
| * Updated the hash of texlive's 'moderncv.zip'.Arie Middelkoop2012-02-21
| | | | | | | | | | | | Apparently the file gets updated once in a while. It does not have a version number either. Not very nice. svn path=/nixpkgs/trunk/; revision=32444
| * Fixing Skype4Py (build inputs)Lluís Batlle i Rossell2012-02-20
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32443
| * Adding Skype4Py.Lluís Batlle i Rossell2012-02-20
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32442
| * 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
| * Adding python-xlibLluís Batlle i Rossell2012-02-20
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32434
| * soqt, meshlab and paraview fail to build with qt 4.8. I set them for qt 4.7.Lluís Batlle i Rossell2012-02-20
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32433
| * Fix tarballShea Levy2012-02-20
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32432
| * * dhcpcd: get the entry/exit hooks from /etc.Eelco Dolstra2012-02-20
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32429
| * * Fix ugly wpa_supplicant expression.Eelco Dolstra2012-02-20
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32427
| * * Zabbix updated to 1.8.10.Eelco Dolstra2012-02-20
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32425
| * Updating vdrift to 2011-10-22. There are newer source code files, but that'sLluís Batlle i Rossell2012-02-20
| | | | | | | | | | | | | | | | the newsest src+data tarball I could find. We should write an expression that can use the latest src with the latest data apart. svn path=/nixpkgs/trunk/; revision=32423
| * 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
* | * It's important to inherit packages from "pkgs" rather thanEelco Dolstra2012-02-21
| | | | | | | | | | | | the lexical scope for package overrides to work properly. svn path=/nixpkgs/branches/stdenv-updates/; revision=32456
* | Let hydra build kdesvnYury G. Kudryashov2012-02-21
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32455
* | svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-02-20
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32417
| * tbe needs whichYury G. Kudryashov2012-02-20
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32416
| * amarok-2.5.0Yury G. Kudryashov2012-02-20
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32415
| * qtscriptgenerator: qt-4.8 patchYury G. Kudryashov2012-02-20
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32414
| * * Updated dhcpcd to 5.5.4.Eelco Dolstra2012-02-20
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32412
| * all-packages.nix: define the 'andyetitmoves' attribute only on Linux platformsPeter Simons2012-02-19
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32410
| * and yet it moves: gravity/physics gamePeter Simons2012-02-19
| | | | | | | | | | | | | | | | | | | | | | Demo and commercial version are supported. This nix expression shows some of the techniques used to package closed-source binaries. Committed on behalf of Mathijs Kwik. svn path=/nixpkgs/trunk/; revision=32408
| * nginx: moved from sbin to bin, because it's useful for normal users tooPeter Simons2012-02-19
| | | | | | | | | | | | Committed on behalf of Mathijs Kwik. svn path=/nixpkgs/trunk/; revision=32407