Merge pull request #168844 from SuperSandro2000/libbpf

libbpf: remove unused with builtins
This commit is contained in:
Sandro 2022-04-16 03:35:00 +02:00 committed by GitHub
commit 6f617c0d09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,8 +8,6 @@
, nixosTests
}:
with builtins;
stdenv.mkDerivation rec {
pname = "libbpf";
version = "0.7.0";