add get* helper functions and mass-replace manual outputs search with them
This commit is contained in:
@@ -450,6 +450,10 @@ rec {
|
||||
then pkg.${output} or pkg.out or pkg
|
||||
else pkg;
|
||||
|
||||
getBin = getOutput "bin";
|
||||
getLib = getOutput "lib";
|
||||
getDev = getOutput "dev";
|
||||
|
||||
|
||||
/*** deprecated stuff ***/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user