mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
crda: use python2
This commit is contained in:
parent
ccdf48e23f
commit
58c41ecd35
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, libgcrypt, libnl, pkgconfig, pythonPackages, wireless-regdb }:
|
||||
{ stdenv, fetchurl, libgcrypt, libnl, pkgconfig, python2Packages, wireless-regdb }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "crda-${version}";
|
||||
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ libgcrypt libnl ];
|
||||
nativeBuildInputs = [
|
||||
pkgconfig pythonPackages.m2crypto pythonPackages.python
|
||||
pkgconfig python2Packages.m2crypto python2Packages.python
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user