forked from mirrors/nixpkgs
gocd-agent, gocd-server: set sourceProvenance
This commit is contained in:
parent
5d8650e38d
commit
2296727a58
|
@ -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 ];
|
||||
};
|
||||
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue