Loading maintainers/maintainer-list.nix +7 −0 Original line number Diff line number Diff line Loading @@ -101,6 +101,13 @@ github = "0xd61"; githubId = 8351869; }; _0xMRTT = { email = "0xMRTT@proton.me"; name = "0xMRTT"; github = "0xMRTT"; githubId = 105598867; matrix = "@0xmrtt:envs.net"; }; _1000101 = { email = "b1000101@pm.me"; github = "1000101"; Loading pkgs/applications/misc/elastic/default.nix 0 → 100644 +58 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitLab , meson , ninja , pkg-config , vala , gtk4 , libgee , libadwaita , gtksourceview5 , blueprint-compiler , wrapGAppsHook4 , appstream-glib , desktop-file-utils , template-glib }: stdenv.mkDerivation rec { pname = "elastic"; version = "0.1.3"; src = fetchFromGitLab { domain = "gitlab.gnome.org"; owner = "World"; repo = "elastic"; rev = version; hash = "sha256-CZ+EeGbCzkeNx4GD+2+n3jYwz/cQStjMV2+wm/JNsYU="; }; nativeBuildInputs = [ meson ninja vala pkg-config wrapGAppsHook4 appstream-glib desktop-file-utils blueprint-compiler ]; buildInputs = [ gtk4 libadwaita libgee gtksourceview5 template-glib ]; meta = with lib; { description = "Design spring animations"; homepage = "https://gitlab.gnome.org/World/elastic/"; mainProgram = "app.drey.Elastic"; license = licenses.gpl3Plus; platforms = platforms.unix; maintainers = with maintainers; [ _0xMRTT ]; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -7652,6 +7652,8 @@ with pkgs; texinfo = texinfo6_7; # Uses @setcontentsaftertitlepage, removed in 6.8. }; elastic = callPackage ../applications/misc/elastic { }; exfat = callPackage ../tools/filesystems/exfat { }; exfatprogs = callPackage ../tools/filesystems/exfatprogs { }; Loading
maintainers/maintainer-list.nix +7 −0 Original line number Diff line number Diff line Loading @@ -101,6 +101,13 @@ github = "0xd61"; githubId = 8351869; }; _0xMRTT = { email = "0xMRTT@proton.me"; name = "0xMRTT"; github = "0xMRTT"; githubId = 105598867; matrix = "@0xmrtt:envs.net"; }; _1000101 = { email = "b1000101@pm.me"; github = "1000101"; Loading
pkgs/applications/misc/elastic/default.nix 0 → 100644 +58 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitLab , meson , ninja , pkg-config , vala , gtk4 , libgee , libadwaita , gtksourceview5 , blueprint-compiler , wrapGAppsHook4 , appstream-glib , desktop-file-utils , template-glib }: stdenv.mkDerivation rec { pname = "elastic"; version = "0.1.3"; src = fetchFromGitLab { domain = "gitlab.gnome.org"; owner = "World"; repo = "elastic"; rev = version; hash = "sha256-CZ+EeGbCzkeNx4GD+2+n3jYwz/cQStjMV2+wm/JNsYU="; }; nativeBuildInputs = [ meson ninja vala pkg-config wrapGAppsHook4 appstream-glib desktop-file-utils blueprint-compiler ]; buildInputs = [ gtk4 libadwaita libgee gtksourceview5 template-glib ]; meta = with lib; { description = "Design spring animations"; homepage = "https://gitlab.gnome.org/World/elastic/"; mainProgram = "app.drey.Elastic"; license = licenses.gpl3Plus; platforms = platforms.unix; maintainers = with maintainers; [ _0xMRTT ]; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -7652,6 +7652,8 @@ with pkgs; texinfo = texinfo6_7; # Uses @setcontentsaftertitlepage, removed in 6.8. }; elastic = callPackage ../applications/misc/elastic { }; exfat = callPackage ../tools/filesystems/exfat { }; exfatprogs = callPackage ../tools/filesystems/exfatprogs { };