My nixpkgs mirror for patching things.
Go to file
Peter Simons 3b96e0c752 Switch the default version of GNU Privacy Guard back to 2.0.
This patch effectively undoes @wkennington's update from 850da18. The problem
with GnuPG 2.1 is that its built-in 1.x compatibility differs from the one
provided in version 2.0, and these changes break 'gpg1compat in ways we don't
understand yet.

Commit 4c84621 attempted to remedy that issue by fixing gpg1compat to GPG 2.0,
but this caused further trouble because the GPG agent from versions 2.0 and 2.1
are incompatible, so users of the GPG 1.x interface (who were using GPG 2.0)
could not talk to their X session's agent (which comes from GPG 2.1).

The corresponding ticket is https://github.com/NixOS/nixpkgs/issues/4888.
2014-11-09 14:36:14 +01:00
doc doc/contributing.xml: remove lies 2014-11-08 21:56:23 +01:00
lib html2text: new package 2014-11-07 23:19:49 +00:00
maintainers move dockerfile to subdirectory 2014-11-08 23:47:10 +01:00
nixos i2pd: added package, service 2014-11-09 09:55:35 +01:00
pkgs Switch the default version of GNU Privacy Guard back to 2.0. 2014-11-09 14:36:14 +01:00
.gitignore Add .DS_Store to gitignore so we Mac users don't accidentally pollute nixpkgs with ugliness 2014-08-09 20:53:36 -04:00
.travis.yml Travis: chop build in install and build phases 2014-10-15 11:05:12 +02:00
.version .version shouldn't include newline 2014-10-22 15:59:35 +02:00
COPYING * Applying an MIT-style license to Nixpkgs. 2006-04-25 16:50:34 +00:00
default.nix require Nix 1.7 for nixpkgs, since we're using antiquotation inside quoted attribute sets 2014-09-04 18:44:03 +02: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.