Skip to content

Commit

Permalink
crashplan: specify meta.platforms to improve eval
Browse files Browse the repository at this point in the history
If you tried to evaluate nixpkgs with allowUnfree and a non-glibc
platform, you would get an error when accessing stdenv.glibc.
  • Loading branch information
vcunat committed Feb 20, 2018
1 parent b60ef32 commit 44c315f
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -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 ];
};

}
}

0 comments on commit 44c315f

Please sign in to comment.