aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/networking/socat
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2009-11-23 12:21:34 +0000
committerMichael Raskin <7c6f434c@mail.ru>2009-11-23 12:21:34 +0000
commitbbd6e56d69590618dad0a9c320711b959838857a (patch)
tree4b16583b09aea476521e412c40963e46ada05f94 /pkgs/tools/networking/socat
parent0df5c155c67a23ca9b826424a563aad0460c3b47 (diff)
Fix the cleanup-induced problems
svn path=/nixpkgs/trunk/; revision=18554
Diffstat (limited to 'pkgs/tools/networking/socat')
-rw-r--r--pkgs/tools/networking/socat/2.0.0-b3.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/tools/networking/socat/2.0.0-b3.nix b/pkgs/tools/networking/socat/2.0.0-b3.nix
index 098a2d241df..6567e5dfcc4 100644
--- a/pkgs/tools/networking/socat/2.0.0-b3.nix
+++ b/pkgs/tools/networking/socat/2.0.0-b3.nix
@@ -1,4 +1,8 @@
args : with args;
+let
+ version = "2.0.0-b3";
+ patches = [];
+in
rec {
src = /* Here a fetchurl expression goes */
fetchurl {