18 stdenv.mkDerivation rec {
19 pname = "wpebackend-fdo";
23 url = "https://wpewebkit.org/releases/wpebackend-fdo-${version}.tar.xz";
24 sha256 = "sha256-EBIYQllahQKR2z6C89sLmYTfB5Ai04bOQsK4UIFZ3Gw=";
49 description = "Freedesktop.org backend for WPE WebKit";
50 license = licenses.bsd2;
51 homepage = "https://wpewebkit.org";
52 maintainers = with maintainers; [ matthewbauer ];
53 platforms = platforms.linux;