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:
parent
b60ef32617
commit
44c315f5a0
@ -96,6 +96,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "An online backup solution";
|
description = "An online backup solution";
|
||||||
homepage = http://www.crashplan.com/business/;
|
homepage = http://www.crashplan.com/business/;
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ xvapx ];
|
maintainers = with maintainers; [ xvapx ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user