about summary refs log tree commit diff
path: root/pkgs/applications/science/robotics/gazebo
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/science/robotics/gazebo
parent7b17c83cbedcd53daa2aace5cd0d184adf364260 (diff)
downloadnixlib-b4ba042924ca1ac14ac694c12d182f29efdc3aa9.tar
nixlib-b4ba042924ca1ac14ac694c12d182f29efdc3aa9.tar.gz
nixlib-b4ba042924ca1ac14ac694c12d182f29efdc3aa9.tar.bz2
nixlib-b4ba042924ca1ac14ac694c12d182f29efdc3aa9.tar.lz
nixlib-b4ba042924ca1ac14ac694c12d182f29efdc3aa9.tar.xz
nixlib-b4ba042924ca1ac14ac694c12d182f29efdc3aa9.tar.zst
nixlib-b4ba042924ca1ac14ac694c12d182f29efdc3aa9.zip
qt4: Don't pass top-level attribute through kde4
Diffstat (limited to 'pkgs/applications/science/robotics/gazebo')
-rw-r--r--pkgs/applications/science/robotics/gazebo/default.nix4
1 files changed, 2 insertions, 2 deletions
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