nixpkgs/pkgs/development/tools/sauce-connect
Tobias Geerinckx-Rice a055152963
sauce-connect: listify phases and run in correct order
patchPhase was being run after installPhase, causing patchelf to be
run on the left-behind binary instead of the copy in $out. Fixes:

  ```
  $ .../bin/sc
  bash: .../bin/sc: No such file or directory
  $ patchelf --print-interpreter .../bin/sc
  /lib64/ld-linux-x86-64.so.2
  ```
2016-06-23 12:13:24 +02:00
..
default.nix sauce-connect: listify phases and run in correct order 2016-06-23 12:13:24 +02:00