summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* * More descriptions.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6709
* * Added a bunch of descriptions.Eelco Dolstra2006-10-11
| | | | svn path=/nixpkgs/trunk/; revision=6705
* * Nix: no longer need a builder, use an external bzip2, removedEelco Dolstra2006-10-11
| | | | | | nix-unstable. svn path=/nixpkgs/trunk/; revision=6702
* * Updated Pango, Cairo, Zip.Eelco Dolstra2006-10-11
| | | | svn path=/nixpkgs/trunk/; revision=6697
* * Use Nix 0.10.1.Eelco Dolstra2006-10-11
| | | | svn path=/nixpkgs/trunk/; revision=6695
* upgrade to 0.10Armijn Hemel2006-10-08
| | | | svn path=/nixpkgs/trunk/; revision=6679
* add libeventArmijn Hemel2006-10-08
| | | | svn path=/nixpkgs/trunk/; revision=6678
* * Firefox 2.0 RC 1.Eelco Dolstra2006-10-04
| | | | svn path=/nixpkgs/trunk/; revision=6655
* add coreutils-6.3, not the default, wait until more stdenv packages need ↵Armijn Hemel2006-10-02
| | | | | | updating svn path=/nixpkgs/trunk/; revision=6646
* bump to latest versionArmijn Hemel2006-10-02
| | | | svn path=/nixpkgs/trunk/; revision=6645
* new m4Armijn Hemel2006-10-02
| | | | svn path=/nixpkgs/trunk/; revision=6644
* Use ++ for constructing builder argsMartin Bravenboer2006-10-02
| | | | svn path=/nixpkgs/trunk/; revision=6643
* * Apparently obsolete.Eelco Dolstra2006-10-02
| | | | svn path=/nixpkgs/trunk/; revision=6641
* * Doh.Eelco Dolstra2006-10-02
| | | | svn path=/nixpkgs/trunk/; revision=6640
* * Bison 2.1 -> 2.3.Eelco Dolstra2006-10-02
| | | | svn path=/nixpkgs/trunk/; revision=6639
* * Some Bison/Flex refactoring.Eelco Dolstra2006-10-02
| | | | | | * Added Bison 2.3. svn path=/nixpkgs/trunk/; revision=6635
* add db4 4.5.20. Not default for now, but tested to work on NixOS.Armijn Hemel2006-10-01
| | | | svn path=/nixpkgs/trunk/; revision=6631
* new unstable NixArmijn Hemel2006-10-01
| | | | svn path=/nixpkgs/trunk/; revision=6630
* * OpenSSL 0.9.8d.Eelco Dolstra2006-09-29
| | | | svn path=/nixpkgs/trunk/; revision=6629
* * rss-glx 0.8.1.Eelco Dolstra2006-09-29
| | | | svn path=/nixpkgs/trunk/; revision=6623
* * Opera 9.02.Eelco Dolstra2006-09-29
| | | | svn path=/nixpkgs/trunk/; revision=6622
* * DocBook 1.71.0.Eelco Dolstra2006-09-29
| | | | svn path=/nixpkgs/trunk/; revision=6621
* * Export ../lib/default.nix.Eelco Dolstra2006-09-28
| | | | svn path=/nixpkgs/trunk/; revision=6620
* * Testing for release.Eelco Dolstra2006-09-27
| | | | svn path=/nixpkgs/trunk/; revision=6614
* * Latest RealPlayer.Eelco Dolstra2006-09-25
| | | | svn path=/nixpkgs/trunk/; revision=6612
* * Put utility functions like fold in lib/default.nix.Eelco Dolstra2006-09-25
| | | | svn path=/nixpkgs/trunk/; revision=6605
* bump versionArmijn Hemel2006-09-24
| | | | svn path=/nixpkgs/trunk/; revision=6603
* add directory for plugin for MozillaArmijn Hemel2006-09-24
| | | | svn path=/nixpkgs/trunk/; revision=6601
* * Check for the existence of getEnv.Eelco Dolstra2006-09-24
| | | | svn path=/nixpkgs/trunk/; revision=6600
* * Rather than having the Nixpkgs config file as a flat set ofEelco Dolstra2006-09-24
| | | | | | | | | | | | | | | | | | configuration switches, it should be structured. For instance, { firefox = { enableRealPlayer = true; }; quake3 = { dataFiles = "/windows/D/Program Files/Quake 3/baseq3"; } } Configuration switches can be obtained using the function getConfig, e.g., `getConfig ["firefox" "enableRealPlayer"] false'. svn path=/nixpkgs/trunk/; revision=6596
* * Site-local configuration for Nixpkgs can now be stored inEelco Dolstra2006-09-24
| | | | | | | | | | | | | | | | $NIXPKGS_CONFIG or $HOME/.nixpkgs/config.nix. E.g., a configuration file { enableRealPlayer = true; } will cause the RealPlayer plugin to be enabled in the Firefox wrapper, which isn't the default case. Previously users had to modify all-packages.nix for this sort of thing, which made it tricky to keep an installation up-to-date without losing those local configuration changes (channels would override such changes completely, for instance). svn path=/nixpkgs/trunk/; revision=6595
* add gnash, the GNU Flash Player. Might need some reworking with regard to theArmijn Hemel2006-09-24
| | | | | | | location of the flash plugin. Also, is probably very impure (needs testing on NixOS). svn path=/nixpkgs/trunk/; revision=6591
* add GStreamerArmijn Hemel2006-09-23
| | | | svn path=/nixpkgs/trunk/; revision=6590
* * SWIG 1.3.29.Eelco Dolstra2006-09-20
| | | | svn path=/nixpkgs/trunk/; revision=6567
* * Slightly evil: compress the log file to prevent TeX output fromEelco Dolstra2006-09-19
| | | | | | retaining a dependency on teTeX. svn path=/nixpkgs/trunk/; revision=6559
* * Updated the kernel to 2.6.17.13.Eelco Dolstra2006-09-18
| | | | | | | | * Run `make oldconfig' before building. * Split buildPhase into configure/build/installPhase. * Strip the kernel modules for a huge space savings. svn path=/nixpkgs/trunk/; revision=6555
* * Latest MPlayer plugin.Eelco Dolstra2006-09-17
| | | | svn path=/nixpkgs/trunk/; revision=6542
* * --enable-canvas, and pass through gtk.Eelco Dolstra2006-09-17
| | | | svn path=/nixpkgs/trunk/; revision=6541
* * --with-system-cairo -> --enable-system-cairo.Eelco Dolstra2006-09-17
| | | | svn path=/nixpkgs/trunk/; revision=6538
* * Firefox 1.5.0.7, Thunderbird 1.5.0.7.Eelco Dolstra2006-09-17
| | | | svn path=/nixpkgs/trunk/; revision=6537
* * Valgrind 3.2.1.Eelco Dolstra2006-09-16
| | | | svn path=/nixpkgs/trunk/; revision=6536
* * Sorted the contents of all-packages.nix.Eelco Dolstra2006-09-15
| | | | svn path=/nixpkgs/trunk/; revision=6535
* * Doh.Eelco Dolstra2006-09-14
| | | | svn path=/nixpkgs/trunk/; revision=6523
* * It compiles!Eelco Dolstra2006-09-14
| | | | svn path=/nixpkgs/trunk/; revision=6522
* * stdenv.mkDerivation: add any attributes in the "passthru" attributeEelco Dolstra2006-09-14
| | | | | | | | | set to the result, but don't use them in the actual derivation (so they're not inputs). Useful to pass through extra attributes that are not inputs, but should be made available to Nix expressions using the derivation (e.g., in assertions). svn path=/nixpkgs/trunk/; revision=6521
* * Qt: enable OpenGL, Xrandr, Xinerama support.Eelco Dolstra2006-09-14
| | | | | | * MythTV: add OpenGL stuff. svn path=/nixpkgs/trunk/; revision=6520
* * MythTV 0.20 (doesn't work yet).Eelco Dolstra2006-09-14
| | | | svn path=/nixpkgs/trunk/; revision=6519
* CX-1: Nix installation of CX is brokenMartin Bravenboer2006-09-13
| | | | | | | | | Fixed the CilConfig.pm.in to use the prefix instead of the cilhome, which is for whatever reason set to the pwd. Yeah. These CIL guys could use some deployment help. svn path=/nixpkgs/trunk/; revision=6516
* Use gnumake 3.80 for cil-atermMartin Bravenboer2006-09-12
| | | | svn path=/nixpkgs/trunk/; revision=6507
* * Exult now with glorious Roland MT-32 music!Eelco Dolstra2006-09-12
| | | | svn path=/nixpkgs/trunk/; revision=6503