parent
79021e7b7b
commit
e338844d90
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, stdenv, fetchFromGitLab, pkg-config
|
||||
{ lib, stdenv, fetchFromGitLab, pkg-config, wrapGAppsHook
|
||||
, withLibui ? true, gtk3
|
||||
, withUdisks ? stdenv.isLinux, udisks, glib
|
||||
, libX11 }:
|
||||
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
sourceRoot = "source/src/";
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
nativeBuildInputs = [ pkg-config wrapGAppsHook ];
|
||||
buildInputs = lib.optionals withUdisks [ udisks glib ]
|
||||
++ lib.optional (!withLibui) libX11
|
||||
++ lib.optional withLibui gtk3;
|
||||
|
|
Loading…
Reference in a new issue