mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
libsearpc: use python2
This commit is contained in:
parent
f8c93fd939
commit
d56209dc3b
@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, automake, autoconf, pkgconfig, libtool, python, pythonPackages, glib, jansson}:
|
||||
{stdenv, fetchurl, automake, autoconf, pkgconfig, libtool, python2Packages, glib, jansson}:
|
||||
|
||||
stdenv.mkDerivation rec
|
||||
{
|
||||
@ -14,7 +14,7 @@ stdenv.mkDerivation rec
|
||||
|
||||
patches = [ ./libsearpc.pc.patch ];
|
||||
|
||||
buildInputs = [ automake autoconf pkgconfig libtool python pythonPackages.simplejson ];
|
||||
buildInputs = [ automake autoconf pkgconfig libtool python2Packages.python python2Packages.simplejson ];
|
||||
propagatedBuildInputs = [ glib jansson ];
|
||||
|
||||
preConfigure = "./autogen.sh";
|
||||
|
Loading…
Reference in New Issue
Block a user