mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
nomace: use Qt mkDerivation
This commit is contained in:
parent
645de3b611
commit
fee74012f2
@ -1,9 +1,8 @@
|
||||
{ stdenv
|
||||
, mkDerivation
|
||||
, fetchFromGitHub
|
||||
, cmake
|
||||
, pkgconfig
|
||||
, wrapGAppsHook
|
||||
, gsettings-desktop-schemas
|
||||
|
||||
, qtbase
|
||||
, qttools
|
||||
@ -38,8 +37,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [cmake
|
||||
pkgconfig
|
||||
wrapGAppsHook];
|
||||
pkgconfig];
|
||||
|
||||
buildInputs = [qtbase
|
||||
qttools
|
||||
@ -48,8 +46,7 @@ stdenv.mkDerivation rec {
|
||||
opencv
|
||||
libraw
|
||||
libtiff
|
||||
quazip
|
||||
gsettings-desktop-schemas];
|
||||
quazip];
|
||||
|
||||
cmakeFlags = ["-DENABLE_OPENCV=ON"
|
||||
"-DENABLE_RAW=ON"
|
||||
|
Loading…
Reference in New Issue
Block a user