mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 14:53:52 +00:00
Merge pull request #222104 from amjoseph-nixpkgs/pr/session-desktop/sourceProvenance
session-desktop: mark meta.sourceProvenance
This commit is contained in:
commit
0b98c1d702
@ -61,5 +61,6 @@ stdenvNoCC.mkDerivation {
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ alexnortung ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user