File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
nixos/doc/manual/release-notes
build-support/fetchnextcloudapp
servers/nextcloud/packages Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 175175 and ` nodePackages.vscode-json-languageserver-bin ` were dropped due to an unmaintained upstream.
176176 The ` vscode-langservers-extracted ` package is a maintained drop-in replacement.
177177
178+ - ` fetchNextcloudApp ` has been rewritten to use ` fetchurl ` rather than
179+ ` fetchzip ` . This invalidates all existing hashes but you can restore the old
180+ behavior by passing it ` unpack = true ` .
181+
178182- ` haskell.lib.compose.justStaticExecutables ` now disallows references to GHC in the
179183 output by default, to alert users to closure size issues caused by
180184 [ #164630 ] ( https://github.com/NixOS/nixpkgs/issues/164630 ) . See [ "Packaging
Original file line number Diff line number Diff line change 88, patches ? [ ]
99, description ? null
1010, homepage ? null
11- , unpack ? true # whether to use fetchzip rather than fetchurl
11+ , unpack ? false # whether to use fetchzip rather than fetchurl
1212} :
1313applyPatches ( {
1414 inherit patches ;
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ let packages = self:
1919 appName = pname ;
2020 appVersion = data . version ;
2121 license = appBaseDefs . ${ pname } ;
22- unpack = false ;
2322 inherit ( data ) url hash description homepage ;
2423 } ) { } ;
2524
You can’t perform that action at this time.
0 commit comments