Reverting to revision 1995, this is what AVLinux uses, and works well with jackdbus too
svn path=/nixpkgs/trunk/; revision=33670
This commit is contained in:
parent
4292793d40
commit
e1155499ad
@ -3,12 +3,11 @@
|
|||||||
, pyqt4, python, pythonDBus, qt4, scons }:
|
, pyqt4, python, pythonDBus, qt4, scons }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libffado-svn-2117";
|
name = "libffado-svn-1995";
|
||||||
|
|
||||||
src = fetchsvn {
|
src = fetchsvn {
|
||||||
url = "http://subversion.ffado.org/ffado/trunk/libffado";
|
url = "http://subversion.ffado.org/ffado/trunk/libffado";
|
||||||
rev = "2117";
|
rev = "1995";
|
||||||
sha256 = "0awv1ccvxxxs5ycd5v3xn79flr79ia8290wmraf0646avihkcpvj";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user