bup: enable darwin build
This package builds fine on macOS.
This commit is contained in:
parent
f6863bcf7a
commit
4a9b30028d
@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
|
|||||||
Capable of doing *fast* incremental backups of virtual machine images.
|
Capable of doing *fast* incremental backups of virtual machine images.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = with maintainers; [ muflax ];
|
maintainers = with maintainers; [ muflax ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user