Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

* Removed applications/msic, a rather obvious typo.

svn path=/nixpkgs/trunk/; revision=15149

+4 -4
pkgs/applications/msic/ttf2pt1/default.nix pkgs/tools/misc/ttf2pt1/default.nix
pkgs/applications/msic/ttf2pt1/gentoo-makefile.patch pkgs/tools/misc/ttf2pt1/gentoo-makefile.patch
+4 -4
pkgs/top-level/all-packages.nix
··· 1326 inherit fetchurl stdenv ncurses; 1327 }; 1328 1329 ucl = import ../development/libraries/ucl { 1330 inherit fetchurl stdenv; 1331 }; ··· 1372 truecrypt = import ../applications/misc/truecrypt { 1373 inherit fetchurl stdenv pkgconfig fuse devicemapper; 1374 wxGTK = wxGTK28; 1375 - }; 1376 - 1377 - ttf2pt1 = import ../applications/msic/ttf2pt1 { 1378 - inherit fetchurl stdenv perl freetype; 1379 }; 1380 1381 ttmkfdir = import ../tools/misc/ttmkfdir {
··· 1326 inherit fetchurl stdenv ncurses; 1327 }; 1328 1329 + ttf2pt1 = import ../tools/misc/ttf2pt1 { 1330 + inherit fetchurl stdenv perl freetype; 1331 + }; 1332 + 1333 ucl = import ../development/libraries/ucl { 1334 inherit fetchurl stdenv; 1335 }; ··· 1376 truecrypt = import ../applications/misc/truecrypt { 1377 inherit fetchurl stdenv pkgconfig fuse devicemapper; 1378 wxGTK = wxGTK28; 1379 }; 1380 1381 ttmkfdir = import ../tools/misc/ttmkfdir {