Skip to content

Commit

Permalink
BLCR 0.8.5b4 *do* work with Linux 3.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
maggesi committed Apr 13, 2017
1 parent 15bb499 commit 1dee38f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pkgs/os-specific/linux/blcr/default.nix
@@ -1,14 +1,10 @@
{ stdenv, lib, fetchurl, kernel, perl, makeWrapper }:

# BLCR 0.8.5 should works for kernel version up to 3.7.1
# BLCR 0.8.6 should works for kernel version up to 3.17.x
# BLCR version 0.8.6 should works with linux kernel up to version 3.17.x

assert stdenv.isLinux;
assert builtins.compareVersions "3.18" kernel.version == 1;

# it doesn't compile anymore on 3.12
assert lib.versionAtLeast kernel.version "3.14";

stdenv.mkDerivation {
name = "blcr_${kernel.version}-0.8.6pre4";

Expand Down

0 comments on commit 1dee38f

Please sign in to comment.