Skip to content

Commit

Permalink
Merge pull request #274431 from NixOS/geos-fix-pkg-test-script-name
Browse files Browse the repository at this point in the history
geos: fix package test script name
  • Loading branch information
NickCao committed Dec 15, 2023
2 parents a210579 + 577d192 commit 5b8071e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/geos/tests.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 5b8071e

Please sign in to comment.