File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
build-support/fetchnextcloudapp Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ applyPatches (
4848 exit 1
4949 fi
5050 '' ;
51- # Optionally set name if appName and appVersion are provided
5251 }
5352 // lib . optionalAttrs ( appName != null && appVersion != null ) {
5453 name = "nextcloud-app-${ appName } -${ appVersion } " ;
Original file line number Diff line number Diff line change @@ -131,6 +131,9 @@ with pkgs;
131131 fetchDebianPatch = recurseIntoAttrs ( callPackages ../build-support/fetchdebianpatch/tests.nix { } ) ;
132132 fetchzip = recurseIntoAttrs ( callPackages ../build-support/fetchzip/tests.nix { } ) ;
133133 fetchgit = recurseIntoAttrs ( callPackages ../build-support/fetchgit/tests.nix { } ) ;
134+ fetchNextcloudApp = recurseIntoAttrs (
135+ callPackages ../build-support/fetchnextcloudapp/tests.nix { }
136+ ) ;
134137 fetchFromBitbucket = recurseIntoAttrs ( callPackages ../build-support/fetchbitbucket/tests.nix { } ) ;
135138 fetchFirefoxAddon = recurseIntoAttrs (
136139 callPackages ../build-support/fetchfirefoxaddon/tests.nix { }
You can’t perform that action at this time.
0 commit comments