mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
qvge: don't use libsForQt5.mkDerivation
This commit is contained in:
parent
74cb07175b
commit
fedc3db7ba
@ -1,14 +1,15 @@
|
||||
{ lib
|
||||
, mkDerivation
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, substituteAll
|
||||
, wrapQtAppsHook
|
||||
, qmake
|
||||
, qtsvg
|
||||
, qtx11extras
|
||||
, graphviz
|
||||
}:
|
||||
|
||||
mkDerivation rec {
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "qvge";
|
||||
version = "0.6.3";
|
||||
|
||||
@ -26,7 +27,7 @@ mkDerivation rec {
|
||||
inherit graphviz;
|
||||
});
|
||||
|
||||
nativeBuildInputs = [ qmake ];
|
||||
nativeBuildInputs = [ wrapQtAppsHook qmake ];
|
||||
|
||||
buildInputs = if stdenv.isDarwin then [ qtsvg ] else [ qtx11extras ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user