xsd: fix build

last release 2014... does not build with gcc10
This commit is contained in:
Jörg Thalheim 2021-01-12 12:18:19 +01:00
parent 0ac27f8beb
commit a8c07163dc
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -25681,7 +25681,9 @@ in
xrgears = callPackage ../applications/graphics/xrgears { };
xsd = callPackage ../development/libraries/xsd { };
xsd = callPackage ../development/libraries/xsd {
stdenv = gcc9Stdenv;
};
xscope = callPackage ../applications/misc/xscope { };