go-git-lfs: fix build

was failing with

output ‘/nix/store/…-go1.4-git-lfs-v1.0.0-bin’ is not allowed to refer
to path ‘/nix/store/…-go-1.4.3’

@nckx
This commit is contained in:
Pascal Wittmann 2015-11-27 12:47:24 +01:00
parent 5c66b4c581
commit dc3ec30765

View File

@ -776,11 +776,6 @@ let
go generate ./commands
popd
'';
postInstall = ''
mkdir -p $bin/share
mv $bin/bin/{man,script} $bin/share
'';
};
glide = buildFromGitHub {