5 , gobject-introspection
15 stdenv.mkDerivation (finalAttrs: {
16 pname = "libgedit-gfls";
19 outputs = [ "out" "dev" "devdoc" ];
21 src = fetchFromGitLab {
22 domain = "gitlab.gnome.org";
25 repo = "libgedit-gfls";
26 rev = finalAttrs.version;
27 hash = "sha256-oxsqggn4O4SwGEas840qE103hKU4f+GP+ItOtD3M+ac=";
37 ] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
45 propagatedBuildInputs = [
46 # Required by libgedit-gfls-1.pc
51 homepage = "https://gitlab.gnome.org/World/gedit/libgedit-gfls";
52 description = "Module dedicated to file loading and saving";
53 maintainers = with lib.maintainers; [ bobby285271 ];
54 license = lib.licenses.lgpl3Plus;
55 platforms = lib.platforms.linux;