linuxPackages_4_18.phc-intel: broken

This commit is contained in:
Alyssa Ross 2018-08-21 00:20:55 +02:00
parent 358ca401da
commit 462c91d02a
No known key found for this signature in database
GPG Key ID: D9FFE7F0C4B8BF50

View File

@ -48,5 +48,6 @@ in stdenv.mkDerivation rec {
downloadPage = "http://www.linux-phc.org/forum/viewtopic.php?f=7&t=267";
license = licenses.gpl2;
platforms = [ "x86_64-linux" "i686-linux" ];
broken = stdenv.lib.versionAtLeast kernel.version "4.18";
};
}