about summary refs log tree commit diff
path: root/pkgs/applications/science/networking/sumo/default.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-03 04:37:57 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-05 13:20:48 +0100
commit5eb7ef5549c4732b2773f55b131a1741e2af122b (patch)
treed2f08027099f695d001f7bb355ff39e22fe2e824 /pkgs/applications/science/networking/sumo/default.nix
parentbed58295659c8b96b3c4e6286737862fc3370ea5 (diff)
sumo: Unpin python37
Diffstat (limited to 'pkgs/applications/science/networking/sumo/default.nix')
-rw-r--r--pkgs/applications/science/networking/sumo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/networking/sumo/default.nix b/pkgs/applications/science/networking/sumo/default.nix
index 7c5794eb8e831..92f64fbfb9168 100644
--- a/pkgs/applications/science/networking/sumo/default.nix
+++ b/pkgs/applications/science/networking/sumo/default.nix
@@ -1,7 +1,7 @@
 { lib, bzip2, cmake, eigen, fetchFromGitHub, ffmpeg, fox_1_6, gdal,
   git, gl2ps, gpp , gtest, jdk, libGL, libGLU, libX11, libjpeg,
   libpng, libtiff, libxcrypt, openscenegraph , proj, python3,
-  python37Packages, stdenv, swig, xercesc, xorg, zlib }:
+  python3Packages, stdenv, swig, xercesc, xorg, zlib }:
 
 stdenv.mkDerivation rec {
   pname = "sumo";
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
     libxcrypt
     openscenegraph
     proj
-    python37Packages.setuptools
+    python3Packages.setuptools
     xercesc
     zlib
     python3