mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
openafs_1_8: add version constraints
This commit is contained in:
parent
003c48411a
commit
2070c6a11b
|
@ -100,6 +100,7 @@ in stdenv.mkDerivation {
|
|||
homepage = "https://www.openafs.org";
|
||||
license = licenses.ipl10;
|
||||
platforms = platforms.linux;
|
||||
broken = with kernel; kernelOlder "3.18" || isHardened;
|
||||
maintainers = [ maintainers.maggesi maintainers.spacefrogg ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue