crda: fix cross compilation
This commit is contained in:
parent
466d6fc700
commit
53cdb95d10
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, fetchpatch, libgcrypt, libnl, pkgconfig, python3, wireless-regdb }:
|
{ stdenv, fetchurl, fetchpatch, libgcrypt, libnl, pkgconfig, python3Packages, wireless-regdb }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "crda";
|
pname = "crda";
|
||||||
@ -25,8 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ libgcrypt libnl ];
|
buildInputs = [ libgcrypt libnl ];
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig
|
pkgconfig
|
||||||
python3
|
python3Packages.pycrypto
|
||||||
python3.pkgs.pycrypto
|
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user