summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* * Add Wine to the channel.Eelco Dolstra2007-08-24
| | | | svn path=/nixpkgs/trunk/; revision=9191
* * Basic transparent mirror support in fetchurl (NIXPKGS-70). WhenEelco Dolstra2007-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | fetching a file with hash HASH of type TYPE, we first try to download <base-url>/<type>/<hash>, where <base-url> is one of a list of mirrors. For instance, given src = fetchurl { url = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/2.0.0.6/source/firefox-2.0.0.6-source.tar.bz2; sha1 = "eb72f55e4a8bf08e8c6ef227c0ade3d068ba1082"; }; and the mirror list [http://nix.cs.uu.nl/dist/tarballs], we first try to download http://nix.cs.uu.nl/dist/tarballs/sha1/eb72f55e4a8bf08e8c6ef227c0ade3d068ba1082 and if that fails, we use the original URL. The list of mirrors is not yet user-configurable. * `fetchurl' now also accepts an argument `urls' instead of `url' for a list of alternative download locations, which fetchurl will try in sequence. svn path=/nixpkgs/trunk/; revision=9190
* update to 2.1.1Armijn Hemel2007-08-22
| | | | svn path=/nixpkgs/trunk/; revision=9187
* * Latest libxml2, libxslt.Eelco Dolstra2007-08-22
| | | | svn path=/nixpkgs/trunk/; revision=9186
* bumpetybump for dovecot. This is untested. However, it is a nice and clean ↵Armijn Hemel2007-08-21
| | | | | | server to add upstart scripts for svn path=/nixpkgs/trunk/; revision=9183
* 0.6 -> 0.8Armijn Hemel2007-08-21
| | | | svn path=/nixpkgs/trunk/; revision=9182
* * Use FontForge to give Wine better fonts.Eelco Dolstra2007-08-21
| | | | svn path=/nixpkgs/trunk/; revision=9181
* ln -sf isn't strong enough sometimes..Wouter den Breejen2007-08-21
| | | | svn path=/nixpkgs/trunk/; revision=9180
* * Assert Linux.Eelco Dolstra2007-08-21
| | | | svn path=/nixpkgs/trunk/; revision=9179
* * Patch to fix Baldur's Gate 2 and other programs. SeeEelco Dolstra2007-08-21
| | | | | | | | http://bugs.winehq.org/show_bug.cgi?id=6975 and http://bugs.winehq.org/show_bug.cgi?id=2398. Based on http://bugs.winehq.org/attachment.cgi?id=5708. svn path=/nixpkgs/trunk/; revision=9178
* * Wine locates a lot of libraries dynamically through dlopen(). AddEelco Dolstra2007-08-21
| | | | | | | them to the RPATH so that the user doesn't have to set them in LD_LIBRARY_PATH. svn path=/nixpkgs/trunk/; revision=9177
* * Linux 2.6.21.7.Eelco Dolstra2007-08-20
| | | | svn path=/nixpkgs/trunk/; revision=9176
* * Emacs 22.1. This is the default now, but 21.4 is still aroundEelco Dolstra2007-08-20
| | | | | | (as is the 23.0.0.1 alpha). svn path=/nixpkgs/trunk/; revision=9175
* adding purityPhase hasen't been such a good idea - untested and if a small ↵Marc Weber2007-08-20
| | | | | | thing changes everything has to be rebuilt.. svn path=/nixpkgs/trunk/; revision=9174
* * Fix /bin/pwd and /bin/ls so that `firefox <filename>' works onEelco Dolstra2007-08-20
| | | | | | NixOS. svn path=/nixpkgs/trunk/; revision=9173
* * Updated Email::Simple, Email::Address.Eelco Dolstra2007-08-20
| | | | svn path=/nixpkgs/trunk/; revision=9172
* fltk-2.0Marc Weber2007-08-20
| | | | svn path=/nixpkgs/trunk/; revision=9171
* fltk-2.0Marc Weber2007-08-20
| | | | svn path=/nixpkgs/trunk/; revision=9170
* hugs98Marc Weber2007-08-20
| | | | svn path=/nixpkgs/trunk/; revision=9169
* hugs98 expressionMarc Weber2007-08-20
| | | | svn path=/nixpkgs/trunk/; revision=9168
* renamed chosenOptions to chooseOptionsByFlags and added support for optionalsMarc Weber2007-08-19
| | | | | | (thus you don't need to write flag definitions, passing a dependency or not is enough) svn path=/nixpkgs/trunk/; revision=9167
* renamened assert to assertion because assert is a resnerved word,Marc Weber2007-08-19
| | | | | | fix of blocks errors ( blocking does work in all cases now ) svn path=/nixpkgs/trunk/; revision=9166
* * Get Wine to work (basically) by linking it against Glibc 2.6 withEelco Dolstra2007-08-18
| | | | | | NPTL. Apparently Wine doesn't work with Glibc 2.5 + LinuxThreads. svn path=/nixpkgs/trunk/; revision=9165
* fix: listToAttrs added (which I had forgotten) when evaluating flagsMarc Weber2007-08-18
| | | | svn path=/nixpkgs/trunk/; revision=9164
* primop functions listToAttrs (+test), __isAttrs, __trace addedMarc Weber2007-08-18
| | | | | | new configuration style proposal in lib/default-unstable.nix svn path=/nixpkgs/trunk/; revision=9163
* Now glibc-NPTL builds...Michael Raskin2007-08-18
| | | | svn path=/nixpkgs/trunk/; revision=9162
* unpackSource is to be included in phases .. So you can set phases after ↵Marc Weber2007-08-18
| | | | | | | | calling unpackSource manually cd $rootSource is called at end of unpackPhase svn path=/nixpkgs/trunk/; revision=9161
* Changed package name to glibc-2.5-nptl ...Michael Raskin2007-08-18
| | | | svn path=/nixpkgs/trunk/; revision=9160
* Noticed it is glibc-nptl, not ntpl as I mistyped.Michael Raskin2007-08-18
| | | | svn path=/nixpkgs/trunk/; revision=9159
* Added glibc-ntpl to all-packages.nix . I also do not know if it works.Michael Raskin2007-08-18
| | | | svn path=/nixpkgs/trunk/; revision=9158
* * Old work on Glibc with NPTL. No idea if it compiles/works.Eelco Dolstra2007-08-18
| | | | svn path=/nixpkgs/trunk/; revision=9157
* Added setup-new-2.sh, mostly based on patch to setup.sh by Yurii Kudryashov ↵Michael Raskin2007-08-18
| | | | | | (urkud). svn path=/nixpkgs/trunk/; revision=9154
* Added libwmf for handling embedded graphics in .doc files.Michael Raskin2007-08-18
| | | | svn path=/nixpkgs/trunk/; revision=9153
* Added wvVare - tools for converting Microsoft Word formats to usable ones.Michael Raskin2007-08-18
| | | | svn path=/nixpkgs/trunk/; revision=9152
* update to 2.4.0-rc1. Does not fix NIXPKGS-54Armijn Hemel2007-08-18
| | | | svn path=/nixpkgs/trunk/; revision=9151
* * Doh.Eelco Dolstra2007-08-17
| | | | svn path=/nixpkgs/trunk/; revision=9149
* * Sudo 1.6.9p4.Eelco Dolstra2007-08-17
| | | | svn path=/nixpkgs/trunk/; revision=9148
* Moved pidgin-latex to pidgin-plugins, added aggregatable link for pidgin-otr.Michael Raskin2007-08-17
| | | | svn path=/nixpkgs/trunk/; revision=9147
* add Off The Record, encryption plugin for pidgin. Needs a pidgin wrapper to ↵Armijn Hemel2007-08-16
| | | | | | work nicely. svn path=/nixpkgs/trunk/; revision=9146
* move some buildInputs to propagatedBuildInputs, since these are also used by ↵Armijn Hemel2007-08-16
| | | | | | some external Pidgin plugins svn path=/nixpkgs/trunk/; revision=9145
* make libgcrypt propagatedArmijn Hemel2007-08-16
| | | | svn path=/nixpkgs/trunk/; revision=9144
* whoops, add libgcrypt and libotr here tooArmijn Hemel2007-08-16
| | | | svn path=/nixpkgs/trunk/; revision=9143
* add libgcrypt and libotrArmijn Hemel2007-08-16
| | | | svn path=/nixpkgs/trunk/; revision=9142
* update to 2.1.0Armijn Hemel2007-08-16
| | | | svn path=/nixpkgs/trunk/; revision=9141
* bump some versionsArmijn Hemel2007-08-16
| | | | svn path=/nixpkgs/trunk/; revision=9140
* add axel, a downloader with support for multiple connection for faster ↵Armijn Hemel2007-08-16
| | | | | | downloading svn path=/nixpkgs/trunk/; revision=9139
* Added conditional concatenation and used it for name and configureFlags ↵Michael Raskin2007-08-15
| | | | | | generation. svn path=/nixpkgs/trunk/; revision=9136
* Added possibility for flags= in calls to proposed template. As usual, look ↵Michael Raskin2007-08-15
| | | | | | at huge Vim. svn path=/nixpkgs/trunk/; revision=9135
* Added option to override stdenv for all packagesMichael Raskin2007-08-15
| | | | svn path=/nixpkgs/trunk/; revision=9134
* * make ghc use the nix-provided gmpAndres Löh2007-08-15
| | | | | | | - this fixes ghc on x86_64 and hopefully doesn't break 32-bit - ghc-6.6.1 and -6.6 are tested on 64-bit, 6.4.2 might fail svn path=/nixpkgs/trunk/; revision=9132