mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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:
parent
78ef78719f
commit
740d3b1517
@ -1,7 +1,5 @@
|
||||
{ stdenv, fetchurl, attr, perl }:
|
||||
|
||||
assert stdenv.isLinux;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libcap-${version}";
|
||||
version = "2.24";
|
||||
|
Loading…
Reference in New Issue
Block a user