summary refs log tree commit diff
path: root/pkgs/lib/strings-with-deps.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/lib/strings-with-deps.nix')
-rw-r--r--pkgs/lib/strings-with-deps.nix1
1 files changed, 1 insertions, 0 deletions
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="";};
 }