Skip to content

Commit e987c68

Browse files
committed
jalv: revert to gtk2 cause gtk3 wasn't showing the GUIs
1 parent 54792ee commit e987c68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/applications/audio/jalv/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ stdenv, fetchurl, gtk3, libjack2, lilv, lv2, pkgconfig, python
1+
{ stdenv, fetchurl, gtk2, libjack2, lilv, lv2, pkgconfig, python
22
, serd, sord , sratom, suil, wafHook }:
33

44
stdenv.mkDerivation rec {
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
1212

1313
nativeBuildInputs = [ pkgconfig wafHook ];
1414
buildInputs = [
15-
gtk3 libjack2 lilv lv2 python serd sord sratom suil
15+
gtk2 libjack2 lilv lv2 python serd sord sratom suil
1616
];
1717

1818
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)