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,7 +1,9 @@
|
||||
{ mkDerivation, fetchurl, pkgs, lib, php, isPhp74 }:
|
||||
{ mkDerivation, fetchurl, pkgs, lib, php }:
|
||||
let
|
||||
pname = "phpmd";
|
||||
version = "2.8.2";
|
||||
|
||||
isPhp74 = lib.versionAtLeast php.version "7.4";
|
||||
in
|
||||
mkDerivation {
|
||||
inherit pname version;
|
||||
|
||||
Reference in New Issue
Block a user