Skip to content

Commit 53cdb95

Browse files
committed
crda: fix cross compilation
1 parent 466d6fc commit 53cdb95

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pkgs/os-specific/linux/crda/default.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ stdenv, fetchurl, fetchpatch, libgcrypt, libnl, pkgconfig, python3, wireless-regdb }:
1+
{ stdenv, fetchurl, fetchpatch, libgcrypt, libnl, pkgconfig, python3Packages, wireless-regdb }:
22

33
stdenv.mkDerivation rec {
44
pname = "crda";
@@ -25,8 +25,7 @@ stdenv.mkDerivation rec {
2525
buildInputs = [ libgcrypt libnl ];
2626
nativeBuildInputs = [
2727
pkgconfig
28-
python3
29-
python3.pkgs.pycrypto
28+
python3Packages.pycrypto
3029
];
3130

3231
postPatch = ''

0 commit comments

Comments
 (0)