tree-wide: random cleanups

This commit is contained in:
Jan Malakhovski
2018-05-29 07:31:12 +00:00
parent 8baaa433b6
commit 725de314ef
2 changed files with 6 additions and 5 deletions
@@ -11,9 +11,10 @@ stdenv.mkDerivation rec {
}; };
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;
}; };
+1 -1
View File
@@ -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 { };