php: Drop usage of isPhp73 and isPhp74
These variables have bad names that doesn't really make full sense
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{ buildPecl, lib, fetchFromGitHub, isPhp73 }:
|
||||
{ buildPecl, lib, fetchFromGitHub, php }:
|
||||
let
|
||||
pname = "pinba";
|
||||
|
||||
isPhp73 = lib.versionAtLeast php.version "7.3";
|
||||
|
||||
version = if isPhp73 then "1.1.2-dev" else "1.1.1";
|
||||
|
||||
src = fetchFromGitHub ({
|
||||
|
||||
Reference in New Issue
Block a user