lol

fetchNextcloudApp: add pkgs.test

staticdev e27f6eba 2196fed2

+3 -1
-1
pkgs/build-support/fetchnextcloudapp/default.nix
··· 48 48 exit 1 49 49 fi 50 50 ''; 51 - # Optionally set name if appName and appVersion are provided 52 51 } 53 52 // lib.optionalAttrs (appName != null && appVersion != null) { 54 53 name = "nextcloud-app-${appName}-${appVersion}";
+3
pkgs/test/default.nix
··· 131 131 fetchDebianPatch = recurseIntoAttrs (callPackages ../build-support/fetchdebianpatch/tests.nix { }); 132 132 fetchzip = recurseIntoAttrs (callPackages ../build-support/fetchzip/tests.nix { }); 133 133 fetchgit = recurseIntoAttrs (callPackages ../build-support/fetchgit/tests.nix { }); 134 + fetchNextcloudApp = recurseIntoAttrs ( 135 + callPackages ../build-support/fetchnextcloudapp/tests.nix { } 136 + ); 134 137 fetchFromBitbucket = recurseIntoAttrs (callPackages ../build-support/fetchbitbucket/tests.nix { }); 135 138 fetchFirefoxAddon = recurseIntoAttrs ( 136 139 callPackages ../build-support/fetchfirefoxaddon/tests.nix { }