mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
libedit: No need to specify --enable-widec
anymore
This commit is contained in:
parent
784a506d94
commit
c9551505bc
@ -18,8 +18,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
propagatedBuildInputs = [ ncurses ];
|
||||
|
||||
configureFlags = [ "--enable-widec" ];
|
||||
|
||||
postInstall = ''
|
||||
find $out/lib -type f | grep '\.\(la\|pc\)''$' | xargs sed -i \
|
||||
-e 's,-lncurses[a-z]*,-L${ncurses.out}/lib -lncursesw,g'
|
||||
|
Loading…
Reference in New Issue
Block a user