qt4: Don't pass top-level attribute through kde4

This commit is contained in:
Thomas Tuegel
2017-02-24 16:49:06 -06:00
parent 7b17c83cbe
commit b4ba042924
4 changed files with 8 additions and 10 deletions
+5 -5
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgs, jack ? pkgs.libjack2 }:
{ stdenv, fetchurl, pkgconfig, scons, qt4, lash, libjack2, jack ? libjack2 }:
stdenv.mkDerivation rec {
name = "jackmix-0.5.2";
@@ -8,10 +8,10 @@ stdenv.mkDerivation rec {
};
buildInputs = [
pkgs.pkgconfig
pkgs.scons
pkgs.kde4.qt4
pkgs.lash
pkgconfig
scons
qt4
lash
jack
];