1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-${version}.tar.gz";
9 hash = "sha256-O6UpTRy9+pivqs+8ALavntK4PoohgXGF39hEzIx6xv8=";
12 outputs = [ "out" "dev" "man" ];
19 description = "Library for working with POSIX capabilities";
20 homepage = "https://people.redhat.com/sgrubb/libcap-ng/";
21 platforms = platforms.linux;
22 license = licenses.lgpl21;