3
0
Fork 0
forked from mirrors/nixpkgs

gocd-agent, gocd-server: set sourceProvenance

This commit is contained in:
Robert Scott 2022-10-14 23:17:33 +01:00
parent 5d8650e38d
commit 2296727a58
2 changed files with 8 additions and 0 deletions

View file

@ -14,6 +14,10 @@ stdenv.mkDerivation rec {
homepage = "http://www.go.cd";
license = licenses.asl20;
platforms = platforms.all;
sourceProvenance = with sourceTypes; [
binaryBytecode
binaryNativeCode
];
maintainers = with maintainers; [ grahamc swarren83 ];
};

View file

@ -20,6 +20,10 @@ stdenv.mkDerivation rec {
homepage = "http://www.go.cd";
license = licenses.asl20;
platforms = platforms.all;
sourceProvenance = with sourceTypes; [
binaryBytecode
binaryNativeCode
];
maintainers = with maintainers; [ grahamc swarren83 ];
};