mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
lttng-modules: disable on 3.12 kernel
This commit is contained in:
parent
b41f2cdeb8
commit
3514fad7cd
@ -1,6 +1,7 @@
|
||||
{ stdenv, fetchurl, kernel }:
|
||||
|
||||
assert stdenv.lib.versionAtLeast kernel.version "3.4"; # fails on 3.2
|
||||
assert builtins.substring 0 4 kernel.version != "3.12";
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "lttng-modules-${version}";
|
||||
|
Loading…
Reference in New Issue
Block a user