summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* 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
* 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
|
* * 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
* Making xorgserver build also Xnest.Lluís Batlle i Rossell2009-11-17
| | | | svn path=/nixpkgs/trunk/; revision=18395
* redirect stdout of git calls to stderr to allow git to work in hydra as inputRob Vermaas2009-11-17
| | | | svn path=/nixpkgs/trunk/; revision=18393
* * Another unused function.Eelco Dolstra2009-11-17
| | | | svn path=/nixpkgs/trunk/; revision=18391
* * Remove some more unused functions.Eelco Dolstra2009-11-17
| | | | svn path=/nixpkgs/trunk/; revision=18390
* * Remove sumArgs and its few remaining uses. Idem for composedArgs.Eelco Dolstra2009-11-17
| | | | svn path=/nixpkgs/trunk/; revision=18388
* * Add an openSUSE mirror that contains discontinued releases (such asEelco Dolstra2009-11-17
| | | | | | 10.3). svn path=/nixpkgs/trunk/; revision=18385
* * Added Digest::SHA.Eelco Dolstra2009-11-17
| | | | svn path=/nixpkgs/trunk/; revision=18382
* make nix overridableRob Vermaas2009-11-17
| | | | svn path=/nixpkgs/trunk/; revision=18380
* * Add a stdenv adapter which can remove all maintainers fields. This canNicolas Pierron2009-11-16
| | | | | | be used to remove error reports from development branches. svn path=/nixpkgs/trunk/; revision=18377
* * Update Go's version. Make 8g & 8l commands working with no need ofNicolas Pierron2009-11-16
| | | | | | extra argument to locate the Go's libraries. svn path=/nixpkgs/trunk/; revision=18376
* name typoRob Vermaas2009-11-16
| | | | svn path=/nixpkgs/trunk/; revision=18375
* update baseline for stratego related packagesRob Vermaas2009-11-16
| | | | svn path=/nixpkgs/trunk/; revision=18374
* Upgraded Axis2 to 1.5.1Sander van der Burg2009-11-16
| | | | svn path=/nixpkgs/trunk/; revision=18373
* ln issue mingwRob Vermaas2009-11-16
| | | | svn path=/nixpkgs/trunk/; revision=18372
* svn path=/nixpkgs/trunk/; revision=18371Rob Vermaas2009-11-16
|