Skip to content

Commit ed1b999

Browse files
authored
geoclue: fix placing updateScript in passthru (#354243)
2 parents a390a39 + d08e25d commit ed1b999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/development/libraries/geoclue/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ stdenv.mkDerivation (finalAttrs: {
9494
patchShebangs demo/install-file.py
9595
'';
9696

97-
updateScript = nix-update-script {};
97+
passthru.updateScript = nix-update-script {};
9898

9999
meta = with lib; {
100100
broken = stdenv.hostPlatform.isDarwin && withDemoAgent;

0 commit comments

Comments
 (0)