* Refactor a bit.

svn path=/nixpkgs/trunk/; revision=7030
This commit is contained in:
Eelco Dolstra 2006-11-14 15:49:07 +00:00
parent 1ace3742a3
commit 23b840f5bd
4 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
import ./aterm-2.4.nix
import ./2.4.nix

View File

@ -1153,7 +1153,7 @@ rec {
inherit fetchurl stdenv;
};
aterm23x = import ../development/libraries/aterm/aterm-2.3.1.nix {
aterm23x = import ../development/libraries/aterm/2.3.nix {
inherit fetchurl stdenv;
};