mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-05 02:23:07 +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" ];
|
configureFlags = [ "--with-libedit" ];
|
||||||
preConfigure = lib.optional stdenv.hostPlatform.isStatic ''
|
preConfigure = lib.optional stdenv.hostPlatform.isStatic ''
|
||||||
export LIBS="$(pkg-config --libs --static libedit)"
|
export LIBS="$(''${PKG_CONFIG:-pkg-config} --libs --static libedit)"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user