hunspell: split outputs, refactor
I see no reason for those buildInputs to be propagated. They seem only use in the binary utility. /cc maintainer @fuuzetsu.
This commit is contained in:
parent
de99ea8c8f
commit
ba62e9e81e
@ -8,8 +8,10 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0v14ff9s37vkh45diaddndcrj0hmn67arh8xh8k79q9c1vgc1cm7";
|
sha256 = "0v14ff9s37vkh45diaddndcrj0hmn67arh8xh8k79q9c1vgc1cm7";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ ncurses readline ];
|
outputs = [ "dev" "out" "bin" "man" ];
|
||||||
configureFlags = "--with-ui --with-readline";
|
|
||||||
|
buildInputs = [ ncurses readline ];
|
||||||
|
configureFlags = [ "--with-ui" "--with-readline" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://hunspell.sourceforge.net;
|
homepage = http://hunspell.sourceforge.net;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user