Trying to fix soqt for qt-4.8
svn path=/nixpkgs/trunk/; revision=32454
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ fetchurl, stdenv, coin3d, qt4 }:
|
||||
{ fetchurl, stdenv, coin3d, qt4, pkgconfig }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "soqt-${version}";
|
||||
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ coin3d qt4 ];
|
||||
|
||||
buildNativeInputs = [ pkgconfig ];
|
||||
|
||||
meta = {
|
||||
homepage = http://www.coin3d.org/;
|
||||
license = "GPLv2+";
|
||||
|
||||
Reference in New Issue
Block a user