forked from mirrors/nixpkgs
Added midnight commander package
svn path=/nixpkgs/trunk/; revision=10256
This commit is contained in:
parent
1e1707f61c
commit
1128aed05d
|
@ -616,6 +616,12 @@ rec {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mc = import ../tools/misc/mc {
|
||||||
|
inherit fetchurl stdenv pkgconfig ncurses;
|
||||||
|
inherit (gtkLibs) glib;
|
||||||
|
inherit (xlibs) libX11;
|
||||||
|
};
|
||||||
|
|
||||||
mjpegtools = import ../tools/video/mjpegtools {
|
mjpegtools = import ../tools/video/mjpegtools {
|
||||||
inherit fetchurl stdenv libjpeg;
|
inherit fetchurl stdenv libjpeg;
|
||||||
inherit (xlibs) libX11;
|
inherit (xlibs) libX11;
|
||||||
|
|
Loading…
Reference in a new issue