summary refs log tree commit diff
path: root/pkgs/applications/misc/fetchmail/default.nix
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2007-09-04 13:26:33 +0000
committerMarc Weber <marco-oweber@gmx.de>2007-09-04 13:26:33 +0000
commit9b6d60f9610b35db1736472ebfae4533ba439ee3 (patch)
treea37cbdfa402573486ada11d63fed043692cfffa2 /pkgs/applications/misc/fetchmail/default.nix
parent04bd6b060775ae7c0ade3aa8c451d0ee25fb2e01 (diff)
downloadnixpkgs-9b6d60f9610b35db1736472ebfae4533ba439ee3.tar
nixpkgs-9b6d60f9610b35db1736472ebfae4533ba439ee3.tar.gz
nixpkgs-9b6d60f9610b35db1736472ebfae4533ba439ee3.tar.bz2
nixpkgs-9b6d60f9610b35db1736472ebfae4533ba439ee3.tar.lz
nixpkgs-9b6d60f9610b35db1736472ebfae4533ba439ee3.tar.xz
nixpkgs-9b6d60f9610b35db1736472ebfae4533ba439ee3.tar.zst
nixpkgs-9b6d60f9610b35db1736472ebfae4533ba439ee3.zip
svn path=/nixpkgs/trunk/; revision=9250
Diffstat (limited to 'pkgs/applications/misc/fetchmail/default.nix')
-rw-r--r--pkgs/applications/misc/fetchmail/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/applications/misc/fetchmail/default.nix b/pkgs/applications/misc/fetchmail/default.nix
new file mode 100644
index 00000000000..95fc61668fc
--- /dev/null
+++ b/pkgs/applications/misc/fetchmail/default.nix
@@ -0,0 +1,7 @@
+args: with args; stdenv.mkDerivation {
+  name="fetchmail-6.3.8";
+  src = fetchurl {
+    url = http://download.berlios.de/fetchmail/fetchmail-6.3.8.tar.bz2;
+    sha256 = "5612f9af367f641e0efd084f44fcf1889669e711dbd8c60f6b7953e494d1b09b";
+  };
+}