ckan: add passthru.updateScript

NullCube df05ca5c 2631b0b7

+3
+3
pkgs/by-name/ck/ckan/package.nix
··· 9 imagemagick, 10 copyDesktopItems, 11 makeDesktopItem, 12 }: 13 14 stdenv.mkDerivation rec { ··· 74 extraConfig.X-GNOME-SingleWindow = "true"; 75 }) 76 ]; 77 78 meta = with lib; { 79 description = "Mod manager for Kerbal Space Program";
··· 9 imagemagick, 10 copyDesktopItems, 11 makeDesktopItem, 12 + nix-update-script, 13 }: 14 15 stdenv.mkDerivation rec { ··· 75 extraConfig.X-GNOME-SingleWindow = "true"; 76 }) 77 ]; 78 + 79 + passthru.updateScript = nix-update-script { }; 80 81 meta = with lib; { 82 description = "Mod manager for Kerbal Space Program";