Update pkgs/development/libraries/libnut/default.nix

Co-authored-by: Doron Behar <doron.behar@gmail.com>
This commit is contained in:
Jonathan Wright 2023-06-18 21:43:30 -07:00 committed by GitHub
parent 9a41533476
commit c51debb0a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,10 @@ stdenv.mkDerivation rec {
patches = [ ./prefix.patch ];
dontConfigure = true;
makeFlags = [ "prefix=$(out)" ];
installTargets = "install-libnut";
installTargets = [
"install-libnut"
"install-nututils"
];
meta = with lib; {
description = "A library to read/write the NUT video container format";