From 466c2e342a6887507fb5e58d8d29350a0c4b7488 Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Sat, 4 Jun 2022 23:19:25 +0100 Subject: treewide/applications: add `sourceType` `binaryNativeCode` for many packages --- pkgs/applications/office/mendeley/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/applications/office/mendeley/default.nix') diff --git a/pkgs/applications/office/mendeley/default.nix b/pkgs/applications/office/mendeley/default.nix index 3b9963d8dbc7d..e204e04008ca8 100644 --- a/pkgs/applications/office/mendeley/default.nix +++ b/pkgs/applications/office/mendeley/default.nix @@ -139,6 +139,7 @@ mkDerivation { meta = with lib; { homepage = "https://www.mendeley.com"; description = "A reference manager and academic social network"; + sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; platforms = [ "x86_64-linux" "i686-linux" ]; maintainers = with maintainers; [ dtzWill ]; -- cgit 1.4.1