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>2022-09-29 17:41:13 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-10-09 18:10:37 +0200
commit7f0e9f08599550e7c853e515d4c626150d9a8692 (patch)
tree8166aa5d87bcd10d7e2ffbc2db89b1a5e7d35484 /pkgs/applications/science/networking/sumo/default.nix
parentc7b0317c909c8c49cc0e1c8a44e7e48f355cc537 (diff)
sumo: fix build with libxcrypt
Diffstat (limited to 'pkgs/applications/science/networking/sumo/default.nix')
-rw-r--r--pkgs/applications/science/networking/sumo/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/science/networking/sumo/default.nix b/pkgs/applications/science/networking/sumo/default.nix
index 9cdf576b9c682..7c5794eb8e831 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, openscenegraph , proj, python3, python37Packages,
-  stdenv, swig, xercesc, xorg, zlib }:
+  libpng, libtiff, libxcrypt, openscenegraph , proj, python3,
+  python37Packages, stdenv, swig, xercesc, xorg, zlib }:
 
 stdenv.mkDerivation rec {
   pname = "sumo";
@@ -36,6 +36,7 @@ stdenv.mkDerivation rec {
     libjpeg
     libpng
     libtiff
+    libxcrypt
     openscenegraph
     proj
     python37Packages.setuptools