summary refs log tree commit diff
path: root/pkgs/servers/meteor
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-06-11 12:39:29 +0100
committerRobert Scott <code@humanleg.org.uk>2022-06-16 20:21:42 +0100
commit61c35da6077fe044330ef17ace6f343f21a2a835 (patch)
tree1170f9b21f0ab085766b4e51c371fde74e332e5a /pkgs/servers/meteor
parent8d64fd7d585b4daf9a833f6ccd07e758c821b0fc (diff)
downloadnixpkgs-61c35da6077fe044330ef17ace6f343f21a2a835.tar
nixpkgs-61c35da6077fe044330ef17ace6f343f21a2a835.tar.gz
nixpkgs-61c35da6077fe044330ef17ace6f343f21a2a835.tar.bz2
nixpkgs-61c35da6077fe044330ef17ace6f343f21a2a835.tar.lz
nixpkgs-61c35da6077fe044330ef17ace6f343f21a2a835.tar.xz
nixpkgs-61c35da6077fe044330ef17ace6f343f21a2a835.tar.zst
nixpkgs-61c35da6077fe044330ef17ace6f343f21a2a835.zip
treewide/servers,tools: add sourceType binaryNativeCode for many packages
Diffstat (limited to 'pkgs/servers/meteor')
-rw-r--r--pkgs/servers/meteor/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/meteor/default.nix b/pkgs/servers/meteor/default.nix
index fb9221b9396..306eeaa7a65 100644
--- a/pkgs/servers/meteor/default.nix
+++ b/pkgs/servers/meteor/default.nix
@@ -94,6 +94,7 @@ stdenv.mkDerivation {
   meta = with lib; {
     description = "Complete open source platform for building web and mobile apps in pure JavaScript";
     homepage = "https://www.meteor.com/";
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.mit;
     platforms = builtins.attrNames srcs;
     maintainers = with maintainers; [ cstrahan ];