Unverified Commit 79a26086 authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

vessel: deprecate phases (#435079)

parents 23eb073e 839f8121
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