use python3.pkgs instead of python3Packages
incoporated review comment reported by FRidh
This commit is contained in:
parent
47b9934a99
commit
bf5ca637d6
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, alsaLib, bash, help2man, pkgconfig, xlibsWrapper
|
{ stdenv, fetchurl, alsaLib, bash, help2man, pkgconfig, xlibsWrapper, python3
|
||||||
, python3Packages, libxslt, systemd, libusb, libftdi1 }:
|
, libxslt, systemd, libusb, libftdi1 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "lirc-0.9.4d";
|
name = "lirc-0.9.4d";
|
||||||
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ pkgconfig help2man ];
|
nativeBuildInputs = [ pkgconfig help2man ];
|
||||||
|
|
||||||
buildInputs = [ alsaLib xlibsWrapper libxslt systemd libusb libftdi1 ]
|
buildInputs = [ alsaLib xlibsWrapper libxslt systemd libusb libftdi1 ]
|
||||||
++ (with python3Packages; [ python pyyaml ]);
|
++ (with python3.pkgs; [ python pyyaml ]);
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--sysconfdir=/etc"
|
"--sysconfdir=/etc"
|
||||||
|
Loading…
Reference in New Issue
Block a user