Merge pull request #181607 from Artturin/addisorttoplevel

This commit is contained in:
Artturi 2022-07-15 19:03:08 +03:00 committed by GitHub
commit 504ff8ce94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18399,6 +18399,8 @@ with pkgs;
iso-flags = callPackage ../data/icons/iso-flags { };
isort = with python3Packages; toPythonApplication isort;
ispc = callPackage ../development/compilers/ispc {
inherit (llvmPackages) stdenv;
};