mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
robomongo: Qt 5 infrastructure update
This commit is contained in:
parent
06f9ac71dc
commit
88514fdf58
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, qt5, openssl, boost, cmake, scons, python, pcre, bzip2 }:
|
||||
{ stdenv, fetchurl, qtbase, openssl, boost, cmake, scons, python, pcre, bzip2 }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "robomongo-0.8.4";
|
||||
|
@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
|||
|
||||
NIX_CFLAGS_COMPILE = "-fno-stack-protector";
|
||||
|
||||
buildInputs = [ cmake boost scons qt5.base openssl python pcre bzip2 ];
|
||||
buildInputs = [ cmake boost scons qtbase openssl python pcre bzip2 ];
|
||||
|
||||
meta = {
|
||||
homepage = "http://robomongo.org/";
|
||||
|
|
|
@ -15441,7 +15441,7 @@ let
|
|||
inherit (pythonPackages) pexpect paramiko;
|
||||
};
|
||||
|
||||
robomongo = callPackage ../applications/misc/robomongo { };
|
||||
robomongo = qt5.callPackage ../applications/misc/robomongo { };
|
||||
|
||||
rucksack = callPackage ../development/tools/rucksack { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue