svn path=/nixpkgs/trunk/; revision=23978
This commit is contained in:
Yury G. Kudryashov 2010-09-28 05:39:39 +00:00
parent d63a20e353
commit b2c54656ee

View file

@ -14,4 +14,8 @@ stdenv.mkDerivation {
buildInputs = [saneBackends saneFrontends libX11 gtk pkgconfig ] ++
(if (libusb != null) then [libusb] else []);
meta = {
homepage = http://www.sane-project.org/;
};
}