mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
* Removed applications/msic, a rather obvious typo.
svn path=/nixpkgs/trunk/; revision=15149
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user