* Removed MythTV from cache
* Make the jing library available svn path=/nixpkgs/trunk/; revision=4122
This commit is contained in:
parent
2700984b8d
commit
d785903b05
|
@ -127,6 +127,10 @@ rec {
|
|||
};
|
||||
};
|
||||
|
||||
jing = (import ../tools/text/xml/jing) {
|
||||
inherit fetchurl stdenv unzip;
|
||||
};
|
||||
|
||||
jing_tools = (import ../tools/text/xml/jing/jing-script.nix) {
|
||||
inherit fetchurl stdenv unzip;
|
||||
jre = blackdown;
|
||||
|
|
|
@ -107,7 +107,6 @@ let {
|
|||
xauth
|
||||
qt3
|
||||
xmltv
|
||||
mythtv
|
||||
tetex
|
||||
ghostscript
|
||||
|
||||
|
|
Loading…
Reference in New Issue