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,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 ];
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user