Merge #192065: knot-*: set .meta.mainProgram
This commit is contained in:
commit
0c0c230cd2
2 changed files with 3 additions and 0 deletions
|
@ -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 a new issue