mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
libiio: call with python3
This commit is contained in:
parent
b89e2d2ed0
commit
7686edc5ae
1 changed files with 3 additions and 1 deletions
|
@ -15358,7 +15358,9 @@ in
|
|||
|
||||
libgxps = callPackage ../development/libraries/libgxps { };
|
||||
|
||||
libiio = callPackage ../development/libraries/libiio { };
|
||||
libiio = callPackage ../development/libraries/libiio {
|
||||
python = python3;
|
||||
};
|
||||
|
||||
libinjection = callPackage ../development/libraries/libinjection { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue