Merge remote-tracking branch 'upstream/master' into hardened-stdenv
This commit is contained in:
@@ -8,8 +8,10 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0v14ff9s37vkh45diaddndcrj0hmn67arh8xh8k79q9c1vgc1cm7";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ ncurses readline ];
|
||||
configureFlags = "--with-ui --with-readline";
|
||||
outputs = [ "dev" "out" "bin" "man" ];
|
||||
|
||||
buildInputs = [ ncurses readline ];
|
||||
configureFlags = [ "--with-ui" "--with-readline" ];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
|
||||
name = (appendToName "with-dicts" hunspell).name;
|
||||
buildInputs = [ makeWrapper ];
|
||||
buildCommand = ''
|
||||
makeWrapper ${hunspell}/bin/hunspell $out/bin/hunspell --prefix DICPATH : ${searchPath}
|
||||
makeWrapper ${hunspell.bin}/bin/hunspell $out/bin/hunspell --prefix DICPATH : ${searchPath}
|
||||
'';
|
||||
inherit (hunspell) meta;
|
||||
}
|
||||
Reference in New Issue
Block a user