Loading .git-blame-ignore-revs +3 −0 Original line number Diff line number Diff line Loading @@ -141,3 +141,6 @@ acd0e3898feb321cb9a71a0fd376f1157d0f4553 # poptracker: format with nixfmt-rfc-style (#326697) ff5c8f6cc3d1f2e017e86d50965c14b71f00567b # mangal: format with nixfmt-rfc-style #328284 3bb5e993cac3a6e1c3056d2bc9bf43eb2c7a5951 pkgs/applications/misc/mangal/default.nix→pkgs/by-name/ma/mangal/package.nix +13 −6 Original line number Diff line number Diff line { lib, stdenv, buildGoModule, fetchFromGitHub, installShellFiles }: { lib, stdenv, buildGoModule, fetchFromGitHub, installShellFiles, }: buildGoModule rec { pname = "mangal"; version = "4.0.6"; Loading @@ -14,13 +19,16 @@ buildGoModule rec { proxyVendor = true; vendorHash = null; ldflags = [ "-s" "-w" ]; ldflags = [ "-s" "-w" ]; nativeBuildInputs = [ installShellFiles ]; postInstall = lib.optionalString (stdenv.hostPlatform == stdenv.buildPlatform) '' # Mangal creates a config file in the folder ~/.config/mangal and fails if not possible export MANGAL_CONFIG_PATH=`mktemp -d` export HOME=$(mktemp -d) installShellCompletion --cmd mangal \ --bash <($out/bin/mangal completion bash) \ --zsh <($out/bin/mangal completion zsh) \ Loading @@ -30,8 +38,7 @@ buildGoModule rec { doCheck = false; # test fail because of sandbox meta = with lib; { description = "A fancy CLI app written in Go which scrapes, downloads and packs manga into different formats"; description = "CLI app written in Go which scrapes, downloads and packs manga into different formats"; homepage = "https://github.com/metafates/mangal"; license = licenses.mit; maintainers = [ maintainers.bertof ]; Loading pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -1001,8 +1001,6 @@ with pkgs; graph-easy = callPackage ../tools/graphics/graph-easy { }; mangal = callPackage ../applications/misc/mangal { }; mermaid-filter = callPackage ../tools/misc/mermaid-filter { }; graphw00f = callPackage ../tools/security/graphw00f { }; Loading
.git-blame-ignore-revs +3 −0 Original line number Diff line number Diff line Loading @@ -141,3 +141,6 @@ acd0e3898feb321cb9a71a0fd376f1157d0f4553 # poptracker: format with nixfmt-rfc-style (#326697) ff5c8f6cc3d1f2e017e86d50965c14b71f00567b # mangal: format with nixfmt-rfc-style #328284 3bb5e993cac3a6e1c3056d2bc9bf43eb2c7a5951
pkgs/applications/misc/mangal/default.nix→pkgs/by-name/ma/mangal/package.nix +13 −6 Original line number Diff line number Diff line { lib, stdenv, buildGoModule, fetchFromGitHub, installShellFiles }: { lib, stdenv, buildGoModule, fetchFromGitHub, installShellFiles, }: buildGoModule rec { pname = "mangal"; version = "4.0.6"; Loading @@ -14,13 +19,16 @@ buildGoModule rec { proxyVendor = true; vendorHash = null; ldflags = [ "-s" "-w" ]; ldflags = [ "-s" "-w" ]; nativeBuildInputs = [ installShellFiles ]; postInstall = lib.optionalString (stdenv.hostPlatform == stdenv.buildPlatform) '' # Mangal creates a config file in the folder ~/.config/mangal and fails if not possible export MANGAL_CONFIG_PATH=`mktemp -d` export HOME=$(mktemp -d) installShellCompletion --cmd mangal \ --bash <($out/bin/mangal completion bash) \ --zsh <($out/bin/mangal completion zsh) \ Loading @@ -30,8 +38,7 @@ buildGoModule rec { doCheck = false; # test fail because of sandbox meta = with lib; { description = "A fancy CLI app written in Go which scrapes, downloads and packs manga into different formats"; description = "CLI app written in Go which scrapes, downloads and packs manga into different formats"; homepage = "https://github.com/metafates/mangal"; license = licenses.mit; maintainers = [ maintainers.bertof ]; Loading
pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -1001,8 +1001,6 @@ with pkgs; graph-easy = callPackage ../tools/graphics/graph-easy { }; mangal = callPackage ../applications/misc/mangal { }; mermaid-filter = callPackage ../tools/misc/mermaid-filter { }; graphw00f = callPackage ../tools/security/graphw00f { };