mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-02 17:09:09 +03:00
Merge pull request #208118 from Kiskae/dash-static
pkgsStatic.dash: fix build
This commit is contained in:
commit
6134568794
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user