State qt version (3/4) in packages, not in all-packages.nix

svn path=/nixpkgs/trunk/; revision=31406
This commit is contained in:
Yury G. Kudryashov
2012-01-07 17:06:49 +00:00
parent d126fe5806
commit 7e320a7043
17 changed files with 53 additions and 79 deletions
@@ -1,4 +1,4 @@
{ fetchsvn, stdenv, cmake, qt, mesa }:
{ fetchsvn, stdenv, cmake, qt4, mesa }:
# ViTE 1.1 has several bugs, so use the SVN version.
let
@@ -25,7 +25,7 @@ stdenv.mkDerivation {
patches = [ ./larger-line-buffer.patch ];
buildInputs = [ cmake qt mesa ];
buildInputs = [ cmake qt4 mesa ];
NIX_LDFLAGS = "-lGLU";