tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
fetchNextcloudApp: add pkgs.test
staticdev
6 months ago
e27f6eba
2196fed2
+3
-1
2 changed files
expand all
collapse all
unified
split
pkgs
build-support
fetchnextcloudapp
default.nix
test
default.nix
-1
pkgs/build-support/fetchnextcloudapp/default.nix
···
48
48
exit 1
49
49
fi
50
50
'';
51
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
134
+
fetchNextcloudApp = recurseIntoAttrs (
135
135
+
callPackages ../build-support/fetchnextcloudapp/tests.nix { }
136
136
+
);
134
137
fetchFromBitbucket = recurseIntoAttrs (callPackages ../build-support/fetchbitbucket/tests.nix { });
135
138
fetchFirefoxAddon = recurseIntoAttrs (
136
139
callPackages ../build-support/fetchfirefoxaddon/tests.nix { }