bakelite: only supports linux

(cherry picked from commit 5d8ec2adc1)
This commit is contained in:
Rick van Schijndel
2022-05-19 21:35:58 +02:00
committed by Janne Heß
parent cc1e49cf6a
commit 667e5d3a64

View File

@@ -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;
};
}