rdiff-backup: set meta.platforms
This commit is contained in:
parent
a175776477
commit
98344757b9
@ -21,6 +21,7 @@ stdenv.mkDerivation {
|
|||||||
description = "backup system trying to combine best a mirror and an incremental backup system";
|
description = "backup system trying to combine best a mirror and an incremental backup system";
|
||||||
homepage = http://rdiff-backup.nongnu.org/;
|
homepage = http://rdiff-backup.nongnu.org/;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
|
platforms = stdenv.lib.platforms.all;
|
||||||
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
|
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user