summary refs log tree commit diff
path: root/pkgs/applications/science/astronomy/stellarium
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-07-15 02:02:46 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-07-15 02:02:46 -0700
commit25e60feb725f1ce58590a097ffe088bbf14717e2 (patch)
tree1cccfe708e755ca59aaa18135d8c1bc516688298 /pkgs/applications/science/astronomy/stellarium
parent333f145d7604f07e3b2164b459b46e075fea81f4 (diff)
parent369febb9569bdd3ddb76d8de2db6e27441d13e9f (diff)
downloadnixlib-25e60feb725f1ce58590a097ffe088bbf14717e2.tar
nixlib-25e60feb725f1ce58590a097ffe088bbf14717e2.tar.gz
nixlib-25e60feb725f1ce58590a097ffe088bbf14717e2.tar.bz2
nixlib-25e60feb725f1ce58590a097ffe088bbf14717e2.tar.lz
nixlib-25e60feb725f1ce58590a097ffe088bbf14717e2.tar.xz
nixlib-25e60feb725f1ce58590a097ffe088bbf14717e2.tar.zst
nixlib-25e60feb725f1ce58590a097ffe088bbf14717e2.zip
Merge branch 'master.upstream' into staging.upstream
Diffstat (limited to 'pkgs/applications/science/astronomy/stellarium')
-rw-r--r--pkgs/applications/science/astronomy/stellarium/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/science/astronomy/stellarium/default.nix b/pkgs/applications/science/astronomy/stellarium/default.nix
index 3af4b6e84b6b..e77e848bed2c 100644
--- a/pkgs/applications/science/astronomy/stellarium/default.nix
+++ b/pkgs/applications/science/astronomy/stellarium/default.nix
@@ -1,5 +1,4 @@
-{ stdenv, fetchurl, cmake, freetype, libpng, mesa, gettext, openssl, qt5, perl
-, libiconv }:
+{ stdenv, fetchurl, cmake, freetype, libpng, mesa, gettext, openssl, qt5Full, perl, libiconv }:
 
 stdenv.mkDerivation rec {
   name = "stellarium-0.13.3";
@@ -9,7 +8,7 @@ stdenv.mkDerivation rec {
     sha256 = "1ml6z2xda4vx61agdz54x8fw1b115gwc7rcy0zhz1jh6g5jvf0ij";
   };
 
-  buildInputs = [ cmake freetype libpng mesa gettext openssl qt5.base qt5.quick1 perl libiconv ];
+  buildInputs = [ cmake freetype libpng mesa gettext openssl perl libiconv qt5Full ];
 
   enableParallelBuilding = true;