rsnapshot: set meta.platforms
This commit is contained in:
parent
f7bb4f7dbe
commit
6aaf3cb54b
@ -30,9 +30,10 @@ stdenv.mkDerivation rec {
|
||||
patch -p0 <${patch}
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "A filesystem snapshot utility for making backups of local and remote systems";
|
||||
homepage = http://rsnapshot.org/;
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user