forked from mirrors/nixpkgs
Merge pull request #200558 from ck3d/update-lirc-0.10.2
lirc: 0.10.1 -> 0.10.2
This commit is contained in:
commit
faa0a85ca3
|
@ -22,11 +22,11 @@ let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "lirc";
|
||||
version = "0.10.1";
|
||||
version = "0.10.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/lirc/${pname}-${version}.tar.bz2";
|
||||
sha256 = "1whlyifvvc7w04ahq07nnk1h18wc8j7c6wnvlb6mszravxh3qxcb";
|
||||
sha256 = "sha256-PUTsgnSIHPJi8WCAVkHwgn/8wgreDYXn5vO5Dg09Iio=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@ -66,9 +66,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook help2man libxslt pythonEnv ];
|
||||
|
||||
depsBuildBuild = [ pkg-config ];
|
||||
nativeBuildInputs = [ autoreconfHook help2man libxslt pythonEnv pkg-config ];
|
||||
|
||||
buildInputs = [ alsa-lib systemd libusb-compat-0_1 libftdi1 libICE libSM libX11 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue