fakeroot: set mainProgram

This commit is contained in:
Artem Leshchev 2024-08-12 13:03:08 -05:00 committed by GitHub
parent 33c8b1a720
commit 4735d4668e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,6 +78,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
homepage = "https://salsa.debian.org/clint/fakeroot";
description = "Give a fake root environment through LD_PRELOAD";
mainProgram = "fakeroot";
license = lib.licenses.gpl2Plus;
maintainers = [ ];
platforms = lib.platforms.unix;