···4343 "-DCONSUMER_SECRET_SCREENCLOUD=${consumerSecret}"
4444 ];
45454646- sourceRoot = "screencloud-v${version}-src/screencloud";
4646+ setSourceRoot = ''
4747+ sourceRoot=$(echo */screencloud)
4848+ '';
47494850 preConfigure = ''
4951 # This needs to be set in preConfigure instead of cmakeFlags in order to
···2020 inherit (s) url sha256;
2121 };
22222323- sourceRoot="${name}-src/gui-wx/configure";
2323+ setSourceRoot = ''
2424+ sourceRoot=$(echo */gui-wx/configure)
2525+ '';
24262527 # Link against Python explicitly as it is needed for scripts
2628 makeFlags=[