Commit 0e168d15 authored by Bernardo Meurer's avatar Bernardo Meurer Committed by Anderson Torres
Browse files

qrcodegen: use sourceRoot instead of preBuild cd

parent 7c0d0b0b
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -14,9 +14,7 @@ stdenv.mkDerivation rec {
    sha256 = "sha256-aci5SFBRNRrSub4XVJ2luHNZ2pAUegjgQ6pD9kpkaTY=";
  };

  preBuild = ''
    cd c/
  '';
  sourceRoot = "source/c";

  installPhase = ''
    runHook preInstall