Mark a bunch of packages as broken or not supported on Darwin
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{ stdenv, kernel, elfutils, python, perl, newt, slang, asciidoc, xmlto
|
||||
{ lib, stdenv, kernel, elfutils, python, perl, newt, slang, asciidoc, xmlto
|
||||
, docbook_xsl, docbook_xml_dtd_45, libxslt, flex, bison, pkgconfig
|
||||
, withGtk ? false, gtk ? null }:
|
||||
|
||||
with lib;
|
||||
|
||||
assert withGtk -> gtk != null;
|
||||
assert versionAtLeast kernel.version "3.12";
|
||||
|
||||
let optionalString = stdenv.lib.optionalString;
|
||||
versionOlder = stdenv.lib.versionOlder;
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
name = "perf-linux-${kernel.version}";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user