Loading pkgs/by-name/mo/mount-zip/package.nix +12 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,8 @@ libzip, pandoc, pkg-config, versionCheckHook, gitUpdater, }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -37,6 +39,16 @@ stdenv.mkDerivation (finalAttrs: { makeFlags = [ "PREFIX=$(out)" ]; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = [ "--version" ]; doInstallCheck = true; passthru = { updateScript = gitUpdater { rev-prefix = "v"; }; }; meta = { description = "FUSE file system for ZIP archives"; homepage = "https://github.com/google/mount-zip"; Loading Loading
pkgs/by-name/mo/mount-zip/package.nix +12 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,8 @@ libzip, pandoc, pkg-config, versionCheckHook, gitUpdater, }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -37,6 +39,16 @@ stdenv.mkDerivation (finalAttrs: { makeFlags = [ "PREFIX=$(out)" ]; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = [ "--version" ]; doInstallCheck = true; passthru = { updateScript = gitUpdater { rev-prefix = "v"; }; }; meta = { description = "FUSE file system for ZIP archives"; homepage = "https://github.com/google/mount-zip"; Loading