geoclue: fix placing updateScript in passthru (#354243)
This commit is contained in:
commit
ed1b999575
@ -94,7 +94,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
patchShebangs demo/install-file.py
|
||||
'';
|
||||
|
||||
updateScript = nix-update-script {};
|
||||
passthru.updateScript = nix-update-script {};
|
||||
|
||||
meta = with lib; {
|
||||
broken = stdenv.hostPlatform.isDarwin && withDemoAgent;
|
||||
|
Loading…
Reference in New Issue
Block a user