summary refs log tree commit diff
path: root/pkgs/aterm
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2003-07-11 21:08:53 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2003-07-11 21:08:53 +0000
commitec3b5134c18f0e0ee6ae6cdb71adb95c4d45750b (patch)
tree847c78c87f53fb9167ce352d5b8d0a2c50acd720 /pkgs/aterm
parenta99e717100915b2f401040dbe93837dbd2d33386 (diff)
* Converted some old Fix descriptors.
* A solution to the library abstraction problem (i.e., if 
  package X needs library Y, and library Y needs library Z, 
  then we do not (generally) want to declare Z as a input to X 
  since that would break abstraction).  This was not possible 
  under the old Nix.

svn path=/nixpkgs/trunk/; revision=150
Diffstat (limited to 'pkgs/aterm')
-rw-r--r--pkgs/aterm/aterm.fix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/aterm/aterm.fix b/pkgs/aterm/aterm.fix
index 08d3398c824ab..7bb76b33ca65c 100644
--- a/pkgs/aterm/aterm.fix
+++ b/pkgs/aterm/aterm.fix
@@ -3,7 +3,7 @@ Package(
   , ("build", Relative("aterm/aterm-build.sh"))
   , ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
       [ ("url", "http://www.cwi.nl/projects/MetaEnv/aterm/aterm-2.0.tar.gz")
-      , ("hash", "653b1bb8140ee0206b00aab126ef412e")
+      , ("md5", "853474e4bcf4a85f7d38a0676b36bded")
       ]))
   ]
 )