mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
add sane-backends
svn path=/nixpkgs/trunk/; revision=4208
This commit is contained in:
parent
e0a8574dc8
commit
c2732d31c7
9
pkgs/misc/sane-backends/default.nix
Normal file
9
pkgs/misc/sane-backends/default.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "sane-backends-1.0.16";
|
||||
src = fetchurl {
|
||||
url = ftp://ftp3.sane-project.org/pub/sane/sane-backends-1.0.16/sane-backends-1.0.16.tar.gz;
|
||||
md5 = "bec9b9262246316b4ebfe2bc7451aa28";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user