openafs: migrate to by-name

This commit is contained in:
Guy Chronister
2026-04-13 19:32:43 +02:00
committed by Weijia Wang
parent 54425578df
commit 6d4401e1b6
8 changed files with 1 additions and 3 deletions
@@ -144,7 +144,7 @@ stdenv.mkDerivation {
done
'';
passthru.cellservdb = callPackage ../cellservdb.nix { };
passthru.cellservdb = callPackage ./cellservdb.nix { };
meta = {
outputsToInstall = [
-2
View File
@@ -8220,8 +8220,6 @@ with pkgs;
nsdiff = perlPackages.nsdiff;
openafs = callPackage ../servers/openafs/1.8 { };
openresty = callPackage ../servers/http/openresty {
zlib-ng = zlib;
withPerl = false;