bup: enable Hydra builds

This commit is contained in:
Peter Simons 2013-04-26 12:51:46 +02:00
parent a5606a1d9a
commit 06d02090d2

View File

@ -52,5 +52,8 @@ stdenv.mkDerivation {
Highly efficient file backup system based on the git packfile format.
Capable of doing *fast* incremental backups of virtual machine images.
'';
maintainers = [ stdenv.lib.maintainers.simons ];
platforms = stdenv.lib.platforms.linux;
};
}