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:
parent
c806a402e7
commit
21f92a1fa4
|
@ -9,5 +9,6 @@ stdenv.mkDerivation {
|
|||
};
|
||||
buildInputs = [pkgconfig libusb];
|
||||
|
||||
## remove this patch when 2.2.2 is released
|
||||
patches = [./libgphoto2-2.2.1.patch];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue