mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
ifmetric: set meta.mainProgram
To silence eval trace warning from lib.getExe.
This commit is contained in:
parent
b1adee2f93
commit
f084177d19
@ -32,5 +32,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = [ maintainers.anna328p ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "ifmetric";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user