diff --git a/pkgs/lib/strings-with-deps.nix b/pkgs/lib/strings-with-deps.nix index 5f6cafaa67a..e5521eff642 100644 --- a/pkgs/lib/strings-with-deps.nix +++ b/pkgs/lib/strings-with-deps.nix @@ -45,4 +45,5 @@ rec { noDepEntry = text : {inherit text;}; FullDepEntry = text : deps: {inherit text args;}; + PackEntry = deps: {inherit deps; text="";}; }