tarball: fix evaluation of mdadm on darwin

It probably doesn't make any sense to have mdadm on darwin,
but we have to "fail in a right way".
This commit is contained in:
Vladimír Čunát 2016-01-18 15:00:39 +01:00
parent b9cc08c7c2
commit 72e6e6a483

View File

@ -1,5 +1,7 @@
{ stdenv, fetchurl, groff }:
assert stdenv.isLinux;
stdenv.mkDerivation rec {
name = "mdadm-3.3.4";