mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-17 09:32:50 +00:00
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:
parent
b9cc08c7c2
commit
72e6e6a483
|
@ -1,5 +1,7 @@
|
|||
{ stdenv, fetchurl, groff }:
|
||||
|
||||
assert stdenv.isLinux;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mdadm-3.3.4";
|
||||
|
||||
|
|
Loading…
Reference in a new issue