geos: fix package test script name

This commit is contained in:
Ivan Mincik 2023-12-15 12:21:24 +01:00
parent 8d8e2141f5
commit 577d192058

View file

@ -3,7 +3,7 @@
let
inherit (geos) pname;
in
runCommand "${geos}-tests" { meta.timeout = 60; }
runCommand "${pname}-tests" { meta.timeout = 60; }
''
${geos}/bin/geosop \
--explode \