Remove isLinux assertion from libcap
Heimdal evaluates libcap's meta.platforms to determine if it should be pulled in or not, and that fails if the stdenv.isLinux assertion fails.
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
{ stdenv, fetchurl, attr, perl }:
|
||||
|
||||
assert stdenv.isLinux;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libcap-${version}";
|
||||
version = "2.24";
|
||||
|
||||
Reference in New Issue
Block a user