mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
parent
2b21c29f9a
commit
cfb15c6520
1 changed files with 0 additions and 6 deletions
|
@ -159,12 +159,6 @@ stdenv.mkDerivation rec {
|
|||
"--localstatedir=/var"
|
||||
];
|
||||
|
||||
# FIXME: ugly hack for https://github.com/NixOS/nixpkgs/pull/389009
|
||||
postConfigure = ''
|
||||
substituteInPlace libtool \
|
||||
--replace 'for search_ext in .la $std_shrext .so .a' 'for search_ext in $std_shrext .so .a'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoconf
|
||||
automake
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue