Merge pull request #139495 from NixOS/backport-139485-to-release-21.05

[Backport release-21.05] libnatpmp: make files in $out/lib executable
This commit is contained in:
Artturi 2021-09-26 06:45:29 +03:00 committed by GitHub
commit 4ad195e3f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,10 @@ stdenv.mkDerivation rec {
makeFlags = [ "INSTALLPREFIX=$(out)" ];
postFixup = ''
chmod +x $out/lib/*
'';
meta = with lib; {
homepage = "http://miniupnp.free.fr/libnatpmp.html";
description = "NAT-PMP client";