Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
jackmix, jackmix_jack1: fix build, add alsaLib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
freezeboy committed Sep 11, 2020
1 parent 56456fe commit 6dafaa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/audio/jackmix/default.nix
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, sconsPackages, qt4, lash, libjack2, jack ? libjack2 }:
{ stdenv, fetchurl, pkgconfig, sconsPackages, qt4, lash, libjack2, jack ? libjack2, alsaLib }:

stdenv.mkDerivation {
name = "jackmix-0.5.2";
Expand All @@ -14,6 +14,7 @@ stdenv.mkDerivation {
qt4
lash
jack
alsaLib
];

installPhase = ''
Expand Down

0 comments on commit 6dafaa5

Please sign in to comment.