localtime: add license

This commit is contained in:
Markus Kowalewski 2018-09-12 22:05:26 +02:00
parent 7d25ffade4
commit 131bc90d08
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation {
rev = "2e7b4317c723406bd75b2a1d640219ab9f8090ce";
sha256 = "04fyna8p7q7skzx9fzmncd6gx7x5pwa9jh8a84hpljlvj0kldfs8";
};
buildInputs = [ go systemd polkit m4 removeReferencesTo ];
disallowedRequisites = [ go ];
@ -19,9 +19,10 @@ stdenv.mkDerivation {
find $out/bin -type f -exec remove-references-to -t ${go} '{}' +
'';
meta = {
meta = with stdenv.lib; {
description = "A daemon for keeping the system timezone up-to-date based on the current location";
homepage = https://github.com/Stebalien/localtime;
platforms = stdenv.lib.platforms.linux;
platforms = platforms.linux;
license = licenses.gpl3;
};
}