gst123: sort attributes and remove with lib;
This commit is contained in:
parent
98f70a4dad
commit
3af9ec4f57
@ -40,13 +40,13 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
|
broken = stdenv.isDarwin;
|
||||||
description = "GStreamer based command line media player";
|
description = "GStreamer based command line media player";
|
||||||
homepage = "https://space.twc.de/~stefan/gst123.php";
|
homepage = "https://space.twc.de/~stefan/gst123.php";
|
||||||
license = licenses.lgpl2Plus;
|
license = lib.licenses.lgpl2Plus;
|
||||||
mainProgram = "gst123";
|
mainProgram = "gst123";
|
||||||
maintainers = with maintainers; [ swesterfeld ];
|
maintainers = with lib.maintainers; [ swesterfeld ];
|
||||||
inherit (ncurses.meta) platforms;
|
inherit (ncurses.meta) platforms;
|
||||||
broken = stdenv.isDarwin;
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user