Revert "Merge pull request #9543 from NixOS/staging.post-15.06"
This reverts commitf61176c539, reversing changes made toa27ca029ee. Conflicts: pkgs/development/libraries/ncurses/default.nix
This commit is contained in:
@@ -10,9 +10,9 @@ stdenv.mkDerivation {
|
||||
sha1 = "71302be302e84fc19b559e811951b5d600d976f8";
|
||||
};
|
||||
|
||||
buildInputs = [ automake autoconf libtool ];
|
||||
configureFlags = [ "--enable-shared" ]; # shared libs required by hyenae
|
||||
|
||||
CFLAGS="-fPIC";
|
||||
buildInputs = [ automake autoconf libtool ];
|
||||
|
||||
# .so endings are missing (quick and dirty fix)
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user