crashplan: specify meta.platforms to improve eval

If you tried to evaluate nixpkgs with allowUnfree and a non-glibc
platform, you would get an error when accessing stdenv.glibc.
This commit is contained in:
Vladimír Čunát 2018-02-20 20:42:28 +01:00
parent b60ef32617
commit 44c315f5a0
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -96,7 +96,8 @@ stdenv.mkDerivation rec {
description = "An online backup solution";
homepage = http://www.crashplan.com/business/;
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ xvapx ];
};
}
}