about summary refs log tree commit diff
path: root/pkgs/top-level
Commit message (Collapse)AuthorAge
* * Folded the Cygwin, powerpc-darwin and FreeBSD stdenv into the "native"Eelco Dolstra2008-06-18
| | | | | | stdenv. svn path=/nixpkgs/trunk/; revision=12147
* * Quick start section.Eelco Dolstra2008-06-17
| | | | | | * Updated some packages that are referenced in that section. svn path=/nixpkgs/trunk/; revision=12139
* * Firefox 3.0.Eelco Dolstra2008-06-17
| | | | | | | * KVM 70. Still doesn't fix the Samba regression though, so we can't use it in the build farm. svn path=/nixpkgs/trunk/; revision=12136
* * firefox -> firefox-2.Eelco Dolstra2008-06-17
| | | | svn path=/nixpkgs/trunk/; revision=12132
* Fixed Snd buildMichael Raskin2008-06-16
| | | | svn path=/nixpkgs/trunk/; revision=12124
* all-packages.nix changes for all those updatesMichael Raskin2008-06-16
| | | | svn path=/nixpkgs/trunk/; revision=12119
* * Firefox: revert to using flashplayer until gnash works better.Eelco Dolstra2008-06-16
| | | | | | | * Firefox: disable Java plugin support by default since few people care about it anymore. svn path=/nixpkgs/trunk/; revision=12116
* Added perl dependency to ndiswrapperMichael Raskin2008-06-15
| | | | svn path=/nixpkgs/trunk/; revision=12105
* put all source with tags stuff into its own file, now appends tag files to ↵Marc Weber2008-06-15
| | | | | | | | | TAG_FILES env var using nix-support updated myEnvFun svn path=/nixpkgs/trunk/; revision=12097
* Uncommented ndiswrapperMichael Raskin2008-06-15
| | | | svn path=/nixpkgs/trunk/; revision=12096
* * firefox-wrapper: plugins no longer have to declare additionalEelco Dolstra2008-06-14
| | | | | | | | | LD_LIBRARY_PATH elements, since they can use patchelf --rpath if necessary. * Flashplayer / JRE: do just that. * JRE: libstdcpp5 no longer seems to be necessary for the plugin. svn path=/nixpkgs/trunk/; revision=12094
* * ioquake: updated to 1.34rc3.Eelco Dolstra2008-06-14
| | | | | | | | | * rss-glx: fixed the build. * Removed the OpenGL wrapper stuff, it's no longer needed (thanks to the RUNPATH you just need to put the appropriate libGL.so in the LD_LIBRARY_PATH). svn path=/nixpkgs/trunk/; revision=12093
* Just copy some files regardless of what installer thinks about them. File ↵Michael Raskin2008-06-13
| | | | | | named COPYING or AUTHORS must be copied to some reasonable place anyway. svn path=/nixpkgs/trunk/; revision=12080
* * Doh.Eelco Dolstra2008-06-13
| | | | svn path=/nixpkgs/trunk/; revision=12074
* * Merged the stdenv branchEelco Dolstra2008-06-13
|\ | | | | | | | | | | | | (https://svn.nixos.org/repos/nix/nixpkgs/branches/stdenv-updates -r10966:12061). svn path=/nixpkgs/trunk/; revision=12073
| * svn path=/nixpkgs/branches/stdenv-updates/; revision=12042Eelco Dolstra2008-06-11
| |
| * * NVIDIA driver: set a RUNPATH on libGL.so and friends. This ensuresEelco Dolstra2008-06-04
| | | | | | | | | | | | | | | | | | | | | | | | that applications that link against it don't need to have its dependencies (like libXext) in *their* RUNPATHs. * glxinfo: don't add /var/run/opengl-driver/lib to the RUNPATH. Instead LD_LIBRARY_PATH should be set to /var/run/opengl-driver/lib at runtime. This is much more pure, and it obviates the need for patchelfing all OpenGL applications. (TODO: remove patchelf hacks for other OpenGL programs as well.) svn path=/nixpkgs/branches/stdenv-updates/; revision=11972
| * * Disable xulrunner, it's broken on modern gtk.Eelco Dolstra2008-05-20
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=11858
| * * Gnome 2.22.1.Eelco Dolstra2008-05-20
| | | | | | | | | | | | | | | | | | | | * Moved some of the Gnome package Nix expressions into pkgs/desktops/gnome/default.nix - no need to have them in separate files. This way the code is much shorter. Still to be done for all the other Gnome packages. * Glib 2.16.3. svn path=/nixpkgs/branches/stdenv-updates/; revision=11855
| * * Doh!Eelco Dolstra2008-05-20
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=11851
| * * On Linux, build coreutils with ACL support.Eelco Dolstra2008-05-19
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=11848
| * * Updated attr and acl.Eelco Dolstra2008-05-19
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=11846
| * * Disable some systems that are currently missing in the build farm.Eelco Dolstra2008-05-19
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=11844
| * * Latest Cairo / GTK.Eelco Dolstra2008-04-23
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=11692
| * * Latest GTK+, glib, ATK, Pango, FreeType, Cairo, Fontconfig.Eelco Dolstra2008-03-07
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=11017
| * revert of my last commit to stdenv-update nix-env -qa \* --out-path works ↵Marc Weber2008-03-06
| | | | | | | | | | | | | | | | for me again - sorry for the inconvinience svn path=/nixpkgs/branches/stdenv-updates/; revision=11000
| * - fetchdarcs supports now partialMarc Weber2008-03-06
| | | | | | | | | | | | | | | | | | | | | | | | - fetchdarcs_2pre added - flapjax added - no longer used : annotatedDerivations - added bleeding edge repos with a tiny nix repository manager which dowloads and updates repostiries, then creates tar.gz dist files which are used by bleeding_edge_source (darcs tested only by now) - added experimental my_environment with example svn path=/nixpkgs/branches/stdenv-updates/; revision=10973
* | * unixODBCDrivers needs sqlite.Eelco Dolstra2008-06-13
| | | | | | | | svn path=/nixpkgs/trunk/; revision=12072
* | Added Postfix to all-packages.nixMichael Raskin2008-06-13
| | | | | | | | svn path=/nixpkgs/trunk/; revision=12069
* | Added BINDMichael Raskin2008-06-12
| | | | | | | | svn path=/nixpkgs/trunk/; revision=12064
* | Added ViewMTN and dependency; currently ViewMTN has to be manually symlinked ↵Michael Raskin2008-06-12
| | | | | | | | | | | | in corresponding directory. svn path=/nixpkgs/trunk/; revision=12060
* | Added cheetah-template templating engineMichael Raskin2008-06-12
| | | | | | | | svn path=/nixpkgs/trunk/; revision=12053
* | Fixed patching shebang to be builder-defs style (startNest will be added on ↵Michael Raskin2008-06-12
| | | | | | | | | | | | its own) svn path=/nixpkgs/trunk/; revision=12049
* | Ported fixSheBang from stdenv-updates to builder-defs.nix, tested on Metasploit.Michael Raskin2008-06-12
| | | | | | | | | | | | No other rebuilds caused. svn path=/nixpkgs/trunk/; revision=12047
* | added unixODBCDrivers expression containing unixODBC Postgres connector driverMarc Weber2008-06-11
| | | | | | | | | | | | | | integrating prior pkgs/development/libraries/mysql-connector-odbc/default.nix driver Also provides ini strings for assembling /etc/odbcinst.ini svn path=/nixpkgs/trunk/; revision=12044
* | * Docbook 5.Eelco Dolstra2008-06-11
| | | | | | | | | | | | * Docbook XSL 1.74.0. svn path=/nixpkgs/trunk/; revision=12040
* | * git: make the TCL/TK GUI optional (git.guiSupport).Eelco Dolstra2008-06-11
| | | | | | | | | | | | | | * git: always install the Emacs mode but don't depend on Emacs to do it (just don't build the .elc files). svn path=/nixpkgs/trunk/; revision=12037
* | Added Monotone-Viz, viewer for monotone histories.Michael Raskin2008-06-11
| | | | | | | | svn path=/nixpkgs/trunk/; revision=12034
* | * splashutils 1.5.4.1, needed for kernels that have the new Eelco Dolstra2008-06-10
| | | | | | | | | | | | | | fbcondecor patch. splashutils 1.3 is retained for kernels with the fbsplash patch. svn path=/nixpkgs/trunk/; revision=12029
* | removed libixp-0.3 (wmiimenu does also build with 0.4)Marc Weber2008-06-08
| | | | | | | | | | | | wmii updated svn path=/nixpkgs/trunk/; revision=12011
* | added freestyle (non photorealistic renderer) and dependencies libQGLViewer, ↵Marc Weber2008-06-08
| | | | | | | | | | | | lib3ds svn path=/nixpkgs/trunk/; revision=12009
* | Add Sysprof, a system-wide profiler for Linux.Ludovic Courtès2008-06-07
| | | | | | | | svn path=/nixpkgs/trunk/; revision=12008
* | Moved NCBI-tools to applicationsPjotr Prins2008-06-07
| | | | | | | | svn path=/nixpkgs/trunk/; revision=12004
* | Added ncbi-toolsPjotr Prins2008-06-06
| | | | | | | | svn path=/nixpkgs/trunk/; revision=12003
* | * Cleaned up the PHP expression. Added support for GD. AlsoEelco Dolstra2008-06-06
| | | | | | | | | | | | | | turned on PostgreSQL support by default (maybe I shouldn't, since it makes PHP rather dependency-heavy...). svn path=/nixpkgs/trunk/; revision=12002
* | Add pmccabe, a tool that computes the cyclomatic complexity of C/C++ source.Ludovic Courtès2008-06-06
| | | | | | | | svn path=/nixpkgs/trunk/; revision=12000
* | biology/paml addedPjotr Prins2008-06-06
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11997
* | * dietlibc / static stdenvs: use original fetchurl.Eelco Dolstra2008-06-06
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11996
* | Not using dependencies when building statically..Michael Raskin2008-06-06
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11995
* | Control for biology packagesPjotr Prins2008-06-05
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11994