Commit 839f8121 authored by Felix Buehler's avatar Felix Buehler
Browse files

vessel: deprecate phases

parent bdf155c1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ stdenv.mkDerivation rec {
    else
      throw "unsupported platform ${stdenv.hostPlatform.system} only i686-linux supported for now.";

  phases = "installPhase";
  ld_preload = ./isatty.c;

  libPath =
@@ -44,7 +43,7 @@ stdenv.mkDerivation rec {
      alsa-lib
    ];

  installPhase = ''
  buildCommand = ''
    mkdir -p $out/libexec/strangeloop/vessel/
    mkdir -p $out/bin