Skip to content

Commit 1788b15

Browse files
authored
compress-drv: passthru passthru and meta (NixOS#388282)
2 parents d89453a + 2d9123a commit 1788b15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/build-support/compress-drv/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ runCommand "${drv.name}-compressed"
8080
(
8181
(lib.optionalAttrs (drv ? pname) { inherit (drv) pname; })
8282
// (lib.optionalAttrs (drv ? version) { inherit (drv) version; })
83+
// (lib.optionalAttrs (drv ? passthru) { inherit (drv) passthru; })
84+
// (lib.optionalAttrs (drv ? meta) { inherit (drv) meta; })
8385
)
8486
''
8587
mkdir $out

0 commit comments

Comments
 (0)