robodoc: migrate to by-name

This commit is contained in:
Anderson Torres
2023-10-11 23:42:04 -03:00
parent e0844b3183
commit 282cc4205c
2 changed files with 1 additions and 3 deletions
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
owner = "gumpu";
repo = "ROBODoc";
rev = "v${version}";
sha256 = "l3prSdaGhOvXmZfCPbsZJNocO7y20zJjLQpajRTJOqE=";
hash = "sha256-l3prSdaGhOvXmZfCPbsZJNocO7y20zJjLQpajRTJOqE=";
};
postConfigure = lib.optionalString stdenv.isDarwin ''
-2
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 { };