mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
homepage
svn path=/nixpkgs/trunk/; revision=23978
This commit is contained in:
parent
d63a20e353
commit
b2c54656ee
@ -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/;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user