cd04c58fe2
svn path=/nixpkgs/trunk/; revision=17980
9 lines
192 B
Nix
9 lines
192 B
Nix
{
|
|
repoUrl = "git://github.com/Dieterbe/uzbl.git";
|
|
baseName = "uzbl-experimental";
|
|
method = "fetchgit";
|
|
rev = "origin/experimental";
|
|
extraVars = "depth";
|
|
eval_depth = "depth=50";
|
|
}
|