Unverified Commit 61345687 authored by Anderson Torres's avatar Anderson Torres Committed by GitHub
Browse files

Merge pull request #208118 from Kiskae/dash-static

pkgsStatic.dash: fix build
parents cb00684c b08fa40e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {

  configureFlags = [ "--with-libedit" ];
  preConfigure = lib.optional stdenv.hostPlatform.isStatic ''
    export LIBS="$(pkg-config --libs --static libedit)"
    export LIBS="$(''${PKG_CONFIG:-pkg-config} --libs --static libedit)"
  '';

  enableParallelBuilding = true;