Skip to content

Commit e27f6eb

Browse files
committed
fetchNextcloudApp: add pkgs.test
1 parent 2196fed commit e27f6eb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pkgs/build-support/fetchnextcloudapp/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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}";

pkgs/test/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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 { }

0 commit comments

Comments
 (0)