From beefeab222118fe1c88afb6e8260eab71406fae7 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Sun, 13 Feb 2022 10:25:05 -0800 Subject: lv2: drop GTK 2 dependency gtk2 is optional and only used for some example plug-ins. In particular, removing `gtk2` disables building UI module for `$out/lib/lv2/eg-sampler.lv2` (``) and the whole `$out/lib/lv2/eg-scope.lv2` (``). --- pkgs/development/libraries/audio/lv2/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkgs/development/libraries') diff --git a/pkgs/development/libraries/audio/lv2/default.nix b/pkgs/development/libraries/audio/lv2/default.nix index d905b499f61..3a093ee3def 100644 --- a/pkgs/development/libraries/audio/lv2/default.nix +++ b/pkgs/development/libraries/audio/lv2/default.nix @@ -1,7 +1,6 @@ { stdenv , lib , fetchurl -, gtk2 , libsndfile , pkg-config , python3 @@ -23,7 +22,6 @@ stdenv.mkDerivation rec { ]; buildInputs = [ - gtk2 libsndfile python3 ]; -- cgit 1.4.1