Skip to content

Commit

Permalink
crda: fix cross compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
lopsided98 committed Aug 13, 2020
1 parent 466d6fc commit 53cdb95
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/os-specific/linux/crda/default.nix
@@ -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 {
pname = "crda";
Expand All @@ -25,8 +25,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libgcrypt libnl ];
nativeBuildInputs = [
pkgconfig
python3
python3.pkgs.pycrypto
python3Packages.pycrypto
];

postPatch = ''
Expand Down

0 comments on commit 53cdb95

Please sign in to comment.