From 533e365c12b5097005626317171b789406c1780f Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Fri, 1 Jan 2021 18:55:33 +0100 Subject: feat(users/Profpatsch): add python3Lib writer Smol writer to create a python lib directly from a nix string. The resulting library can be consumed by the writePython3 writer. Change-Id: Id3d793564d230b38a08f65140bda4287285e1a72 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2310 Tested-by: BuildkiteCI Reviewed-by: tazjin --- third_party/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/default.nix') diff --git a/third_party/default.nix b/third_party/default.nix index 68b1155e25..453a64579d 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -155,6 +155,7 @@ let writeShellScript writeShellScriptBin writeText + writers xorg xz zlib -- cgit 1.4.1