3
0
Fork 0
forked from mirrors/nixpkgs
Nix Packages collection
Go to file
Bjørn Forsman be524e925b avrdude: rewrite expression
* Use stdenv.mkDerivation instead of composableDerivation.
  stdenv.mkDerivation is the current coding standard and is easier to
  read (IMHO).

* Remove the 'parportSupport' flag because it doesn't do anything.
  (Parallel port support is still enabled.)

* Remove unneeded --disable-dependency-tracking flag to ./configure; our
  default builder does that already.

* Fix documentation build. But it is still disabled (by default),
  because texLive is such a big dependency. There is always the man
  page.

* Update 'meta' attributes
2014-05-31 14:11:59 +02:00
doc doc: quick-start.xml -- fix a typo in the link. 2014-04-14 11:42:01 +05:30
lib Merge pull request #2790 from ehmry/unbound 2014-05-30 14:46:29 +02:00
maintainers/scripts copy-tarballs.pl: Create base-32 symlinks 2014-05-22 12:11:53 +02:00
nixos nixos.tests.installer: Attempt to fix race condition 2014-05-30 21:26:24 +02:00
pkgs avrdude: rewrite expression 2014-05-31 14:11:59 +02:00
.gitignore Merge .gitignore files 2013-10-10 13:28:22 +02:00
.version Update version 2014-04-23 08:02:18 -04:00
COPYING * Applying an MIT-style license to Nixpkgs. 2006-04-25 16:50:34 +00:00
default.nix Explicitly require Nix 1.6 2014-03-17 11:33:36 +01:00
README.md Fixed link to installation instructions in README 2014-05-26 22:19:22 +02:00

Nixpkgs is a collection of packages for Nix package manager. Nixpkgs also includes NixOS linux distribution source code.