mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
fetchNpmDeps: add test case where empty default lockfile packages is needed
This commit is contained in:
parent
77571a847f
commit
09081aa859
@ -125,6 +125,18 @@
|
||||
|
||||
forceGitDeps = true;
|
||||
};
|
||||
|
||||
# This package has a lockfile v1 git dependency with no `dependencies` attribute, since it sementically has no dependencies.
|
||||
jitsiMeet9111 = makeTest {
|
||||
name = "jitsi-meet-9111";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://raw.githubusercontent.com/jitsi/jitsi-meet/stable/jitsi-meet_9111/package-lock.json";
|
||||
hash = "sha256-NU+eQD4WZ4BMur8uX79uk8wUPsZvIT02KhPWHTmaihk=";
|
||||
};
|
||||
|
||||
hash = "sha256-FhxlJ0HdJMPiWe7+n1HaGLWOr/2HJEPwiS65uqXZM8Y=";
|
||||
};
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user