16 stdenv.mkDerivation (finalAttrs: {
17 pname = "libgedit-gfls";
26 src = fetchFromGitLab {
27 domain = "gitlab.gnome.org";
30 repo = "libgedit-gfls";
31 rev = finalAttrs.version;
32 hash = "sha256-kMkqEly8RDc5eKqUupQD4tkVIXxL1rt4e/OCAPoutIg=";
44 ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
52 propagatedBuildInputs = [
53 # Required by libgedit-gfls-1.pc
58 homepage = "https://gitlab.gnome.org/World/gedit/libgedit-gfls";
59 description = "Module dedicated to file loading and saving";
60 maintainers = with lib.maintainers; [ bobby285271 ];
61 license = lib.licenses.lgpl3Plus;
62 platforms = lib.platforms.linux;