mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 16:08:39 +00:00
Merge #192065: knot-*: set .meta.mainProgram
This commit is contained in:
commit
0c0c230cd2
@ -81,5 +81,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.vcunat ];
|
||||
mainProgram = "knotd";
|
||||
};
|
||||
}
|
||||
|
@ -98,6 +98,7 @@ unwrapped = stdenv.mkDerivation rec {
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.vcunat /* upstream developer */ ];
|
||||
mainProgram = "kresd";
|
||||
};
|
||||
};
|
||||
|
||||
@ -112,6 +113,7 @@ wrapped-full = runCommand unwrapped.name
|
||||
];
|
||||
preferLocalBuild = true;
|
||||
allowSubstitutes = false;
|
||||
inherit (unwrapped) meta;
|
||||
}
|
||||
''
|
||||
mkdir -p "$out"/bin
|
||||
|
Loading…
Reference in New Issue
Block a user