Remove esound and libaudiofile

svn path=/nixpkgs/trunk/; revision=32983
This commit is contained in:
Yury G. Kudryashov
2012-03-11 14:07:27 +00:00
parent 464f6f42f6
commit 736ecb4c53
3 changed files with 0 additions and 29 deletions
-4
View File
@@ -11,10 +11,6 @@
#### PLATFORM
audiofile = callPackage ./platform/audiofile { };
esound = callPackage ./platform/esound { };
libIDL = callPackage ./platform/libIDL {
gettext = if stdenv.isDarwin then gettext else null;
};