treewide: set sourceProvenance
Some checks failed
Build apps to test the derivations / generate-matrix (push) Has been cancelled
Check the nixapks flake / check (push) Has been cancelled
Build Documentation / build-docs (push) Has been cancelled
Build apps to test the derivations / build-app (push) Has been cancelled

This commit is contained in:
Osman Faruk Bayram 2025-11-17 10:22:46 +03:00
parent fec111e505
commit aeff030a8c
4 changed files with 16 additions and 0 deletions

View file

@ -79,5 +79,9 @@ pkgs.stdenv.mkDerivation rec {
homepage = "https://ankidroid.org";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ osbm ];
sourceProvenance = [
lib.sourceTypes.binaryBytecode
lib.sourceTypes.fromSource
];
};
}

View file

@ -59,5 +59,9 @@ pkgs.stdenv.mkDerivation rec {
homepage = "https://fossify.org";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ osbm ];
sourceProvenance = [
lib.sourceTypes.binaryBytecode
lib.sourceTypes.fromSource
];
};
}

View file

@ -59,5 +59,9 @@ pkgs.stdenv.mkDerivation rec {
homepage = "https://fossify.org";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ osbm ];
sourceProvenance = [
lib.sourceTypes.binaryBytecode
lib.sourceTypes.fromSource
];
};
}

View file

@ -51,5 +51,9 @@ pkgs.stdenv.mkDerivation rec {
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ osbm ];
android = { };
sourceProvenance = [
lib.sourceTypes.binaryBytecode
lib.sourceTypes.fromSource
];
};
}