klayout: use python3
This commit is contained in:
parent
1b213f321c
commit
f9778bb1dc
@ -1,5 +1,5 @@
|
||||
{ lib, mkDerivation, fetchFromGitHub, fetchpatch
|
||||
, python, ruby, qtbase, qtmultimedia, qttools, qtxmlpatterns
|
||||
, python3, ruby, qtbase, qtmultimedia, qttools, qtxmlpatterns
|
||||
, which, perl, makeWrapper
|
||||
}:
|
||||
|
||||
@ -21,11 +21,11 @@ mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
which
|
||||
python3
|
||||
ruby
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
python
|
||||
ruby
|
||||
qtbase
|
||||
qtmultimedia
|
||||
qttools
|
||||
|
Loading…
Reference in New Issue
Block a user