Merge #85497: jalv: revert to gtk2

gtk3 wasn't showing the GUIs
This commit is contained in:
Vladimír Čunát 2020-08-08 17:58:24 +02:00
commit 1a0abf7757
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, gtk3, libjack2, lilv, lv2, pkgconfig, python
{ stdenv, fetchurl, gtk2, libjack2, lilv, lv2, pkgconfig, python
, serd, sord , sratom, suil, wafHook }:
stdenv.mkDerivation rec {
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig wafHook ];
buildInputs = [
gtk3 libjack2 lilv lv2 python serd sord sratom suil
gtk2 libjack2 lilv lv2 python serd sord sratom suil
];
meta = with stdenv.lib; {