Skip to content

Commit

Permalink
Merge #85497: jalv: revert to gtk2
Browse files Browse the repository at this point in the history
gtk3 wasn't showing the GUIs
  • Loading branch information
vcunat committed Aug 8, 2020
2 parents 88c9526 + e987c68 commit 1a0abf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/jalv/default.nix
@@ -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 {
Expand All @@ -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; {
Expand Down

0 comments on commit 1a0abf7

Please sign in to comment.