We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a390a39 + d08e25d commit ed1b999Copy full SHA for ed1b999
pkgs/development/libraries/geoclue/default.nix
@@ -94,7 +94,7 @@ stdenv.mkDerivation (finalAttrs: {
94
patchShebangs demo/install-file.py
95
'';
96
97
- updateScript = nix-update-script {};
+ passthru.updateScript = nix-update-script {};
98
99
meta = with lib; {
100
broken = stdenv.hostPlatform.isDarwin && withDemoAgent;
0 commit comments