tor-browser-bundle-bin: mark meta.sourceProvenance
This commit is contained in:
parent
04f2eb1b0a
commit
6603e6a8d1
1 changed files with 1 additions and 0 deletions
|
@ -434,5 +434,6 @@ stdenv.mkDerivation rec {
|
||||||
# the compound is "libre" in a strict sense (some components place certain
|
# the compound is "libre" in a strict sense (some components place certain
|
||||||
# restrictions on redistribution), it's free enough for our purposes.
|
# restrictions on redistribution), it's free enough for our purposes.
|
||||||
license = licenses.free;
|
license = licenses.free;
|
||||||
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue