fetchNextcloudApp: add pkgs.test
This commit is contained in:
@@ -48,7 +48,6 @@ applyPatches (
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
# Optionally set name if appName and appVersion are provided
|
|
||||||
}
|
}
|
||||||
// lib.optionalAttrs (appName != null && appVersion != null) {
|
// lib.optionalAttrs (appName != null && appVersion != null) {
|
||||||
name = "nextcloud-app-${appName}-${appVersion}";
|
name = "nextcloud-app-${appName}-${appVersion}";
|
||||||
|
|||||||
@@ -131,6 +131,9 @@ with pkgs;
|
|||||||
fetchDebianPatch = recurseIntoAttrs (callPackages ../build-support/fetchdebianpatch/tests.nix { });
|
fetchDebianPatch = recurseIntoAttrs (callPackages ../build-support/fetchdebianpatch/tests.nix { });
|
||||||
fetchzip = recurseIntoAttrs (callPackages ../build-support/fetchzip/tests.nix { });
|
fetchzip = recurseIntoAttrs (callPackages ../build-support/fetchzip/tests.nix { });
|
||||||
fetchgit = recurseIntoAttrs (callPackages ../build-support/fetchgit/tests.nix { });
|
fetchgit = recurseIntoAttrs (callPackages ../build-support/fetchgit/tests.nix { });
|
||||||
|
fetchNextcloudApp = recurseIntoAttrs (
|
||||||
|
callPackages ../build-support/fetchnextcloudapp/tests.nix { }
|
||||||
|
);
|
||||||
fetchFromBitbucket = recurseIntoAttrs (callPackages ../build-support/fetchbitbucket/tests.nix { });
|
fetchFromBitbucket = recurseIntoAttrs (callPackages ../build-support/fetchbitbucket/tests.nix { });
|
||||||
fetchFirefoxAddon = recurseIntoAttrs (
|
fetchFirefoxAddon = recurseIntoAttrs (
|
||||||
callPackages ../build-support/fetchfirefoxaddon/tests.nix { }
|
callPackages ../build-support/fetchfirefoxaddon/tests.nix { }
|
||||||
|
|||||||
Reference in New Issue
Block a user