This repository was archived by the owner on Aug 18, 2020. It is now read-only.
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 58
58
cardano-sl-wallet-static = justStaticExecutablesGitRev super . cardano-sl-wallet ;
59
59
cardano-sl-client = addRealTimeTestLogs super . cardano-sl-client ;
60
60
cardano-sl-generator = addRealTimeTestLogs super . cardano-sl-generator ;
61
- cardano-sl-auxx = justStaticExecutablesGitRev super . cardano-sl-auxx ;
61
+ cardano-sl-auxx-static = justStaticExecutablesGitRev self . cardano-sl-auxx ;
62
62
cardano-sl-wallet-new-static = justStaticExecutablesGitRev self . cardano-sl-wallet-new ;
63
63
cardano-sl-node-static = justStaticExecutablesGitRev self . cardano-sl-node ;
64
64
cardano-sl-explorer-static = justStaticExecutablesGitRev self . cardano-sl-explorer ;
65
65
cardano-report-server-static = justStaticExecutablesGitRev self . cardano-report-server ;
66
66
cardano-sl-faucet-static = justStaticExecutablesGitRev self . cardano-sl-faucet ;
67
- cardano-sl-tools = justStaticExecutablesGitRev ( overrideCabal super . cardano-sl-tools ( drv : {
67
+ cardano-sl-tools-static = justStaticExecutablesGitRev ( overrideCabal self . cardano-sl-tools ( drv : {
68
68
# waiting on load-command size fix in dyld
69
69
doCheck = ! pkgs . stdenv . isDarwin ;
70
70
} ) ) ;
You can’t perform that action at this time.
0 commit comments