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 1326 inherit fetchurl stdenv ncurses; 1327 1327 }; 1328 1328 1329 + ttf2pt1 = import ../tools/misc/ttf2pt1 { 1330 + inherit fetchurl stdenv perl freetype; 1331 + }; 1332 + 1329 1333 ucl = import ../development/libraries/ucl { 1330 1334 inherit fetchurl stdenv; 1331 1335 }; ··· 1372 1376 truecrypt = import ../applications/misc/truecrypt { 1373 1377 inherit fetchurl stdenv pkgconfig fuse devicemapper; 1374 1378 wxGTK = wxGTK28; 1375 - }; 1376 - 1377 - ttf2pt1 = import ../applications/msic/ttf2pt1 { 1378 - inherit fetchurl stdenv perl freetype; 1379 1379 }; 1380 1380 1381 1381 ttmkfdir = import ../tools/misc/ttmkfdir {