* Removed applications/msic, a rather obvious typo.

svn path=/nixpkgs/trunk/; revision=15149
This commit is contained in:
Eelco Dolstra 2009-04-19 11:47:01 +00:00
parent b148543c3e
commit ffbb7c03d5
3 changed files with 4 additions and 4 deletions

View file

@ -1326,6 +1326,10 @@ let
inherit fetchurl stdenv ncurses;
};
ttf2pt1 = import ../tools/misc/ttf2pt1 {
inherit fetchurl stdenv perl freetype;
};
ucl = import ../development/libraries/ucl {
inherit fetchurl stdenv;
};
@ -1374,10 +1378,6 @@ let
wxGTK = wxGTK28;
};
ttf2pt1 = import ../applications/msic/ttf2pt1 {
inherit fetchurl stdenv perl freetype;
};
ttmkfdir = import ../tools/misc/ttmkfdir {
inherit debPackage freetype fontconfig libunwind libtool bison;
flex = flex2534;