klayout: use python3

This commit is contained in:
Frederik Rietdijk
2021-04-03 17:06:21 +02:00
parent 1b213f321c
commit f9778bb1dc
+3 -3
View File
@@ -1,5 +1,5 @@
{ lib, mkDerivation, fetchFromGitHub, fetchpatch { lib, mkDerivation, fetchFromGitHub, fetchpatch
, python, ruby, qtbase, qtmultimedia, qttools, qtxmlpatterns , python3, ruby, qtbase, qtmultimedia, qttools, qtxmlpatterns
, which, perl, makeWrapper , which, perl, makeWrapper
}: }:
@@ -21,11 +21,11 @@ mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
which which
python3
ruby
]; ];
buildInputs = [ buildInputs = [
python
ruby
qtbase qtbase
qtmultimedia qtmultimedia
qttools qttools