add reminder to remove the patch when 2.2.2 is released

svn path=/nixpkgs/trunk/; revision=5632
This commit is contained in:
Armijn Hemel 2006-07-06 21:38:38 +00:00
parent c806a402e7
commit 21f92a1fa4

View File

@ -9,5 +9,6 @@ stdenv.mkDerivation {
};
buildInputs = [pkgconfig libusb];
## remove this patch when 2.2.2 is released
patches = [./libgphoto2-2.2.1.patch];
}