libwpe: inherit maintainers from webkitgtk

main
Jan Tojnar 2 years ago
parent 158386e5a3
commit a0e8b9daf6
  1. 6
      pkgs/development/libraries/libwpe/default.nix
  2. 6
      pkgs/development/libraries/libwpe/fdo.nix

@ -6,7 +6,9 @@
, libxkbcommon , libxkbcommon
, libGL , libGL
, ninja , ninja
, libX11 }: , libX11
, webkitgtk
}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libwpe"; pname = "libwpe";
@ -33,7 +35,7 @@ stdenv.mkDerivation rec {
description = "General-purpose library for WPE WebKit"; description = "General-purpose library for WPE WebKit";
license = licenses.bsd2; license = licenses.bsd2;
homepage = "https://wpewebkit.org"; homepage = "https://wpewebkit.org";
maintainers = with maintainers; [ matthewbauer ]; maintainers = webkitgtk.meta.maintainers ++ (with maintainers; [ matthewbauer ]);
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

@ -10,7 +10,9 @@
, libwpe , libwpe
, libxkbcommon , libxkbcommon
, libGL , libGL
, libX11 }: , libX11
, webkitgtk
}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "wpebackend-fdo"; pname = "wpebackend-fdo";
@ -46,7 +48,7 @@ stdenv.mkDerivation rec {
description = "Freedesktop.org backend for WPE WebKit"; description = "Freedesktop.org backend for WPE WebKit";
license = licenses.bsd2; license = licenses.bsd2;
homepage = "https://wpewebkit.org"; homepage = "https://wpewebkit.org";
maintainers = with maintainers; [ matthewbauer ]; maintainers = webkitgtk.meta.maintainers ++ (with maintainers; [ matthewbauer ]);
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

Loading…
Cancel
Save