klayout: use python3

This commit is contained in:
Frederik Rietdijk 2021-03-26 10:28:55 +01:00
parent 1b213f321c
commit f9778bb1dc

View file

@ -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