Skip to content

Commit

Permalink
linuxPackages.netatop: Mark broken on >= 4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Sep 14, 2017
1 parent 808ddd8 commit 2459616
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/os-specific/linux/netatop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ stdenv.mkDerivation {
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [viric];
broken = !stdenv.lib.versionOlder kernel.version "4.13";
};
}

0 comments on commit 2459616

Please sign in to comment.