1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

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];
}