oil: enable readline
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ stdenv, lib, fetchurl, fetchpatch }:
|
{ stdenv, lib, fetchurl, fetchpatch, readline }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "oil";
|
pname = "oil";
|
||||||
@@ -26,6 +26,9 @@ stdenv.mkDerivation rec {
|
|||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
buildInputs = [ readline ];
|
||||||
|
configureFlags = [ "--with-readline" ];
|
||||||
|
|
||||||
# Stripping breaks the bundles by removing the zip file from the end.
|
# Stripping breaks the bundles by removing the zip file from the end.
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user