robodoc: migrate to by-name

This commit is contained in:
Anderson Torres 2023-10-04 19:31:15 -03:00
parent e0844b3183
commit 282cc4205c
2 changed files with 1 additions and 3 deletions

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
owner = "gumpu";
repo = "ROBODoc";
rev = "v${version}";
sha256 = "l3prSdaGhOvXmZfCPbsZJNocO7y20zJjLQpajRTJOqE=";
hash = "sha256-l3prSdaGhOvXmZfCPbsZJNocO7y20zJjLQpajRTJOqE=";
};
postConfigure = lib.optionalString stdenv.isDarwin ''

View File

@ -8892,8 +8892,6 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Security;
};
robodoc = callPackage ../tools/text/robodoc { };
grive2 = callPackage ../tools/filesystems/grive2 { };
groff = callPackage ../tools/text/groff { };