geos: fix package test script name
This commit is contained in:
parent
8d8e2141f5
commit
577d192058
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
let
|
let
|
||||||
inherit (geos) pname;
|
inherit (geos) pname;
|
||||||
in
|
in
|
||||||
runCommand "${geos}-tests" { meta.timeout = 60; }
|
runCommand "${pname}-tests" { meta.timeout = 60; }
|
||||||
''
|
''
|
||||||
${geos}/bin/geosop \
|
${geos}/bin/geosop \
|
||||||
--explode \
|
--explode \
|
||||||
|
|
Loading…
Reference in a new issue