mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
* 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) {
|
jing_tools = (import ../tools/text/xml/jing/jing-script.nix) {
|
||||||
inherit fetchurl stdenv unzip;
|
inherit fetchurl stdenv unzip;
|
||||||
jre = blackdown;
|
jre = blackdown;
|
||||||
|
@ -107,7 +107,6 @@ let {
|
|||||||
xauth
|
xauth
|
||||||
qt3
|
qt3
|
||||||
xmltv
|
xmltv
|
||||||
mythtv
|
|
||||||
tetex
|
tetex
|
||||||
ghostscript
|
ghostscript
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user