treewide: add missing sourceProvenance

add binaryNativeCode to sourceProvenance
This commit is contained in:
Reno Dakota 2024-11-08 03:17:43 +00:00
parent ec1f3c7390
commit 1f481ed5c7
No known key found for this signature in database
23 changed files with 23 additions and 0 deletions

View File

@ -70,5 +70,6 @@ stdenv.mkDerivation rec {
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ bfortz michalrus mrVanDalo ];
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
};
}

View File

@ -116,5 +116,6 @@ stdenv.mkDerivation rec {
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ bfortz michalrus mrVanDalo ];
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
};
}

View File

@ -131,5 +131,6 @@ stdenv.mkDerivation rec {
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ bfortz michalrus mrVanDalo ];
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
};
}

View File

@ -103,6 +103,7 @@ let
inherit mainProgram;
platforms = [ "x86_64-linux" "aarch64-linux" ];
maintainers = with maintainers; [ mausch ners ];
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
};
};

View File

@ -294,6 +294,7 @@ let
dev = stable;
}."${channel}";
mainProgram = pname;
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
};
}
''

View File

@ -129,5 +129,6 @@ vscode-utils.buildVscodeMarketplaceExtension {
"x86_64-linux"
"aarch64-linux"
];
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
};
}

View File

@ -56,5 +56,6 @@ stdenv.mkDerivation {
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ jacg ];
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
};
}

View File

@ -119,5 +119,6 @@ stdenv.mkDerivation (finalAttrs: {
license = licenses.unfree;
maintainers = with maintainers; [ kira-bruneau syboxez ];
platforms = [ "x86_64-linux" ];
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
};
})

View File

@ -45,5 +45,6 @@ stdenv.mkDerivation rec {
license = licenses.unfree;
maintainers = with maintainers; [ davidtwco ];
platforms = [ "x86_64-linux" ];
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
};
}

View File

@ -107,5 +107,6 @@ in stdenv.mkDerivation rec {
license = licenses.unfree;
maintainers = with maintainers; [ ryangibb ];
platforms = [ "x86_64-linux" ];
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
};
}

View File

@ -51,5 +51,6 @@ stdenv.mkDerivation rec {
"x86_64-darwin"
];
maintainers = with lib.maintainers; [ offsetcyan ];
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
};
}

View File

@ -114,5 +114,6 @@ stdenv.mkDerivation rec {
license = licenses.unfree;
maintainers = with maintainers; [ jtrees ];
platforms = [ "x86_64-linux" ];
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
};
}

View File

@ -74,5 +74,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = [ ];
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
};
}

View File

@ -109,5 +109,6 @@ stdenv.mkDerivation rec {
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with lib.maintainers; [ rhysmdnz ];
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
};
}

View File

@ -38,5 +38,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.unfree;
platforms = platforms.linux;
maintainers = [ maintainers.domenkozar ];
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
};
}

View File

@ -38,5 +38,6 @@ stdenv.mkDerivation (finalAttrs: {
platforms = [ "aarch64-darwin" "x86_64-linux" ];
maintainers = with maintainers; [ aaronjheng ];
mainProgram = "starpls";
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
};
})

View File

@ -72,5 +72,6 @@ stdenv.mkDerivation rec {
maintainers = [ maintainers.peterwilli ];
platforms = [ "x86_64-linux" ];
mainProgram = "terra-station";
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
};
}

View File

@ -74,5 +74,6 @@ stdenvNoCC.mkDerivation {
license = licenses.unfreeRedistributable;
maintainers = with maintainers; [ ngiger nickcao ];
platforms = [ "x86_64-linux" ];
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
};
}

View File

@ -70,5 +70,6 @@ stdenv.mkDerivation rec {
license = licenses.unfree;
platforms = [ "i686-linux" "x86_64-linux" ];
maintainers = with maintainers; [ jcumming ];
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
};
}

View File

@ -122,5 +122,6 @@ stdenv.mkDerivation (finalAttrs: {
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ kira-bruneau ];
platforms = [ "x86_64-linux" ];
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
};
})

View File

@ -141,6 +141,7 @@ in rec {
license = lib.licenses.bsd3;
maintainers = with maintainers; [ phryneas ];
platforms = [ "x86_64-linux" ];
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
};
};
}

View File

@ -168,5 +168,6 @@ stdenv.mkDerivation {
license = licenses.unfreeRedistributable;
platforms = attrNames platforms;
maintainers = with maintainers; [ a1russell robbinch roconnor abbradar numinit shazow ncfavier ];
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
};
}

View File

@ -72,6 +72,7 @@ stdenv.mkDerivation {
#maintainers = with lib.maintainers; [ astsmtl ];
platforms = lib.platforms.linux;
hydraPlatforms = [];
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
};
}