Piotr Bogdan
2017-11-02 13:53:36 +00:00
parent 7f921735e7
commit 8904ce343a
25 changed files with 72 additions and 24 deletions
@@ -20,7 +20,9 @@ stdenv.mkDerivation rec {
inherit (s) url sha256;
};
sourceRoot="${name}-src/gui-wx/configure";
setSourceRoot = ''
sourceRoot=$(echo */gui-wx/configure)
'';
# Link against Python explicitly as it is needed for scripts
makeFlags=[