forked from mirrors/nixpkgs
bakelite: only supports linux
This commit is contained in:
parent
223184228c
commit
5d8ec2adc1
|
@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Incremental backup with strong cryptographic confidentality";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ mvs ];
|
||||
platforms = platforms.unix;
|
||||
# no support for Darwin (yet: https://github.com/richfelker/bakelite/pull/5)
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue