mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Merge pull request #315582 from rolfschr/geoserver-fix-update-script
geoserver: fix invocation of update script
This commit is contained in:
commit
3852c7ab26
@ -71,7 +71,7 @@ stdenv.mkDerivation (finalAttrs: rec {
|
||||
'';
|
||||
});
|
||||
tests.geoserver = nixosTests.geoserver;
|
||||
passthru.updateScript = ./update.sh;
|
||||
updateScript = ./update.sh;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user