Merge pull request #334197 from matshch/fakeroot-main-program

fakeroot: set mainProgram
This commit is contained in:
Peder Bergebakken Sundt 2024-08-17 04:49:33 +02:00 committed by GitHub
commit a200fa2dbc
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;