tree-wide: random cleanups
This commit is contained in:
parent
8baaa433b6
commit
725de314ef
@ -4,16 +4,17 @@ stdenv.mkDerivation rec {
|
|||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
version = "1.6.0";
|
version = "1.6.0";
|
||||||
pname = "enchant";
|
pname = "enchant";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.abisource.com/downloads/${pname}/${version}/${name}.tar.gz";
|
url = "http://www.abisource.com/downloads/${pname}/${version}/${name}.tar.gz";
|
||||||
sha256 = "0zq9yw1xzk8k9s6x83n1f9srzcwdavzazn3haln4nhp9wxxrxb1g";
|
sha256 = "0zq9yw1xzk8k9s6x83n1f9srzcwdavzazn3haln4nhp9wxxrxb1g";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [aspell glib hunspell hspell];
|
buildInputs = [ aspell glib hunspell hspell ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
description = "Generic spell checking library";
|
||||||
homepage = http://www.abisource.com/enchant;
|
homepage = http://www.abisource.com/enchant;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
|
@ -9263,7 +9263,7 @@ with pkgs;
|
|||||||
|
|
||||||
qt-gstreamer = callPackage ../development/libraries/gstreamer/legacy/qt-gstreamer {};
|
qt-gstreamer = callPackage ../development/libraries/gstreamer/legacy/qt-gstreamer {};
|
||||||
|
|
||||||
qt-gstreamer1 = callPackage ../development/libraries/gstreamer/qt-gstreamer { boost = boost155;};
|
qt-gstreamer1 = callPackage ../development/libraries/gstreamer/qt-gstreamer { boost = boost155; };
|
||||||
|
|
||||||
qtstyleplugin-kvantum-qt4 = callPackage ../development/libraries/qtstyleplugin-kvantum-qt4 { };
|
qtstyleplugin-kvantum-qt4 = callPackage ../development/libraries/qtstyleplugin-kvantum-qt4 { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user