rsnapshot: set meta.platforms

This commit is contained in:
Bjørn Forsman 2014-10-01 22:24:27 +02:00
parent f7bb4f7dbe
commit 6aaf3cb54b

View File

@ -30,9 +30,10 @@ stdenv.mkDerivation rec {
patch -p0 <${patch} patch -p0 <${patch}
''; '';
meta = { meta = with stdenv.lib; {
description = "A filesystem snapshot utility for making backups of local and remote systems"; description = "A filesystem snapshot utility for making backups of local and remote systems";
homepage = http://rsnapshot.org/; homepage = http://rsnapshot.org/;
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
platforms = platforms.linux;
}; };
} }