Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

fscrypt: Fix the build (requires Go 1.10)

+2 -2
+2 -2
pkgs/os-specific/linux/fscrypt/default.nix
··· 1 - { stdenv, buildGoPackage, fetchFromGitHub, pam }: 1 + { stdenv, buildGo110Package, fetchFromGitHub, pam }: 2 2 3 3 # Don't use this for anything important yet! 4 4 5 - buildGoPackage rec { 5 + buildGo110Package rec { 6 6 name = "fscrypt-${version}"; 7 7 version = "0.2.4"; 8 8