summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
* Adding filelight for kde4.Lluís Batlle i Rossell2009-11-23
| | | | svn path=/nixpkgs/trunk/; revision=18570
* Fix linkFarm for its new locationMichael Raskin2009-11-23
| | | | svn path=/nixpkgs/trunk/; revision=18567
* Restore linkFarm trivial builderMichael Raskin2009-11-23
| | | | svn path=/nixpkgs/trunk/; revision=18566
* Fix the cleanup-induced problemsMichael Raskin2009-11-23
| | | | svn path=/nixpkgs/trunk/; revision=18554
* * Firefox 3.5.5.Eelco Dolstra2009-11-22
| | | | svn path=/nixpkgs/trunk/; revision=18548
* testAllTrue helper functionMarc Weber2009-11-22
| | | | svn path=/nixpkgs/trunk/; revision=18540
* nix lib: add nixType returning type of value as string which is used inMarc Weber2009-11-22
| | | | | | | | eqStrict now to return false when a b have different types. Passing string and {} to eqStrict caused coercion failures when running tests previously svn path=/nixpkgs/trunk/; revision=18539
* follow runTests change prefixing all tests by "test"Marc Weber2009-11-22
| | | | svn path=/nixpkgs/trunk/; revision=18538
* nix lang runTests: ignore tests which are not prefixed by "test"Marc Weber2009-11-22
| | | | svn path=/nixpkgs/trunk/; revision=18537
* add some debugging functionsMarc Weber2009-11-22
| | | | | | traceCallXml is used to trace arguments and result svn path=/nixpkgs/trunk/; revision=18536
* myhasktags: new hashMarc Weber2009-11-22
| | | | svn path=/nixpkgs/trunk/; revision=18535
* Allow libusb in gnokiiMichael Raskin2009-11-22
| | | | svn path=/nixpkgs/trunk/; revision=18533
* gutenprint: Fix name, improve style.Ludovic Courtès2009-11-22
| | | | svn path=/nixpkgs/trunk/; revision=18532
* * Add an adapter which abort an install if the installed package dependsNicolas Pierron2009-11-22
| | | | | | | | | | | on a derivation with a meta.license attribute which does not satisfy the license predicate. With this adapter you can abort any install which depends on software which are not free by default. You can try it with MPlayer, because MPlayer depends of win32codecs flagged as "unfree". svn path=/nixpkgs/trunk/; revision=18530
* * Bring back Emacs 22 by request from Ludovic.Eelco Dolstra2009-11-22
| | | | svn path=/nixpkgs/trunk/; revision=18529
* newer version of chrome (32599)Rob Vermaas2009-11-22
| | | | svn path=/nixpkgs/trunk/; revision=18520
* GNU Autoconf 2.65.Ludovic Courtès2009-11-21
| | | | svn path=/nixpkgs/trunk/; revision=18511
* Fix Ufraw.Ludovic Courtès2009-11-21
| | | | svn path=/nixpkgs/trunk/; revision=18510
* * Add a script to retrieve licenses of the current derivation and of allNicolas Pierron2009-11-21
| | | | | | | | | its dependencies. To make it works, you need to change the default stdenv as documented in the error message. ./maintainers/scripts/dep-licenses.sh <attribute name> svn path=/nixpkgs/trunk/; revision=18508
* * eclipse-classic -> eclipse.Eelco Dolstra2009-11-20
| | | | svn path=/nixpkgs/trunk/; revision=18486
* * Removed a lot of old Eclipse versions.Eelco Dolstra2009-11-20
| | | | | | | * Cleaned up the Eclipse classic expression a bit (e.g. use makeWrapper). Also fall back to GTK 2.16 to fix some GUI glitches. svn path=/nixpkgs/trunk/; revision=18485
* Upgraded eigen to 2.0.9Sander van der Burg2009-11-20
| | | | svn path=/nixpkgs/trunk/; revision=18484
* * Remove some incorrect uses of makeOverridable.Eelco Dolstra2009-11-20
| | | | svn path=/nixpkgs/trunk/; revision=18483
* Increased the heap size of the GWT compiler to 256 MiBSander van der Burg2009-11-20
| | | | svn path=/nixpkgs/trunk/; revision=18481
* Updating boostLluís Batlle i Rossell2009-11-20
| | | | svn path=/nixpkgs/trunk/; revision=18480
* * Remove some old Emacs versions.Eelco Dolstra2009-11-19
| | | | svn path=/nixpkgs/trunk/; revision=18470
* * Move makeOverridable out of all-packages.nix.Eelco Dolstra2009-11-19
| | | | svn path=/nixpkgs/trunk/; revision=18469
* * Move `modifyDerivation' from build-support/vm to lib and rename itEelco Dolstra2009-11-19
| | | | | | to `overrideDerivation'. svn path=/nixpkgs/trunk/; revision=18466
* * Move functions like `runCommand' out of all-packages.nix and intoEelco Dolstra2009-11-19
| | | | | | build-support/. svn path=/nixpkgs/trunk/; revision=18465
* move autoconfPhase so it can be overridenRob Vermaas2009-11-19
| | | | svn path=/nixpkgs/trunk/; revision=18458
* Adding JAMP game..Michael Raskin2009-11-19
| | | | svn path=/nixpkgs/trunk/; revision=18454
* echo to stderr in stead of stdout. else hydra cannot read hash/pathRob Vermaas2009-11-18
| | | | svn path=/nixpkgs/trunk/; revision=18448
* nix-prefetch-git: Default to SHA256.Ludovic Courtès2009-11-18
| | | | svn path=/nixpkgs/trunk/; revision=18443
* nix-prefetch-git: Support $NIX_PREFETCH_GIT_LEAVE_DOT_GIT.Ludovic Courtès2009-11-18
| | | | svn path=/nixpkgs/trunk/; revision=18442
* nix-prefetch-git: Remove `--depth' argument since it's risky.Ludovic Courtès2009-11-18
| | | | | | | | | The `--depth' argument asks Git to fetch the last revisions of the given repo on *any* branch, which is often useless. Thanks to Lluís Battle for clarifying this. svn path=/nixpkgs/trunk/; revision=18438
* * Package naming / versioning guidelines.Eelco Dolstra2009-11-18
| | | | svn path=/nixpkgs/trunk/; revision=18433
* Slightly generalize `sourceTarball'.Ludovic Courtès2009-11-18
| | | | svn path=/nixpkgs/trunk/; revision=18426
* svn path=/nixpkgs/trunk/; revision=18420Eelco Dolstra2009-11-18
|
* * Move classification.txt to the manual.Eelco Dolstra2009-11-18
| | | | svn path=/nixpkgs/trunk/; revision=18419
* GNU Guile 1.9: Remove unnecessary patch.Ludovic Courtès2009-11-18
| | | | svn path=/nixpkgs/trunk/; revision=18418
* fetchurl: Improve GNU mirror list.Ludovic Courtès2009-11-18
| | | | svn path=/nixpkgs/trunk/; revision=18416
* GNU Guile 1.9.5.Ludovic Courtès2009-11-18
| | | | svn path=/nixpkgs/trunk/; revision=18415
* * Fix the GPM URL.Eelco Dolstra2009-11-18
| | | | svn path=/nixpkgs/trunk/; revision=18413
* * Use the stable Nix to test the Nixpkgs expressions, since we alwaysEelco Dolstra2009-11-18
| | | | | | want to be compatible with the last stable Nix release. svn path=/nixpkgs/trunk/; revision=18411
* * Remove some more unused functions.Eelco Dolstra2009-11-18
| | | | svn path=/nixpkgs/trunk/; revision=18407
* svn path=/nixpkgs/trunk/; revision=18406Eelco Dolstra2009-11-18
|
* svn path=/nixpkgs/trunk/; revision=18405Eelco Dolstra2009-11-18
|
* * "with args" considered harmful.Eelco Dolstra2009-11-18
| | | | svn path=/nixpkgs/trunk/; revision=18404
* * Removed selectVersion. There's no good reason to writeEelco Dolstra2009-11-18
| | | | | | | | | | | | `selectVersion ./foo "bar"' instead of `import ./foo/bar.nix'. * Replaced `with args' with formal function arguments in several packages. * Renamed several files to `default.nix'. As a general rule, version numbers should only be included in the filename when there is a reason to keep multiple versions of a package in Nixpkgs. Otherwise, it just makes it harder to update the package. svn path=/nixpkgs/trunk/; revision=18403
* Upgraded ejabberd to the latest stable 2.1.0 and also claimed maintainership ↵Sander van der Burg2009-11-17
| | | | | | since I really need this for one of my experiments svn path=/nixpkgs/trunk/; revision=18396