mirror of
https://github.com/nix-packages/nixapks.git
synced 2025-12-25 02:11:03 +01:00
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
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:
parent
fec111e505
commit
aeff030a8c
4 changed files with 16 additions and 0 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue