Trying to fix soqt for qt-4.8
svn path=/nixpkgs/trunk/; revision=32454
This commit is contained in:
parent
6c796fa539
commit
8229dc4357
@ -1,4 +1,4 @@
|
|||||||
{ fetchurl, stdenv, coin3d, qt4 }:
|
{ fetchurl, stdenv, coin3d, qt4, pkgconfig }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "soqt-${version}";
|
name = "soqt-${version}";
|
||||||
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ coin3d qt4 ];
|
buildInputs = [ coin3d qt4 ];
|
||||||
|
|
||||||
|
buildNativeInputs = [ pkgconfig ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.coin3d.org/;
|
homepage = http://www.coin3d.org/;
|
||||||
license = "GPLv2+";
|
license = "GPLv2+";
|
||||||
|
@ -4631,6 +4631,8 @@ let
|
|||||||
qt4 = qt47;
|
qt4 = qt47;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
soqtQt48 = soqt.override { qt4 = qt48; };
|
||||||
|
|
||||||
speechd = callPackage ../development/libraries/speechd { };
|
speechd = callPackage ../development/libraries/speechd { };
|
||||||
|
|
||||||
speech_tools = callPackage ../development/libraries/speech-tools {};
|
speech_tools = callPackage ../development/libraries/speech-tools {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user