summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/gocr
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2008-03-02 18:49:31 +0000
committerMichael Raskin <7c6f434c@mail.ru>2008-03-02 18:49:31 +0000
commit71f8e0911af4c7e22d477b6bc611ef337c361d34 (patch)
treeccc7d0a71b7255d4fa46016823d42792f4c503b4 /pkgs/applications/graphics/gocr
parent5ed88513ef1136d3fece05ac53f320ca7bd1c430 (diff)
Added src to meta for builderDefs-based packages.
svn path=/nixpkgs/trunk/; revision=10913
Diffstat (limited to 'pkgs/applications/graphics/gocr')
-rw-r--r--pkgs/applications/graphics/gocr/0.44.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/gocr/0.44.nix b/pkgs/applications/graphics/gocr/0.44.nix
index b415fd6fb125..544c3b238d01 100644
--- a/pkgs/applications/graphics/gocr/0.44.nix
+++ b/pkgs/applications/graphics/gocr/0.44.nix
@@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
description = "
GPL Optical Character Recognition
";
+ inherit src;
};
}