From 594d0501b6a02a2300c87b6e8e63fd2f33fbaeed Mon Sep 17 00:00:00 2001 From: Joseph Crail Date: Mon, 16 Aug 2021 23:08:02 -0700 Subject: Assign assertion to meta.broken --- pkgs/os-specific/linux/ply/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkgs/os-specific/linux/ply') diff --git a/pkgs/os-specific/linux/ply/default.nix b/pkgs/os-specific/linux/ply/default.nix index af076e93762..44cce6870e9 100644 --- a/pkgs/os-specific/linux/ply/default.nix +++ b/pkgs/os-specific/linux/ply/default.nix @@ -1,7 +1,5 @@ { lib, stdenv, kernel, fetchFromGitHub, autoreconfHook, bison, flex, p7zip, rsync }: -assert kernel != null -> lib.versionAtLeast kernel.version "4.0"; - let version = "2.1.1"; in stdenv.mkDerivation { @@ -38,5 +36,6 @@ in stdenv.mkDerivation { homepage = "https://wkz.github.io/ply/"; license = [ licenses.gpl2 ]; maintainers = with maintainers; [ mic92 mbbx6spp ]; + broken = lib.versionAtLeast kernel.version "4.0"; }; } -- cgit 1.4.1