Skip to content

Commit 2d9123a

Browse files
compress-drv: passthru passthru and meta
This is required for for example services.nextcloud.package as otherwise config.services.nextcloud.package.packages would break.
1 parent ed0b188 commit 2d9123a

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)