summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-02-18 14:59:45 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2017-02-24 16:49:06 -0600
commitb4ba042924ca1ac14ac694c12d182f29efdc3aa9 (patch)
tree43392ba2b9a936d59b9b2dd233a3a928b3969206 /pkgs/applications
parent7b17c83cbedcd53daa2aace5cd0d184adf364260 (diff)
qt4: Don't pass top-level attribute through kde4
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/jackmix/default.nix10
-rw-r--r--pkgs/applications/science/robotics/gazebo/default.nix4
2 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/applications/audio/jackmix/default.nix b/pkgs/applications/audio/jackmix/default.nix
index 8176a3404702..e9e3fd53e546 100644
--- a/pkgs/applications/audio/jackmix/default.nix
+++ b/pkgs/applications/audio/jackmix/default.nix
@@ -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
];
diff --git a/pkgs/applications/science/robotics/gazebo/default.nix b/pkgs/applications/science/robotics/gazebo/default.nix
index e8b3bcb16a26..6cefb156d1df 100644
--- a/pkgs/applications/science/robotics/gazebo/default.nix
+++ b/pkgs/applications/science/robotics/gazebo/default.nix
@@ -5,7 +5,7 @@
, pythonPackages, utillinux
# these deps are hidden; cmake doesn't catch them
- , gazeboSimulator, sdformat ? gazeboSimulator.sdformat, curl, tinyxml, kde4, x11
+ , gazeboSimulator, sdformat ? gazeboSimulator.sdformat, curl, tinyxml, qt4, x11
, withIgnitionTransport ? true
, libav, withLibAvSupport ? true
, openal, withAudioSupport ? false
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
curl
tinyxml
x11
- kde4.qt4
+ qt4
] ++ optional stdenv.isLinux utillinux # on Linux needs uuid/uuid.h
++ optional withDocs doxygen
++ optional withLibAvSupport libav #TODO: package rubygem-ronn and put it here