fix xoscope - thx archlinux!
This commit is contained in:
parent
3d5f6b7d1c
commit
6a17fe1563
|
@ -10,6 +10,9 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ gtk pkgconfig ];
|
buildInputs = [ gtk pkgconfig ];
|
||||||
|
|
||||||
|
# from: https://aur.archlinux.org/packages.php?ID=12140&detail=1
|
||||||
|
patches = [ ./gtkdepre.diff ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Oscilloscope through the sound card";
|
description = "Oscilloscope through the sound card";
|
||||||
homepage = http://xoscope.sourceforge.net;
|
homepage = http://xoscope.sourceforge.net;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user