fix source root locations.

These have changed following commit
c3255fe8ec.

See also:

- https://github.com/NixOS/nixpkgs/pull/31004
- https://github.com/NixOS/nixpkgs/pull/31106
This commit is contained in:
Piotr Bogdan
2017-11-02 12:54:20 +00:00
parent 7f921735e7
commit 8904ce343a
25 changed files with 72 additions and 24 deletions

View File

@@ -11,7 +11,9 @@ stdenv.mkDerivation rec {
sha256 = "1izjy5qw6swg0rs2ym2i72zndb90mwrfbd1iv8xbpwckbm4899lg";
};
setSourceRoot = "export sourceRoot=$(echo zinnia-*/zinnia/)";
setSourceRoot = ''
sourceRoot=$(echo */zinnia)
'';
meta = with stdenv.lib; {
description = "Online hand recognition system with machine learning";